List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&offset=150&ordering=created_time&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3366,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=200&ordering=created_time&page=2",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=100&ordering=created_time&page=2",
    "results": [
        {
            "id": 622123,
            "name": "Drøfting av Quranen del 06",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622123/theora/1555_8e496f701fa24599aec05a580a9a6fdc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622123/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622123/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622123/broadcast/orig_Droefting av Quranen del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622123/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:08.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:55:00Z",
            "updatedTime": "2018-11-10T18:29:31.176892Z",
            "uploadedTime": "2009-01-02T01:55:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622123/theora/1555_8e496f701fa24599aec05a580a9a6fdc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622123/large_thumb/large.jpg"
        },
        {
            "id": 622124,
            "name": "Jul på Studentrådet del 01",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622124/theora/1556_0d997def9fd04748bd8dc0d5f5297ec8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622124/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622124/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622124/broadcast/orig_Jul på Studentrådet del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622124/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:21.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:56:00Z",
            "updatedTime": "2018-11-10T18:29:31.175351Z",
            "uploadedTime": "2009-01-02T01:56:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622124/theora/1556_0d997def9fd04748bd8dc0d5f5297ec8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622124/large_thumb/large.jpg"
        },
        {
            "id": 622125,
            "name": "Jul på Studentrådet del 02",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622125/theora/1557_fa202fa230414425b8682486e35f0fd7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622125/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622125/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622125/broadcast/orig_Jul på Studentrådet del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622125/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:09:53.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:57:00Z",
            "updatedTime": "2018-11-10T18:29:31.173946Z",
            "uploadedTime": "2009-01-02T01:57:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622125/theora/1557_fa202fa230414425b8682486e35f0fd7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622125/large_thumb/large.jpg"
        },
        {
            "id": 622126,
            "name": "Jul på Studentrådet del 03",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622126/theora/1558_8f210c7c05dd4e7a908a4e44ec35c4e5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622126/broadcast/orig_Jul på Studentrådet del 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622126/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:58:00Z",
            "updatedTime": "2018-11-10T18:29:31.172414Z",
            "uploadedTime": "2009-01-02T01:58:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622126/theora/1558_8f210c7c05dd4e7a908a4e44ec35c4e5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622126/large_thumb/large.jpg"
        },
        {
            "id": 622127,
            "name": "Jul på Studentrådet del 04",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622127/theora/1559_cfaea2adc1f64f6cb97656d90e8d010d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622127/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622127/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622127/broadcast/orig_Jul på Studentrådet del 4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622127/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:59:00Z",
            "updatedTime": "2018-11-10T18:29:31.170224Z",
            "uploadedTime": "2009-01-02T01:59:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622127/theora/1559_cfaea2adc1f64f6cb97656d90e8d010d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622127/large_thumb/large.jpg"
        },
        {
            "id": 622128,
            "name": "Jul på Studentrådet del 05",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622128/theora/1560_f146b0085ba54967ab77e4b43115f330.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622128/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622128/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622128/broadcast/orig_Jul på Studentrådet del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622128/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:00:00Z",
            "updatedTime": "2018-11-10T18:29:31.168707Z",
            "uploadedTime": "2009-01-02T02:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622128/theora/1560_f146b0085ba54967ab77e4b43115f330.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622128/large_thumb/large.jpg"
        },
        {
            "id": 622129,
            "name": "Jul på Studentrådet del 06",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622129/theora/1561_ab9ebbb13da947908146d1e3fa066bce.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622129/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622129/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622129/broadcast/orig_Jul på Studentrådet del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622129/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:06:41.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:01:00Z",
            "updatedTime": "2018-11-10T18:29:31.166947Z",
            "uploadedTime": "2009-01-02T02:01:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622129/theora/1561_ab9ebbb13da947908146d1e3fa066bce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622129/large_thumb/large.jpg"
        },
        {
            "id": 622130,
            "name": "Jul på Studentrådet del 07",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622130/theora/1562_4e7f225569ac43ff8738a15c35c18450.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622130/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622130/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622130/broadcast/orig_Jul på Studentrådet del 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622130/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:06:02.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:02:00Z",
            "updatedTime": "2018-11-10T18:29:31.164622Z",
            "uploadedTime": "2009-01-02T02:02:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622130/theora/1562_4e7f225569ac43ff8738a15c35c18450.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622130/large_thumb/large.jpg"
        },
        {
            "id": 622131,
            "name": "Jul på Studentrådet del 08",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622131/theora/1563_641a222f534b44ac8da7d538e99dfdfa.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622131/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622131/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622131/broadcast/orig_Jul på Studentrådet del 8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622131/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:32.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:03:00Z",
            "updatedTime": "2018-11-10T18:29:31.161257Z",
            "uploadedTime": "2009-01-02T02:03:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622131/theora/1563_641a222f534b44ac8da7d538e99dfdfa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622131/large_thumb/large.jpg"
        },
        {
            "id": 622132,
            "name": "Jul på Studentrådet del 09",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622132/theora/1564_c0c13a39e4f54c4fa430883b6fbffa29.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622132/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622132/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622132/broadcast/orig_Jul på Studentrådet del 9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622132/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:09:33.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:04:00Z",
            "updatedTime": "2018-11-10T18:29:31.158771Z",
            "uploadedTime": "2009-01-02T02:04:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622132/theora/1564_c0c13a39e4f54c4fa430883b6fbffa29.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622132/large_thumb/large.jpg"
        },
        {
            "id": 622133,
            "name": "Jul på Studentrådet del 10",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622133/theora/1565_4fffdc2f5198458d98e4fe79b59457fe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622133/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622133/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622133/broadcast/orig_Jul på studentrådet del 10.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622133/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:07.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:05:00Z",
            "updatedTime": "2018-11-10T18:29:31.157032Z",
            "uploadedTime": "2009-01-02T02:05:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622133/theora/1565_4fffdc2f5198458d98e4fe79b59457fe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622133/large_thumb/large.jpg"
        },
        {
            "id": 622134,
            "name": "Jul på Studentrådet del 11",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622134/theora/1566_441254cd1796476d83e5c7c89e727341.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622134/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622134/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622134/broadcast/orig_Jul på studentrådet del 11.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622134/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:08:14.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:06:00Z",
            "updatedTime": "2018-11-10T18:29:31.154597Z",
            "uploadedTime": "2009-01-02T02:06:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622134/theora/1566_441254cd1796476d83e5c7c89e727341.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622134/large_thumb/large.jpg"
        },
        {
            "id": 622135,
            "name": "Jul på Studentrådet del 12",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622135/theora/1567_89921ad0498041fb9807893e8b91e108.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622135/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622135/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622135/broadcast/orig_Jul på Studentrådet del 12.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622135/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:32.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:07:00Z",
            "updatedTime": "2018-11-10T18:29:31.152869Z",
            "uploadedTime": "2009-01-02T02:07:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622135/theora/1567_89921ad0498041fb9807893e8b91e108.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622135/large_thumb/large.jpg"
        },
        {
            "id": 622136,
            "name": "Jul på Studentrådet del 13",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622136/theora/1568_3720c659efd6486c8bd30e7c4900e3f4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622136/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622136/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622136/broadcast/orig_JPS_EP13.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622136/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:46.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:08:00Z",
            "updatedTime": "2018-11-10T18:29:31.151002Z",
            "uploadedTime": "2009-01-02T02:08:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622136/theora/1568_3720c659efd6486c8bd30e7c4900e3f4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622136/large_thumb/large.jpg"
        },
        {
            "id": 622137,
            "name": "Jul på Studentrådet del 14",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622137/theora/1569_0d8d65a164c5457191e9c61ffd877160.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622137/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622137/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622137/broadcast/orig_JPS_EP14.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622137/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:09:20.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:09:00Z",
            "updatedTime": "2018-11-10T18:29:31.148827Z",
            "uploadedTime": "2009-01-02T02:09:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622137/theora/1569_0d8d65a164c5457191e9c61ffd877160.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622137/large_thumb/large.jpg"
        },
        {
            "id": 622138,
            "name": "Jul på Studentrådet del 15",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622138/theora/1570_eec7efadac4d42c49fff2aad58ea17af.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622138/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622138/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622138/broadcast/orig_JPS_EP15.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622138/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:06:59.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:10:00Z",
            "updatedTime": "2018-11-10T18:29:31.147454Z",
            "uploadedTime": "2009-01-02T02:10:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622138/theora/1570_eec7efadac4d42c49fff2aad58ea17af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622138/large_thumb/large.jpg"
        },
        {
            "id": 622139,
            "name": "Jul på Studentrådet del 16",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622139/theora/1571_fbb6d508f70341d9b85b3f1d1c67885a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622139/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622139/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622139/broadcast/orig_JPS_EP16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622139/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:08:29.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:11:00Z",
            "updatedTime": "2018-11-10T18:29:31.146086Z",
            "uploadedTime": "2009-01-02T02:11:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622139/theora/1571_fbb6d508f70341d9b85b3f1d1c67885a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622139/large_thumb/large.jpg"
        },
        {
            "id": 622140,
            "name": "Jul på Studentrådet del 17",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622140/theora/1572_b257855bf1574af9b5dfbbff8364969f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622140/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622140/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622140/broadcast/orig_JPS_EP17.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622140/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:08:31.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:12:00Z",
            "updatedTime": "2018-11-10T18:29:31.144650Z",
            "uploadedTime": "2009-01-02T02:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622140/theora/1572_b257855bf1574af9b5dfbbff8364969f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622140/large_thumb/large.jpg"
        },
        {
            "id": 622141,
            "name": "Jul på Studentrådet del 18",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622141/theora/1573_35662c61a59a4ad283344531a4a3c92c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622141/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622141/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622141/broadcast/orig_JPS_EP18.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622141/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:09:15.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:13:00Z",
            "updatedTime": "2018-11-10T18:29:31.143217Z",
            "uploadedTime": "2009-01-02T02:13:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622141/theora/1573_35662c61a59a4ad283344531a4a3c92c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622141/large_thumb/large.jpg"
        },
        {
            "id": 622142,
            "name": "Jul på Studentrådet del 19",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622142/theora/1574_82961ac2bce44db59ca00a326ca5a811.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622142/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622142/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622142/broadcast/orig_JPS_EP19.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622142/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:08:44.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:14:00Z",
            "updatedTime": "2018-11-10T18:29:31.141831Z",
            "uploadedTime": "2009-01-02T02:14:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622142/theora/1574_82961ac2bce44db59ca00a326ca5a811.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622142/large_thumb/large.jpg"
        },
        {
            "id": 622143,
            "name": "Jul på Studentrådet del 20",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622143/theora/1575_1a440d08430142d3b05905f401e4a2eb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622143/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622143/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622143/broadcast/orig_JPS_EP20.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622143/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:30.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:15:00Z",
            "updatedTime": "2018-11-10T18:29:31.140381Z",
            "uploadedTime": "2009-01-02T02:15:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622143/theora/1575_1a440d08430142d3b05905f401e4a2eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622143/large_thumb/large.jpg"
        },
        {
            "id": 622144,
            "name": "Jul på Studentrådet del 21",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622144/theora/1576_66d7430095aa4618892a179c00e7b5b1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622144/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622144/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622144/broadcast/orig_Jul paa Studentraadet del 21.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622144/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:02.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:16:00Z",
            "updatedTime": "2018-11-10T18:29:31.138775Z",
            "uploadedTime": "2009-01-02T02:16:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622144/theora/1576_66d7430095aa4618892a179c00e7b5b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622144/large_thumb/large.jpg"
        },
        {
            "id": 622145,
            "name": "Jul på Studentrådet del 22",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622145/theora/1577_6b103f0e30f54fb6a4ed00d22c36b064.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622145/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622145/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622145/broadcast/orig_JPS_EP22.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622145/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:23.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:17:00Z",
            "updatedTime": "2018-11-10T18:29:31.137131Z",
            "uploadedTime": "2009-01-02T02:17:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622145/theora/1577_6b103f0e30f54fb6a4ed00d22c36b064.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622145/large_thumb/large.jpg"
        },
        {
            "id": 622146,
            "name": "Jul på Studentrådet del 23",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622146/theora/1578_b1c19f3977874fb995091627ee3ff63e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622146/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622146/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622146/broadcast/orig_Jul på studentrådet del 23.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622146/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:38.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:18:00Z",
            "updatedTime": "2018-11-10T18:29:31.135231Z",
            "uploadedTime": "2009-01-02T02:18:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622146/theora/1578_b1c19f3977874fb995091627ee3ff63e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622146/large_thumb/large.jpg"
        },
        {
            "id": 622147,
            "name": "Jul på Studentrådet del 24",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622147/theora/1579_0b9d259617134620a04942468d076bd7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622147/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622147/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622147/broadcast/orig_Jul på Studentrådet del 24.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622147/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:06:17",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:19:00Z",
            "updatedTime": "2018-11-10T18:29:31.133690Z",
            "uploadedTime": "2009-01-02T02:19:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622147/theora/1579_0b9d259617134620a04942468d076bd7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622147/large_thumb/large.jpg"
        },
        {
            "id": 622149,
            "name": "Møteplassen - Vandring 1 og 2",
            "header": "Å vandre med Gud\nBegeistret for Gud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622149/theora/1609_629fccef0c9d487bb09e1dd2377494b4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622149/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622149/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622149/broadcast/orig_Møteplassen - vandring 1 og 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622149/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:49:00Z",
            "updatedTime": "2018-11-10T18:29:31.130527Z",
            "uploadedTime": "2009-01-02T02:49:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622149/theora/1609_629fccef0c9d487bb09e1dd2377494b4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622149/large_thumb/large.jpg"
        },
        {
            "id": 622152,
            "name": "Muslim TV del 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622152/theora/1630_fef2ed6482284448919ef9fba3b57733.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622152/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622152/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622152/broadcast/orig_Muslim TV tirsdag.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622152/large_thumb/large.jpg"
            },
            "creator": "ra663@hotmail.com",
            "organization": {
                "id": 38,
                "name": "Urtehagen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1074,
                "editorName": "Rawafid Shahad",
                "editorEmail": "ra663@hotmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:16:43.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:10:00Z",
            "updatedTime": "2018-11-10T18:29:31.125184Z",
            "uploadedTime": "2009-01-02T03:10:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622152/theora/1630_fef2ed6482284448919ef9fba3b57733.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622152/large_thumb/large.jpg"
        },
        {
            "id": 622153,
            "name": "Muslim TV del 3",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622153/theora/1631_c045e8f580f7405896caf6b4c972836e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622153/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622153/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622153/broadcast/orig_Muslim TV fredag.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622153/large_thumb/large.jpg"
            },
            "creator": "ra663@hotmail.com",
            "organization": {
                "id": 38,
                "name": "Urtehagen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1074,
                "editorName": "Rawafid Shahad",
                "editorEmail": "ra663@hotmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:16:43.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:11:00Z",
            "updatedTime": "2018-11-10T18:29:31.123434Z",
            "uploadedTime": "2009-01-02T03:11:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622153/theora/1631_c045e8f580f7405896caf6b4c972836e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622153/large_thumb/large.jpg"
        },
        {
            "id": 622154,
            "name": "Akkurat Nå - Episode 08",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622154/theora/1632_e37facf503a44eef8f94ef89c97a8f73.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622154/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622154/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622154/broadcast/orig_Akkurat Nå - Episode 8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622154/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:54:23.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:12:00Z",
            "updatedTime": "2018-11-10T18:29:31.121572Z",
            "uploadedTime": "2009-01-02T03:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622154/theora/1632_e37facf503a44eef8f94ef89c97a8f73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622154/large_thumb/large.jpg"
        },
        {
            "id": 622155,
            "name": "Drøfting av Quranen del 07",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622155/theora/1633_76c4d76c8830441dad238e2fceeffc9d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622155/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622155/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622155/broadcast/orig_Drøfting av Quranen del 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622155/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:38.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:13:00Z",
            "updatedTime": "2018-11-10T18:29:31.119613Z",
            "uploadedTime": "2009-01-02T03:13:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622155/theora/1633_76c4d76c8830441dad238e2fceeffc9d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622155/large_thumb/large.jpg"
        },
        {
            "id": 622156,
            "name": "Den Norske kirke i eksil del 01",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622156/theora/1634_4f251262956a4be184c3b2367b6ff4bd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622156/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622156/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622156/broadcast/orig_Den Norske Kirke i Eksil del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622156/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:42.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:14:00Z",
            "updatedTime": "2018-11-10T18:29:31.117958Z",
            "uploadedTime": "2009-01-02T03:14:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622156/theora/1634_4f251262956a4be184c3b2367b6ff4bd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622156/large_thumb/large.jpg"
        },
        {
            "id": 622408,
            "name": "Ekstremsport på Voss - 10 år",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622408/theora/1645_6edd2fb4959b4283b4598ff8a574e844.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622408/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622408/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622408/broadcast/orig_Ekstremsportveko - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622408/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:38.470000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:25:00Z",
            "updatedTime": "2018-11-10T18:29:30.763810Z",
            "uploadedTime": "2009-01-02T03:25:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622408/theora/1645_6edd2fb4959b4283b4598ff8a574e844.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622408/large_thumb/large.jpg"
        },
        {
            "id": 622559,
            "name": "Ekstremsportveko 2008 del 1",
            "header": "Voss 2008",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622559/theora/1650_be2a0f4047314bc0a5b319d0f62ca2bf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622559/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622559/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622559/broadcast/orig_Ekstremsportveko 2008 del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622559/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:23.920000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:30:00Z",
            "updatedTime": "2018-11-10T18:29:30.555994Z",
            "uploadedTime": "2009-01-02T03:30:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622559/theora/1650_be2a0f4047314bc0a5b319d0f62ca2bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622559/large_thumb/large.jpg"
        },
        {
            "id": 622157,
            "name": "Talentfabrikken uke 03",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622157/theora/1652_dead1f22c4094c0580d2487cdacf3208.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622157/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622157/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622157/broadcast/orig_PGM101 - Talentfabrikken.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622157/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:51",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:32:00Z",
            "updatedTime": "2018-11-10T18:29:31.116315Z",
            "uploadedTime": "2009-01-02T03:32:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622157/theora/1652_dead1f22c4094c0580d2487cdacf3208.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622157/large_thumb/large.jpg"
        },
        {
            "id": 622158,
            "name": "Talentfabrikken uke 04",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622158/theora/1653_b605fa70a8184aec8d6db3bd1d951e86.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622158/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622158/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622158/broadcast/orig_PGM102 - Talentfabrikken.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622158/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:28.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:33:00Z",
            "updatedTime": "2018-11-10T18:29:31.114570Z",
            "uploadedTime": "2009-01-02T03:33:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622158/theora/1653_b605fa70a8184aec8d6db3bd1d951e86.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622158/large_thumb/large.jpg"
        },
        {
            "id": 622159,
            "name": "Talentfabrikken uke 05",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622159/theora/1654_e73d542318584794993291d4f78af810.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622159/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622159/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622159/broadcast/orig_Talentfabrikken - uke 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622159/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:10.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:34:00Z",
            "updatedTime": "2018-11-10T18:29:31.112908Z",
            "uploadedTime": "2009-01-02T03:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622159/theora/1654_e73d542318584794993291d4f78af810.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622159/large_thumb/large.jpg"
        },
        {
            "id": 622160,
            "name": "Talentfabrikken uke 06",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622160/theora/1655_a91edf4f6dc24f3296868a35e4fd2581.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622160/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622160/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622160/broadcast/orig_PGM104 - Talentfabrikken.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622160/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:25:58.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:35:00Z",
            "updatedTime": "2018-11-10T18:29:31.111273Z",
            "uploadedTime": "2009-01-02T03:35:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622160/theora/1655_a91edf4f6dc24f3296868a35e4fd2581.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622160/large_thumb/large.jpg"
        },
        {
            "id": 622161,
            "name": "Talentfabrikken uke 07",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622161/theora/1656_3bfcb55957cd43a6942f5ed6e4b715d9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622161/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622161/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622161/broadcast/orig_PGM105 - Talentfabrikk#16F7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622161/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:27.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:36:00Z",
            "updatedTime": "2018-11-10T18:29:31.109672Z",
            "uploadedTime": "2009-01-02T03:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622161/theora/1656_3bfcb55957cd43a6942f5ed6e4b715d9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622161/large_thumb/large.jpg"
        },
        {
            "id": 622162,
            "name": "Talentfabrikken uke 08",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622162/theora/1657_5fa9357737c540d0905993477ecac806.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622162/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622162/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622162/broadcast/orig_PGM106 - Talentfabrikken(ny).avi",
                "largeThumb": "https://upload.frikanalen.no/media/622162/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:02.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:37:00Z",
            "updatedTime": "2018-11-10T18:29:31.107987Z",
            "uploadedTime": "2009-01-02T03:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622162/theora/1657_5fa9357737c540d0905993477ecac806.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622162/large_thumb/large.jpg"
        },
        {
            "id": 622163,
            "name": "Talentfabrikken uke 09",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622163/theora/1658_0baf86a58e75471db86a0caf05f92ff5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622163/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622163/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622163/broadcast/orig_527492bab1104586b3da8c25115d431a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622163/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:25:28.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:38:00Z",
            "updatedTime": "2018-11-10T18:29:31.106074Z",
            "uploadedTime": "2009-01-02T03:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622163/theora/1658_0baf86a58e75471db86a0caf05f92ff5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622163/large_thumb/large.jpg"
        },
        {
            "id": 622164,
            "name": "Talentfabrikken uke 10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622164/theora/1659_30cfcdc7abaf48c598374a65443c0110.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622164/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622164/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622164/broadcast/orig_b23e58cf640b47e9914a67a67d1b5f82.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622164/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:23:52.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:39:00Z",
            "updatedTime": "2018-11-10T18:29:31.104450Z",
            "uploadedTime": "2009-01-02T03:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622164/theora/1659_30cfcdc7abaf48c598374a65443c0110.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622164/large_thumb/large.jpg"
        },
        {
            "id": 622165,
            "name": "Møteplassen - Vandring 2 og 3",
            "header": "Begeistret for Gud\nI tørre tider",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622165/theora/1661_742617368bb843b392afaee81a0987dd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622165/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622165/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622165/broadcast/orig_Møteplassen - vandring 2 og 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622165/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:41:00Z",
            "updatedTime": "2018-11-10T18:29:31.102694Z",
            "uploadedTime": "2009-01-02T03:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622165/theora/1661_742617368bb843b392afaee81a0987dd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622165/large_thumb/large.jpg"
        },
        {
            "id": 622166,
            "name": "Møteplassen - Vandring 3 og 4",
            "header": "I tørre tider\nNår Gud blir borte",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622166/theora/1662_12f5bfb2b5e34496ae9cca473e419479.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622166/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622166/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622166/broadcast/orig_91aa4481505f4f68b7d91c768de97526.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622166/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:07.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:42:00Z",
            "updatedTime": "2018-11-10T18:29:31.100770Z",
            "uploadedTime": "2009-01-02T03:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622166/theora/1662_12f5bfb2b5e34496ae9cca473e419479.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622166/large_thumb/large.jpg"
        },
        {
            "id": 622167,
            "name": "Møteplassen - Vandring 4 og 5",
            "header": "Når Gud blir borte\nHvile i Gud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622167/theora/1663_0f037524d10c4cdd90a7a1bb8ae6400a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622167/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622167/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622167/broadcast/orig_Møteplassen - Vandring 4 og 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622167/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:01.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:43:00Z",
            "updatedTime": "2018-11-10T18:29:31.098326Z",
            "uploadedTime": "2009-01-02T03:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622167/theora/1663_0f037524d10c4cdd90a7a1bb8ae6400a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622167/large_thumb/large.jpg"
        },
        {
            "id": 622168,
            "name": "Møteplassen - Vandring 5 og 1",
            "header": "Hvile i Gud\nÅ vandre med Gud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622168/theora/1664_1153507829a34a2f9bb298ff5718bd48.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622168/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622168/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622168/broadcast/orig_Møteplassen - Vandring 5 og 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622168/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:01.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:44:00Z",
            "updatedTime": "2018-11-10T18:29:31.096074Z",
            "uploadedTime": "2009-01-02T03:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622168/theora/1664_1153507829a34a2f9bb298ff5718bd48.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622168/large_thumb/large.jpg"
        },
        {
            "id": 622169,
            "name": "Talentfabrikken uke 11",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622169/theora/1666_6a21f28770864d259ec62536f8ff85b6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622169/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622169/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622169/broadcast/orig_0d5f54407373429a99ad721a2df1883b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622169/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:07.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:46:00Z",
            "updatedTime": "2018-11-10T18:29:31.094359Z",
            "uploadedTime": "2009-01-02T03:46:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622169/theora/1666_6a21f28770864d259ec62536f8ff85b6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622169/large_thumb/large.jpg"
        },
        {
            "id": 622170,
            "name": "Talentfabrikken uke 12",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622170/theora/1667_c54f8490288c40e985050d53b1a6d63b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622170/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622170/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622170/broadcast/orig_b26ee80704264affb84ea8ef0955030d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622170/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:00",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:47:00Z",
            "updatedTime": "2018-11-10T18:29:31.092755Z",
            "uploadedTime": "2009-01-02T03:47:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622170/theora/1667_c54f8490288c40e985050d53b1a6d63b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622170/large_thumb/large.jpg"
        },
        {
            "id": 622171,
            "name": "Talentfabrikken uke 13",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622171/theora/1668_67e9e5b5ec21427d97fc1c041939119f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622171/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622171/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622171/broadcast/orig_f7be9740bcaa4f24b5ba547203aadd8f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622171/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:47.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:48:00Z",
            "updatedTime": "2018-11-10T18:29:31.091261Z",
            "uploadedTime": "2009-01-02T03:48:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622171/theora/1668_67e9e5b5ec21427d97fc1c041939119f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622171/large_thumb/large.jpg"
        },
        {
            "id": 622172,
            "name": "Talentfabrikken uke 14",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622172/theora/1669_2aa501df9c37426ab783b5e8b3dbf493.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622172/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622172/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622172/broadcast/orig_f9dbf340365b4460aedb7eed110fb587.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622172/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:45.240000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:49:00Z",
            "updatedTime": "2018-11-10T18:29:31.089690Z",
            "uploadedTime": "2009-01-02T03:49:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622172/theora/1669_2aa501df9c37426ab783b5e8b3dbf493.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622172/large_thumb/large.jpg"
        },
        {
            "id": 622173,
            "name": "Talentfabrikken uke 15",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622173/theora/1670_d6e6df7140fa4b53a98103a8ebc3d7fc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622173/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622173/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622173/broadcast/orig_029c0f00e0434d2fb74c22ed4ac29922.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622173/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:56.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:50:00Z",
            "updatedTime": "2018-11-10T18:29:31.088343Z",
            "uploadedTime": "2009-01-02T03:50:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622173/theora/1670_d6e6df7140fa4b53a98103a8ebc3d7fc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622173/large_thumb/large.jpg"
        }
    ]
}