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=1000&ordering=-has_tono_records
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3408,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1050&ordering=-has_tono_records",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=950&ordering=-has_tono_records",
    "results": [
        {
            "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": 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": 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": 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": 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": 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": 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": 624620,
            "name": "Dagen derpå: UKA teater",
            "header": "UKA-11 kjører videre, og vi i Dagen Derpå fortsetter å gi dere en fullstendig dekning av festivalen. Denne uken ser vi nærmere på revyen og de ulike teaterforestillingene som er satt opp.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624620/theora/5802_566bf18a4f4a40c8b5301beee49c1873.ogv",
                "original": "https://upload.frikanalen.no/media/624620/original/orig_59ef4a5cda4c4f788320f44acc8b5e94.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624620/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624620/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624620/broadcast/5802_c828ba093bb244c588528ccb31237826.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624620/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:29:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-19T19:33:25.440000Z",
            "updatedTime": "2018-11-10T18:29:28.280666Z",
            "uploadedTime": "2011-10-19T19:33:25.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624620/theora/5802_566bf18a4f4a40c8b5301beee49c1873.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624620/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": 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": 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": 622121,
            "name": "Menneskesønnen del 11B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622121/theora/1553_9efd22f4180f46afb7fdcf9be1c0cdd2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622121/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622121/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622121/broadcast/orig_Menneskesønnen del 11B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622121/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:45.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:53:00Z",
            "updatedTime": "2018-11-10T18:29:31.179856Z",
            "uploadedTime": "2009-01-02T01:53:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622121/theora/1553_9efd22f4180f46afb7fdcf9be1c0cdd2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622121/large_thumb/large.jpg"
        },
        {
            "id": 622119,
            "name": "Menneskesønnen del 09B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622119/theora/1548_1df390e4bcb345d7906198348bca67bf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622119/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622119/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622119/broadcast/orig_Menneskesønnen del 9B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622119/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:32.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:48:00Z",
            "updatedTime": "2018-11-10T18:29:31.182752Z",
            "uploadedTime": "2009-01-02T01:48:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622119/theora/1548_1df390e4bcb345d7906198348bca67bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622119/large_thumb/large.jpg"
        },
        {
            "id": 622118,
            "name": "Menneskesønnen del 08B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622118/theora/1547_6e29d67a0b434b2788c4edff2eaa28cd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622118/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622118/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622118/broadcast/orig_Menneskesønnen del 8B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622118/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:47:00Z",
            "updatedTime": "2018-11-10T18:29:31.184253Z",
            "uploadedTime": "2009-01-02T01:47:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622118/theora/1547_6e29d67a0b434b2788c4edff2eaa28cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622118/large_thumb/large.jpg"
        },
        {
            "id": 622114,
            "name": "Menneskesønnen del 09A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622114/theora/1543_708702c8b92e4109839b94a801bdc6a1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622114/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622114/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622114/broadcast/orig_Menneskesønnen del 9A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622114/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:43:00Z",
            "updatedTime": "2018-11-10T18:29:31.191699Z",
            "uploadedTime": "2009-01-02T01:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622114/theora/1543_708702c8b92e4109839b94a801bdc6a1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622114/large_thumb/large.jpg"
        },
        {
            "id": 622113,
            "name": "Menneskesønnen del 10A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622113/theora/1542_62ec96b210f549d5b13c2eec5e159c0d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622113/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622113/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622113/broadcast/orig_Menneskesønnen del 10A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622113/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:42:00Z",
            "updatedTime": "2018-11-10T18:29:31.193165Z",
            "uploadedTime": "2009-01-02T01:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622113/theora/1542_62ec96b210f549d5b13c2eec5e159c0d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622113/large_thumb/large.jpg"
        },
        {
            "id": 622111,
            "name": "Menneskesønnen del 07A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622111/theora/1540_f44af467b8a34428be4adea2419d1519.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622111/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622111/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622111/broadcast/orig_Menneskesønnen del 7A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622111/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:40:00Z",
            "updatedTime": "2018-11-10T18:29:31.196806Z",
            "uploadedTime": "2009-01-02T01:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622111/theora/1540_f44af467b8a34428be4adea2419d1519.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622111/large_thumb/large.jpg"
        },
        {
            "id": 622110,
            "name": "Menneskesønnen del 06A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622110/theora/1539_39d13312b49a492f8381d52c5c2a6f34.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622110/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622110/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622110/broadcast/orig_Menneskesønnen del 6A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622110/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:39:00Z",
            "updatedTime": "2018-11-10T18:29:31.198611Z",
            "uploadedTime": "2009-01-02T01:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622110/theora/1539_39d13312b49a492f8381d52c5c2a6f34.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622110/large_thumb/large.jpg"
        },
        {
            "id": 622102,
            "name": "Musikk: Menuett",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622102/theora/1294_770c83508f304af8820386de474f9aed.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622102/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622102/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622102/broadcast/orig_Terje og Sidsel Dahl - Menuett.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622102/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:34:00Z",
            "updatedTime": "2018-11-10T18:29:31.211984Z",
            "uploadedTime": "2009-01-01T21:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622102/theora/1294_770c83508f304af8820386de474f9aed.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622102/large_thumb/large.jpg"
        },
        {
            "id": 624603,
            "name": "Dagen Derpå: Studentøkonomi",
            "header": "Det er ikke lett å leve av studielånet alene, men denne ukes sending vil komme med hjelpsomme tips. Dagen Derpås eget studiokjøkken viser deg et smakfullt og billig alternativ til ferdigpizzaen. Vi gir deg også gode tips til hvordan du kan begrense pengebruken og få studielånet ditt til å strekke til.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624603/theora/5773_3c5c2f623ed64596b61d48ae049d3ef9.ogv",
                "original": "https://upload.frikanalen.no/media/624603/original/orig_dbced5c706664f6489a45f22333da5fa.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624603/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624603/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624603/broadcast/5773_ba4a514171554e6d97aba62900b73ad2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624603/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:29:00.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-23T00:15:52.397000Z",
            "updatedTime": "2018-11-10T18:29:28.302872Z",
            "uploadedTime": "2011-09-23T00:15:52.397000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624603/theora/5773_3c5c2f623ed64596b61d48ae049d3ef9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624603/large_thumb/large.jpg"
        },
        {
            "id": 624602,
            "name": "Dagen derpå: Utenlandsstudier",
            "header": "I ukens sending av Dagen derpå skal vi se nærmere på hele eller deler av studieløpet i utlandet. Vi skal på utenlandsmesse og vi skal få høre personlige erfaringer på temaet.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624602/theora/5764_42af695b6c1a401ba51a15e019e3189f.ogv",
                "original": "https://upload.frikanalen.no/media/624602/original/orig_141b5ee39aaa463c9db93d0c4b4d251e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624602/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624602/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624602/broadcast/5764_9f53bdb27c0f43f6bb30d5eeb7f866d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624602/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:29:02.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-16T14:00:33Z",
            "updatedTime": "2018-11-10T18:29:28.304271Z",
            "uploadedTime": "2011-09-16T14:00:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624602/theora/5764_42af695b6c1a401ba51a15e019e3189f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624602/large_thumb/large.jpg"
        },
        {
            "id": 624595,
            "name": "Dagen derpå: Gode gjerninger",
            "header": "I denne ukens sending viser vi deg hvordan du kan få bedre samvittighet gjennom å gjøre gode gjerninger i hverdagen. Vi har tatt turen innom blodbanken og dyrebeskyttelsen, og snakekt med selgere av bladet Sorgenfri.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624595/theora/5763_4d8c2a8353b6424ba16003e41bfe758a.ogv",
                "original": "https://upload.frikanalen.no/media/624595/original/orig_2c6a38ba642746429c57a17a29f8523b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624595/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624595/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624595/broadcast/5763_201fbf5e905c48a783b0adbd10f77b87.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624595/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:29:10.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-16T10:41:48Z",
            "updatedTime": "2018-11-10T18:29:28.313765Z",
            "uploadedTime": "2011-09-16T10:41:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624595/theora/5763_4d8c2a8353b6424ba16003e41bfe758a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624595/large_thumb/large.jpg"
        },
        {
            "id": 624562,
            "name": "Bibelstudier 13 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624562/theora/orig_c78f040996fe4f5f86d0032cf879ac45.ogv",
                "original": "https://upload.frikanalen.no/media/624562/original/orig_c78f040996fe4f5f86d0032cf879ac45.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624562/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624562/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624562/broadcast/5658_0ff0c9bfc1a848b188815fd97a372f7f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624562/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:00:53.387000Z",
            "updatedTime": "2018-11-10T18:29:28.354412Z",
            "uploadedTime": "2011-07-01T15:00:53.387000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624562/theora/orig_c78f040996fe4f5f86d0032cf879ac45.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624562/large_thumb/large.jpg"
        },
        {
            "id": 624591,
            "name": "Bibelstudier 13 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624591/theora/orig_d43e9eb9bb76404fabc053d23bc97c52.ogv",
                "original": "https://upload.frikanalen.no/media/624591/original/orig_d43e9eb9bb76404fabc053d23bc97c52.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624591/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624591/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624591/broadcast/5672_4d27ca86e15746ae9b269de5fb1bc15b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624591/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:26:47.537000Z",
            "updatedTime": "2018-11-10T18:29:28.317850Z",
            "uploadedTime": "2011-07-01T15:26:47.537000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624591/theora/orig_d43e9eb9bb76404fabc053d23bc97c52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624591/large_thumb/large.jpg"
        },
        {
            "id": 624590,
            "name": "Bibelstudier 10 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624590/theora/orig_cf20dcbf86be41caa79facab7006452d.ogv",
                "original": "https://upload.frikanalen.no/media/624590/original/orig_cf20dcbf86be41caa79facab7006452d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624590/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624590/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624590/broadcast/5668_0b24afd41105444c832d88f66b989762.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624590/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:21:18.907000Z",
            "updatedTime": "2018-11-10T18:29:28.319406Z",
            "uploadedTime": "2011-07-01T15:21:18.907000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624590/theora/orig_cf20dcbf86be41caa79facab7006452d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624590/large_thumb/large.jpg"
        },
        {
            "id": 624589,
            "name": "Bibelstudier 11 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624589/theora/orig_b65f989e6cc44c14a0fdbc79a9b02dab.ogv",
                "original": "https://upload.frikanalen.no/media/624589/original/orig_b65f989e6cc44c14a0fdbc79a9b02dab.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624589/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624589/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624589/broadcast/5669_2fd7600c99a245e0a1d746d051689f05.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624589/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:23:03.860000Z",
            "updatedTime": "2018-11-10T18:29:28.320907Z",
            "uploadedTime": "2011-07-01T15:23:03.860000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624589/theora/orig_b65f989e6cc44c14a0fdbc79a9b02dab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624589/large_thumb/large.jpg"
        },
        {
            "id": 624588,
            "name": "Bibelstudier 06 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624588/theora/orig_d78602a9fd60450c8b4af036adafe689.ogv",
                "original": "https://upload.frikanalen.no/media/624588/original/orig_d78602a9fd60450c8b4af036adafe689.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624588/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624588/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624588/broadcast/5664_c52f638609be45a89c3a4be2fd7b431e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624588/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:13:55.447000Z",
            "updatedTime": "2018-11-10T18:29:28.322292Z",
            "uploadedTime": "2011-07-01T15:13:55.447000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624588/theora/orig_d78602a9fd60450c8b4af036adafe689.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624588/large_thumb/large.jpg"
        },
        {
            "id": 624587,
            "name": "Bibelstudier 09 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624587/theora/orig_6be52917224d4daca1fce2ad3304627b.ogv",
                "original": "https://upload.frikanalen.no/media/624587/original/orig_6be52917224d4daca1fce2ad3304627b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624587/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624587/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624587/broadcast/5667_dde72224ddb0432c8ef816f9f62f085e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624587/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:19:30.920000Z",
            "updatedTime": "2018-11-10T18:29:28.323834Z",
            "uploadedTime": "2011-07-01T15:19:30.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624587/theora/orig_6be52917224d4daca1fce2ad3304627b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624587/large_thumb/large.jpg"
        },
        {
            "id": 624558,
            "name": "Bibelstudier 10 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624558/theora/orig_f2247250b647498ea05734deda0b586c.ogv",
                "original": "https://upload.frikanalen.no/media/624558/original/orig_f2247250b647498ea05734deda0b586c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624558/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624558/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624558/broadcast/5655_552707fb6fb046288403767856de7aff.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624558/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:18",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:54:42.957000Z",
            "updatedTime": "2018-11-10T18:29:28.359927Z",
            "uploadedTime": "2011-07-01T14:54:42.957000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624558/theora/orig_f2247250b647498ea05734deda0b586c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624558/large_thumb/large.jpg"
        },
        {
            "id": 624556,
            "name": "Bibelstudier 07 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624556/theora/orig_c16996df95a545c687edbb3903a69c1c.ogv",
                "original": "https://upload.frikanalen.no/media/624556/original/orig_c16996df95a545c687edbb3903a69c1c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624556/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624556/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624556/broadcast/5652_a292bce4ea1f4b9daffe4201295ed399.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624556/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:47:51.527000Z",
            "updatedTime": "2018-11-10T18:29:28.362620Z",
            "uploadedTime": "2011-07-01T14:47:51.527000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624556/theora/orig_c16996df95a545c687edbb3903a69c1c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624556/large_thumb/large.jpg"
        },
        {
            "id": 624533,
            "name": "Bibelstudier 05 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624533/theora/orig_33cfe90721474c97a23bf2adf2156e02.ogv",
                "original": "https://upload.frikanalen.no/media/624533/original/orig_33cfe90721474c97a23bf2adf2156e02.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624533/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624533/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624533/broadcast/5650_aae17441517a4e5f9db908bfa16ee104.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624533/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:43:09.180000Z",
            "updatedTime": "2018-11-10T18:29:28.394454Z",
            "uploadedTime": "2011-07-01T14:43:09.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624533/theora/orig_33cfe90721474c97a23bf2adf2156e02.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624533/large_thumb/large.jpg"
        },
        {
            "id": 623838,
            "name": "Walk",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623838/theora/4610_da41ce02ff954251883cbf898001d64f.ogv",
                "original": "https://upload.frikanalen.no/media/623838/original/orig_6162f892a4964e18b44869be17f7d3e0.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623838/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623838/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623838/broadcast/4610_cd0a7d3f8e504efaa0c56f510c61e63c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623838/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:01:52.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:21:27Z",
            "updatedTime": "2018-11-10T18:29:29.309177Z",
            "uploadedTime": "2010-08-10T19:21:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623838/theora/4610_da41ce02ff954251883cbf898001d64f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623838/large_thumb/large.jpg"
        },
        {
            "id": 624531,
            "name": "Bibelstudier 02 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624531/theora/orig_e03fb3472f11431296d7c379f0b3baad.ogv",
                "original": "https://upload.frikanalen.no/media/624531/original/orig_e03fb3472f11431296d7c379f0b3baad.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624531/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624531/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624531/broadcast/5647_ba6fdad93b1b4451b5de0ee49b703769.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624531/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:37:15.767000Z",
            "updatedTime": "2018-11-10T18:29:28.397184Z",
            "uploadedTime": "2011-07-01T14:37:15.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624531/theora/orig_e03fb3472f11431296d7c379f0b3baad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624531/large_thumb/large.jpg"
        },
        {
            "id": 624586,
            "name": "Dagen Derpå: Norsk film",
            "header": "I denne ukens sending ser vi på filmproduksjon i Trøndelag. Midtnorsk Filmsenter svarer på hva som må til for å få støtte og vi har snakket med skuespiller Kristofer Hivju, som snart er å se i storfilmen The Thing. Håvard Gossé Bergseth ved Prosjektor Filmproduksjon snakker om mulighetene for amatører å lage film i Trondheim.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624586/theora/5759_25df5950739944c3af58276e54bd6aef.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624586/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624586/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624586/broadcast/5759_25df5950739944c3af58276e54bd6aef.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624586/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:28:45.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-09T15:34:37Z",
            "updatedTime": "2018-11-10T18:29:28.325249Z",
            "uploadedTime": "2011-09-09T15:34:37Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624586/theora/5759_25df5950739944c3af58276e54bd6aef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624586/large_thumb/large.jpg"
        },
        {
            "id": 624585,
            "name": "Bibelstudier 08 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624585/theora/orig_7120c177a6bb419589d641792a7ab6d8.ogv",
                "original": "https://upload.frikanalen.no/media/624585/original/orig_7120c177a6bb419589d641792a7ab6d8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624585/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624585/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624585/broadcast/5666_ba3277185b394162869ec79304f52b6a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624585/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:17:44.407000Z",
            "updatedTime": "2018-11-10T18:29:28.326602Z",
            "uploadedTime": "2011-07-01T15:17:44.407000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624585/theora/orig_7120c177a6bb419589d641792a7ab6d8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624585/large_thumb/large.jpg"
        },
        {
            "id": 624584,
            "name": "Bibelstudier 04 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624584/theora/orig_31ec7119daf741abad27c56b5c26e61d.ogv",
                "original": "https://upload.frikanalen.no/media/624584/original/orig_31ec7119daf741abad27c56b5c26e61d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624584/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624584/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624584/broadcast/5662_d9cfa45363d7438e9f7ae5d208a9190b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624584/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:10:19.710000Z",
            "updatedTime": "2018-11-10T18:29:28.327989Z",
            "uploadedTime": "2011-07-01T15:10:19.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624584/theora/orig_31ec7119daf741abad27c56b5c26e61d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624584/large_thumb/large.jpg"
        },
        {
            "id": 624583,
            "name": "Bibelstudier 07 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624583/theora/orig_05b6eedd88ae4160bd67de6c078394fd.ogv",
                "original": "https://upload.frikanalen.no/media/624583/original/orig_05b6eedd88ae4160bd67de6c078394fd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624583/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624583/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624583/broadcast/5665_8086a907fa9d451c8dd602e199916f51.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624583/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:10",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:15:40.137000Z",
            "updatedTime": "2018-11-10T18:29:28.329347Z",
            "uploadedTime": "2011-07-01T15:15:40.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624583/theora/orig_05b6eedd88ae4160bd67de6c078394fd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624583/large_thumb/large.jpg"
        },
        {
            "id": 624582,
            "name": "Bibelstudier 05 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624582/theora/orig_a19fddc5c5414f9e87d3caa55a81b609.ogv",
                "original": "https://upload.frikanalen.no/media/624582/original/orig_a19fddc5c5414f9e87d3caa55a81b609.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624582/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624582/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624582/broadcast/5663_2aed6d1d3e2c45318a238ad2e384e752.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624582/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:12:02.773000Z",
            "updatedTime": "2018-11-10T18:29:28.330759Z",
            "uploadedTime": "2011-07-01T15:12:02.773000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624582/theora/orig_a19fddc5c5414f9e87d3caa55a81b609.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624582/large_thumb/large.jpg"
        },
        {
            "id": 624581,
            "name": "Bibelstudier 03 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624581/theora/orig_56301a4e69754dfaa5b13bf27b560001.ogv",
                "original": "https://upload.frikanalen.no/media/624581/original/orig_56301a4e69754dfaa5b13bf27b560001.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624581/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624581/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624581/broadcast/5661_8f8a9b6432824c4ea93a8edd65746184.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624581/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:08:35.863000Z",
            "updatedTime": "2018-11-10T18:29:28.332297Z",
            "uploadedTime": "2011-07-01T15:08:35.863000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624581/theora/orig_56301a4e69754dfaa5b13bf27b560001.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624581/large_thumb/large.jpg"
        },
        {
            "id": 624580,
            "name": "Bibelstudier 01 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624580/theora/orig_4f8b2fd806ec4c98a07fc3cd4bdde4cd.ogv",
                "original": "https://upload.frikanalen.no/media/624580/original/orig_4f8b2fd806ec4c98a07fc3cd4bdde4cd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624580/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624580/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624580/broadcast/5659_b48b0516b4e24edea2dcb306a04360f2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624580/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:04:13.453000Z",
            "updatedTime": "2018-11-10T18:29:28.333676Z",
            "uploadedTime": "2011-07-01T15:04:13.453000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624580/theora/orig_4f8b2fd806ec4c98a07fc3cd4bdde4cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624580/large_thumb/large.jpg"
        },
        {
            "id": 624579,
            "name": "Bibelstudier 02 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624579/theora/orig_7b04897f383e454aa92099df688042d7.ogv",
                "original": "https://upload.frikanalen.no/media/624579/original/orig_7b04897f383e454aa92099df688042d7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624579/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624579/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624579/broadcast/5660_60f918b9a6584f818e31a075db268381.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624579/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:06:33.283000Z",
            "updatedTime": "2018-11-10T18:29:28.335040Z",
            "uploadedTime": "2011-07-01T15:06:33.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624579/theora/orig_7b04897f383e454aa92099df688042d7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624579/large_thumb/large.jpg"
        },
        {
            "id": 624519,
            "name": "NM2011 - Stavanger Brassband",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624519/theora/5675_7c999398ced74cb482f5652f7fa9d710.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624519/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624519/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624519/broadcast/5675_28e822b1edfa4267a3fec292520cd269.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624519/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:46.530000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T09:58:33.220000Z",
            "updatedTime": "2018-11-10T18:29:28.413555Z",
            "uploadedTime": "2011-07-02T09:58:33.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624519/theora/5675_7c999398ced74cb482f5652f7fa9d710.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624519/large_thumb/large.jpg"
        },
        {
            "id": 624577,
            "name": "Tom Angelsen - fortapt sønn",
            "header": "Pastor Tom Angelsen forteller i denne talen om den fortapte sønn som ikke var fortapt i det hele tatt.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624577/theora/orig_8afada0ecec64a8587744f870eb8d5f6.ogv",
                "original": "https://upload.frikanalen.no/media/624577/original/orig_8afada0ecec64a8587744f870eb8d5f6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624577/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624577/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624577/broadcast/5756_07571bee5f06423085c95f04223ed5d7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624577/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T13:14:02.543000Z",
            "updatedTime": "2018-11-10T18:29:28.337764Z",
            "uploadedTime": "2011-09-08T13:14:02.543000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624577/theora/orig_8afada0ecec64a8587744f870eb8d5f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624577/large_thumb/large.jpg"
        },
        {
            "id": 624576,
            "name": "Arne Andersen - Kom til Jesus",
            "header": "Pastor Arne Kr Andersen forteller at livet vil ta en ny vending for alle som kommer til Jesus.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624576/theora/orig_2c36a86e884e409ca1e29a8b786440a9.ogv",
                "original": "https://upload.frikanalen.no/media/624576/original/orig_2c36a86e884e409ca1e29a8b786440a9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624576/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624576/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624576/broadcast/5755_4762718cb4d5496cb0843bbe78ec8019.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624576/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:15",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T13:09:17.850000Z",
            "updatedTime": "2018-11-10T18:29:28.339130Z",
            "uploadedTime": "2011-09-08T13:09:17.850000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624576/theora/orig_2c36a86e884e409ca1e29a8b786440a9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624576/large_thumb/large.jpg"
        },
        {
            "id": 624575,
            "name": "Kåre Kaspersen - Hviledagen",
            "header": "Pator Kaspersen tar for seg hviledagsbudet i denne inspirerende talen i Adventkirken i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624575/theora/orig_ed1d404ca7bf41ff8e5a5f9dd9bae43e.ogv",
                "original": "https://upload.frikanalen.no/media/624575/original/orig_ed1d404ca7bf41ff8e5a5f9dd9bae43e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624575/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624575/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624575/broadcast/5754_dfd80aca2b6044d5b7fd219e9edefb1f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624575/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:19:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T13:05:20.283000Z",
            "updatedTime": "2018-11-10T18:29:28.340544Z",
            "uploadedTime": "2011-09-08T13:05:20.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624575/theora/orig_ed1d404ca7bf41ff8e5a5f9dd9bae43e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624575/large_thumb/large.jpg"
        },
        {
            "id": 624574,
            "name": "ADRA-magasin sep 2011 Cambodia",
            "header": "ADRAS hjelpearbeid søker i 2011 å redde barn fra sex-handel.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624574/theora/orig_a4f84baaf0344020adb4f846bddfbd04.ogv",
                "original": "https://upload.frikanalen.no/media/624574/original/orig_a4f84baaf0344020adb4f846bddfbd04.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624574/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624574/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624574/broadcast/5753_951ba84b11c144f9a5223f6d77954bd1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624574/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:37.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T12:49:52.317000Z",
            "updatedTime": "2018-11-10T18:29:28.342049Z",
            "uploadedTime": "2011-09-08T12:49:52.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624574/theora/orig_a4f84baaf0344020adb4f846bddfbd04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624574/large_thumb/large.jpg"
        },
        {
            "id": 624573,
            "name": "ADRA-magasinet 2011 Thailand",
            "header": "Et av landene som ADRA fokuserer spesielt på i 2011 er Thailand. Fattigdom og menneskehandel er store problemer i landet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624573/theora/orig_d58382418802456ebd0a04fa0ba5a3bf.ogv",
                "original": "https://upload.frikanalen.no/media/624573/original/orig_d58382418802456ebd0a04fa0ba5a3bf.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624573/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624573/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624573/broadcast/5752_501fd250685e4b05bf0ea76b88614c89.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624573/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:49.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T12:43:22.777000Z",
            "updatedTime": "2018-11-10T18:29:28.343419Z",
            "uploadedTime": "2011-09-08T12:43:22.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624573/theora/orig_d58382418802456ebd0a04fa0ba5a3bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624573/large_thumb/large.jpg"
        },
        {
            "id": 625324,
            "name": "TED - Laura Snyder: The Philosophical Breakfast Club",
            "header": "In 1812, four men at Cambridge University met for breakfast. What began as an impassioned meal grew into a new scientific revolution, in which these men -- who called themselves “natural philosophers” until they later coined “scientist” -- introduced four major principles into scientific inquiry. Historian and philosopher Laura Snyder tells their intriguing story.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625324/large_thumb/LauraSnyder_2012G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625324/small_thumb/LauraSnyder_2012G.jpg",
                "theora": "https://upload.frikanalen.no/media/625324/theora/LauraSnyder_2012G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625324/broadcast/LauraSnyder_2012G.dv",
                "original": "https://upload.frikanalen.no/media/625324/original/LauraSnyder_2012G.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:34.630000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LauraSnyder_2012G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.397332Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625324/theora/LauraSnyder_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625324/large_thumb/LauraSnyder_2012G.jpg"
        },
        {
            "id": 624604,
            "name": "40_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624604/theora/5711_b1792095ac7c4fb2bd7153ab612e5dd8.ogv",
                "original": "https://upload.frikanalen.no/media/624604/original/orig_d0219211298a4269a8b434e8aa038dc6.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624604/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624604/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624604/broadcast/5711_0a03c5c5b52144f8804c99b55536ced6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624604/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:49",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-08-18T08:57:05.093000Z",
            "updatedTime": "2018-11-10T18:29:28.301526Z",
            "uploadedTime": "2011-08-18T08:57:05.093000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624604/theora/5711_b1792095ac7c4fb2bd7153ab612e5dd8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624604/large_thumb/large.jpg"
        },
        {
            "id": 625325,
            "name": "TED - Lawrence Lessig: We the People, and the Republic we must reclaim",
            "header": "There is a corruption at the heart of American politics, caused by the dependence of Congressional candidates on funding from the tiniest percentage of citizens. That's the argument at the core of this blistering talk by legal scholar Lawrence Lessig. With rapid-fire visuals, he shows how the funding process weakens the Republic in the most fundamental way, and issues a rallying bipartisan cry that will resonate with many in the U.S. and beyond.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625325/small_thumb/LarryLessig_2013.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625325/large_thumb/LarryLessig_2013.jpg",
                "theora": "https://upload.frikanalen.no/media/625325/theora/LarryLessig_2013.ogv",
                "original": "https://upload.frikanalen.no/media/625325/original/LarryLessig_2013.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625325/broadcast/LarryLessig_2013.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:19.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LarryLessig_2013",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.396010Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625325/theora/LarryLessig_2013.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625325/large_thumb/LarryLessig_2013.jpg"
        }
    ]
}