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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3150&ordering=has_tono_records",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3050&ordering=has_tono_records",
    "results": [
        {
            "id": 624770,
            "name": "Gud, de andre og meg 3/4",
            "header": "Relasjoner er noe som angår oss alle. Rundt bålet har Finn Myklebust samlet seks ungdommer for å samtale om relasjoner til Gud, familien, kristne og verden. Serien på fire programmer handler om Gud, de andre og meg.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624770/theora/orig_4ad12c2915d747da966f705e3ba8ce2f.ogv",
                "original": "https://upload.frikanalen.no/media/624770/original/orig_4ad12c2915d747da966f705e3ba8ce2f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624770/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624770/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624770/broadcast/6053_b04a273c757e4f83b1615a331618dae4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624770/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:25",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-28T12:30:03.390000Z",
            "updatedTime": "2018-11-10T18:29:28.083839Z",
            "uploadedTime": "2012-02-28T12:30:03.390000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624770/theora/orig_4ad12c2915d747da966f705e3ba8ce2f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624770/large_thumb/large.jpg"
        },
        {
            "id": 624769,
            "name": "Gud, de andre og meg 1/4",
            "header": "Relasjoner er noe som angår oss alle. Rundt bålet har Finn Myklebust samlet seks ungdommer for å samtale om relasjoner til Gud, familien, kristne og verden. Serien på fire programmer handler om Gud, de andre og meg.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624769/theora/orig_c141b0ebcf5d4a3daaf4e6f2045db759.ogv",
                "original": "https://upload.frikanalen.no/media/624769/original/orig_c141b0ebcf5d4a3daaf4e6f2045db759.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624769/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624769/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624769/broadcast/6050_9f2402b3c0e4458abf8edcad3709ba7b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624769/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": "2012-02-28T12:20:47.837000Z",
            "updatedTime": "2018-11-10T18:29:28.085270Z",
            "uploadedTime": "2012-02-28T12:20:47.837000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624769/theora/orig_c141b0ebcf5d4a3daaf4e6f2045db759.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624769/large_thumb/large.jpg"
        },
        {
            "id": 624768,
            "name": "UKA TV 2012 episode 6",
            "header": "UKA-TV er en av Nordens største student-tv-produksjoner, og lages i forbindelse med UKA-festivalen. I 2011 var over 100 studenter med på å lage UKA-TV!\r\n20. - 26. februar skal et 30-minutters program produseres fra studio hver dag, som inneholder gjester, artistopptredener og forhåndsproduserte innslag. Hver kveld vises sendingene både over nett og på tv",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624768/theora/5909_5b7a66f705d3462686e2f62eb239b7c6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624768/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624768/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624768/broadcast/5909_46c4192644954eccb6a9fa7da3409792.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624768/large_thumb/large.jpg"
            },
            "creator": "taraldmoe@gmail.com",
            "organization": {
                "id": 120,
                "name": "Uka-TV 2012",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2057,
                "editorName": "Tarald Moe Bjølseth",
                "editorEmail": "taraldmoe@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:27",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-02T14:48:05.470000Z",
            "updatedTime": "2018-11-10T18:29:28.086710Z",
            "uploadedTime": "2012-01-02T14:48:05.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624768/theora/5909_5b7a66f705d3462686e2f62eb239b7c6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624768/large_thumb/large.jpg"
        },
        {
            "id": 624767,
            "name": "UKA TV 2012 episode 5",
            "header": "UKA-TV er en av Nordens største student-tv-produksjoner, og lages i forbindelse med UKA-festivalen. I 2011 var over 100 studenter med på å lage UKA-TV!\r\n20. - 26. februar skal et 30-minutters program produseres fra studio hver dag, som inneholder gjester, artistopptredener og forhåndsproduserte innslag. Hver kveld vises sendingene både over nett og på tv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624767/theora/5910_4e3020fa62704464bb3747c19ab28db6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624767/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624767/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624767/broadcast/5910_681fac045b5e4aefb2623f260e73c301.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624767/large_thumb/large.jpg"
            },
            "creator": "taraldmoe@gmail.com",
            "organization": {
                "id": 120,
                "name": "Uka-TV 2012",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2057,
                "editorName": "Tarald Moe Bjølseth",
                "editorEmail": "taraldmoe@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:17.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-02T14:48:49.377000Z",
            "updatedTime": "2018-11-10T18:29:28.088127Z",
            "uploadedTime": "2012-01-02T14:48:49.377000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624767/theora/5910_4e3020fa62704464bb3747c19ab28db6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624767/large_thumb/large.jpg"
        },
        {
            "id": 624766,
            "name": "Eikanger-Bjørsvik NM 2012",
            "header": "NM Brass 2012",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624766/theora/6047_f26be0b64f554e3a98f68ed72875a18d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624766/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624766/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624766/broadcast/6047_f26be0b64f554e3a98f68ed72875a18d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624766/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:26:59.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-23T13:59:08.470000Z",
            "updatedTime": "2018-11-10T18:29:28.089484Z",
            "uploadedTime": "2012-02-23T13:59:08.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624766/theora/6047_f26be0b64f554e3a98f68ed72875a18d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624766/large_thumb/large.jpg"
        },
        {
            "id": 622231,
            "name": "Finnerlykke 01a",
            "header": "Program 1 av 11. Det dreier seg om å finne mening i livet. Mange overraskes av utsagn i Bibelen som bare historiens virkelighet har kunnet gi fasitsvarene på. Og mange har med god grunn latt seg fasinere av Bibelens virkelighetsforklaring som etterrettelig og sann. Alt er ikke bare tom fysikk og kjemi her i verden. For den som er villig til å ta seg bryet med å krype ut på kanten av skrenten for å få et oversiktsblikk, venter god Finnerlykke.Programleder: Yngvar Børresen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622231/theora/2058_abf565a9979f4ef58c3fead0c8c727bb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622231/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622231/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622231/broadcast/orig_Finnerlykke 01 En håndbok for livet.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622231/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": "2009-01-02T10:18:00Z",
            "updatedTime": "2018-11-10T18:29:31.005342Z",
            "uploadedTime": "2009-01-02T10:18:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622231/theora/2058_abf565a9979f4ef58c3fead0c8c727bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622231/large_thumb/large.jpg"
        },
        {
            "id": 624727,
            "name": "Bibelst 1kv 2012 Nr 10",
            "header": "Glimt av vår Gud. Det er tittelen på bibelstudiene dette kvartalet i adventkirkene verden over. Studieleder dette kvartal er Nina Myrdal.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624727/theora/orig_8c8034d8061547e2aa3378dde1cd2971.ogv",
                "original": "https://upload.frikanalen.no/media/624727/original/orig_8c8034d8061547e2aa3378dde1cd2971.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624727/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624727/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624727/broadcast/5943_93261ec6dcf74a6091351c65eff9d666.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624727/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": "2012-01-19T12:03:48.613000Z",
            "updatedTime": "2018-11-10T18:29:28.140369Z",
            "uploadedTime": "2012-01-19T12:03:48.613000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624727/theora/orig_8c8034d8061547e2aa3378dde1cd2971.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624727/large_thumb/large.jpg"
        },
        {
            "id": 624765,
            "name": "UKA TV 2012 episode 4",
            "header": "UKA-TV er en av Nordens største student-tv-produksjoner, og lages i forbindelse med UKA-festivalen. I 2011 var over 100 studenter med på å lage UKA-TV!\r\n20. - 26. februar skal et 30-minutters program produseres fra studio hver dag, som inneholder gjester, artistopptredener og forhåndsproduserte innslag. Hver kveld vises sendingene både over nett og på tv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624765/theora/5908_b0be054967e04f2a9aec3a42ebf06c58.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624765/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624765/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624765/broadcast/5908_29968f38500c4096ba86a037846cf3be.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624765/large_thumb/large.jpg"
            },
            "creator": "taraldmoe@gmail.com",
            "organization": {
                "id": 120,
                "name": "Uka-TV 2012",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2057,
                "editorName": "Tarald Moe Bjølseth",
                "editorEmail": "taraldmoe@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:45.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-02T14:47:21Z",
            "updatedTime": "2018-11-10T18:29:28.090847Z",
            "uploadedTime": "2012-01-02T14:47:21Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624765/theora/5908_b0be054967e04f2a9aec3a42ebf06c58.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624765/large_thumb/large.jpg"
        },
        {
            "id": 624764,
            "name": "UKA TV 2012 episode 3",
            "header": "UKA-TV er en av Nordens største student-tv-produksjoner, og lages i forbindelse med UKA-festivalen. I 2011 var over 100 studenter med på å lage UKA-TV!\r\n20. - 26. februar skal et 30-minutters program produseres fra studio hver dag, som inneholder gjester, artistopptredener og forhåndsproduserte innslag. Hver kveld vises sendingene både over nett og på tv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624764/theora/5907_228c6a4e181e41c0ba802fb27cf211fc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624764/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624764/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624764/broadcast/5907_767bca87108f463f9a1be8a644e9d7be.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624764/large_thumb/large.jpg"
            },
            "creator": "taraldmoe@gmail.com",
            "organization": {
                "id": 120,
                "name": "Uka-TV 2012",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2057,
                "editorName": "Tarald Moe Bjølseth",
                "editorEmail": "taraldmoe@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:13.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-02T14:46:37.013000Z",
            "updatedTime": "2018-11-10T18:29:28.092286Z",
            "uploadedTime": "2012-01-02T14:46:37.013000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624764/theora/5907_228c6a4e181e41c0ba802fb27cf211fc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624764/large_thumb/large.jpg"
        },
        {
            "id": 623708,
            "name": "Miljøagentene",
            "header": "Verdens miljødag feires av 2000 barn. Statsråder må svare på barnas krav om miljøvern",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623708/theora/4460_8650b7e3b8aa4c41a7d058ba3f55530b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623708/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623708/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623708/broadcast/4460_651e895f98a14d0caba5f76f1af9c85a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623708/large_thumb/large.jpg"
            },
            "creator": "hschilde@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:09:13.440000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.frikanalen.no",
            "createdTime": "2010-06-30T11:39:39Z",
            "updatedTime": "2020-09-02T06:25:01.137509Z",
            "uploadedTime": "2010-06-30T11:39:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623708/theora/4460_8650b7e3b8aa4c41a7d058ba3f55530b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623708/large_thumb/large.jpg"
        },
        {
            "id": 626783,
            "name": "Konsert med Felix og Louis",
            "header": "Konsert med Felix og Louis",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626783/theora/Konsert med Felix og Louis.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626783/broadcast/Konsert med Felix og Louis.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626783/large_thumb/Konsert med Felix og Louis.jpg",
                "original": "https://upload.frikanalen.no/media/626783/original/Konsert med Felix og Louis.mov"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:14:38.120000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-05-01T19:05:03.157881Z",
            "updatedTime": "2021-05-02T21:51:46.266609Z",
            "uploadedTime": "2021-05-01T19:21:37Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626783/theora/Konsert med Felix og Louis.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626783/large_thumb/Konsert med Felix og Louis.jpg"
        },
        {
            "id": 624691,
            "name": "Øyvind Øksnes - Chaconne",
            "header": "Talentfabrikken - sesong 2 (2010)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624691/theora/5904_571bea808f064974ac6aa2068f384325.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624691/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624691/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624691/broadcast/5904_8e892c5bbfbd42feadbe89e299e2e90e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624691/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:13:26.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-12-30T12:37:08.597000Z",
            "updatedTime": "2018-11-10T18:29:28.188812Z",
            "uploadedTime": "2011-12-30T12:37:08.597000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624691/theora/5904_571bea808f064974ac6aa2068f384325.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624691/large_thumb/large.jpg"
        },
        {
            "id": 624760,
            "name": "UKA TV 2012 episode 2",
            "header": "UKA-TV er en av Nordens største student-tv-produksjoner, og lages i forbindelse med UKA-festivalen. I 2011 var over 100 studenter med på å lage UKA-TV!\r\n20. - 26. februar skal et 30-minutters program produseres fra studio hver dag, som inneholder gjester, artistopptredener og forhåndsproduserte innslag. Hver kveld vises sendingene både over nett og på tv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624760/theora/5906_231936b47e6147e58ac99f95d1568520.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624760/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624760/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624760/broadcast/5906_6a3a74be96014b97aec5b8c27753038b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624760/large_thumb/large.jpg"
            },
            "creator": "taraldmoe@gmail.com",
            "organization": {
                "id": 120,
                "name": "Uka-TV 2012",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2057,
                "editorName": "Tarald Moe Bjølseth",
                "editorEmail": "taraldmoe@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:30.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-02T14:45:52.827000Z",
            "updatedTime": "2018-11-10T18:29:28.098305Z",
            "uploadedTime": "2012-01-02T14:45:52.827000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624760/theora/5906_231936b47e6147e58ac99f95d1568520.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624760/large_thumb/large.jpg"
        },
        {
            "id": 624520,
            "name": "NM2011 - Manger Musikklag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624520/theora/5676_435b7f7eb49c4967a445cfa46eab70a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624520/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624520/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624520/broadcast/5676_435b7f7eb49c4967a445cfa46eab70a5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624520/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:07.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-02T10:02:42.303000Z",
            "updatedTime": "2018-11-10T18:29:28.412198Z",
            "uploadedTime": "2011-07-02T10:02:42.303000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624520/theora/5676_435b7f7eb49c4967a445cfa46eab70a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624520/large_thumb/large.jpg"
        },
        {
            "id": 624759,
            "name": "UKA TV 2012 episode 1",
            "header": "UKA-TV er en av Nordens største student-tv-produksjoner, og lages i forbindelse med UKA-festivalen. I 2011 var over 100 studenter med på å lage UKA-TV!\r\n20. - 26. februar skal et 30-minutters program produseres fra studio hver dag, som inneholder gjester, artistopptredener og forhåndsproduserte innslag. Hver kveld vises sendingene både over nett og på tv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624759/theora/5905_911cf44b248b456cbd459769620b679c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624759/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624759/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624759/broadcast/5905_58d346430f044a628cf287708e0a26cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624759/large_thumb/large.jpg"
            },
            "creator": "taraldmoe@gmail.com",
            "organization": {
                "id": 120,
                "name": "Uka-TV 2012",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2057,
                "editorName": "Tarald Moe Bjølseth",
                "editorEmail": "taraldmoe@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:30.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-02T14:45:08.937000Z",
            "updatedTime": "2018-11-10T18:29:28.099847Z",
            "uploadedTime": "2012-01-02T14:45:08.937000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624759/theora/5905_911cf44b248b456cbd459769620b679c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624759/large_thumb/large.jpg"
        },
        {
            "id": 624758,
            "name": "Dagen Derpå: Studentmiljø",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624758/theora/orig_b807211abfdf4e90ab0259607a95bdce.ogv",
                "original": "https://upload.frikanalen.no/media/624758/original/orig_b807211abfdf4e90ab0259607a95bdce.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624758/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624758/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624758/broadcast/6004_160c9b1908ab439e95b92ab67a44e1cc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624758/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "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:20:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-03T16:21:15Z",
            "updatedTime": "2018-11-10T18:29:28.101385Z",
            "uploadedTime": "2012-02-03T16:21:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624758/theora/orig_b807211abfdf4e90ab0259607a95bdce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624758/large_thumb/large.jpg"
        },
        {
            "id": 624757,
            "name": "Dagen Derpå: Sære sporter",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624757/theora/6006_a73d1c3ae09644c7a9caae55710e842a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624757/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624757/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624757/broadcast/6006_a73d1c3ae09644c7a9caae55710e842a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624757/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "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:19:59.680000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-04T09:06:14Z",
            "updatedTime": "2018-11-10T18:29:28.102808Z",
            "uploadedTime": "2012-02-04T09:06:14Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624757/theora/6006_a73d1c3ae09644c7a9caae55710e842a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624757/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": 624752,
            "name": "Dagen Derpå: Valentines 4:3",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624752/theora/orig_c8799a2eb49d42c6a1bc7a8596ee6a47.ogv",
                "original": "https://upload.frikanalen.no/media/624752/original/orig_c8799a2eb49d42c6a1bc7a8596ee6a47.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624752/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624752/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624752/broadcast/5996_654a2c4bec3648bca56c27793e29ed32.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624752/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "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:19:58.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-01T22:53:15.080000Z",
            "updatedTime": "2018-11-10T18:29:28.108373Z",
            "uploadedTime": "2012-02-01T22:53:15.080000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624752/theora/orig_c8799a2eb49d42c6a1bc7a8596ee6a47.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624752/large_thumb/large.jpg"
        },
        {
            "id": 622998,
            "name": "Marte Skattebo",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622998/theora/3276_c4212872bc2449479092295c5b2ade25.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622998/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622998/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622998/broadcast/orig_b165d1eb9cdf49e0845daae8a210946d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622998/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:03:46.520000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-24T11:12:47Z",
            "updatedTime": "2018-11-10T18:29:30.352809Z",
            "uploadedTime": "2009-08-24T11:12:47Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622998/theora/3276_c4212872bc2449479092295c5b2ade25.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622998/large_thumb/large.jpg"
        },
        {
            "id": 624750,
            "name": "Dagen Derpå: Valentines",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624750/theora/6024_28fcda61987b49078978acd32519f531.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624750/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624750/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624750/broadcast/6024_28fcda61987b49078978acd32519f531.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624750/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "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:19:58.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-11T11:21:43Z",
            "updatedTime": "2018-11-10T18:29:28.111174Z",
            "uploadedTime": "2012-02-11T11:21:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624750/theora/6024_28fcda61987b49078978acd32519f531.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624750/large_thumb/large.jpg"
        },
        {
            "id": 622385,
            "name": "Møteplassen - Ærlighet 5 og 1",
            "header": "Samtaleprogram. Refleksjoner ved Johanna Engamo Kleveland og intervju med Sigmund Danielsen",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622385/theora/2454_e9b7d1a1b59a499b85aac8dd61148f16.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622385/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622385/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622385/broadcast/orig_0a4996a0744c4faf925ad7831d51a024.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622385/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:16.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:54:00Z",
            "updatedTime": "2018-11-10T18:29:30.794032Z",
            "uploadedTime": "2009-01-02T16:54:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622385/theora/2454_e9b7d1a1b59a499b85aac8dd61148f16.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622385/large_thumb/large.jpg"
        },
        {
            "id": 622995,
            "name": "Endre Rydland Vetås",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622995/theora/3275_314a41bde82c4affb0370d74b35c9d99.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622995/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622995/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622995/broadcast/orig_c7a91544512e418084ce90be4138cb6a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622995/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:02:49.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-24T10:01:55Z",
            "updatedTime": "2018-11-10T18:29:30.355580Z",
            "uploadedTime": "2009-08-24T10:01:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622995/theora/3275_314a41bde82c4affb0370d74b35c9d99.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622995/large_thumb/large.jpg"
        },
        {
            "id": 622994,
            "name": "Edward Sylta Antrobus",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622994/theora/3274_ec852c9de1be4c3182ed1b068c277a64.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622994/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622994/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622994/broadcast/orig_5b0088e28874487baa9ecb5c60ade0e7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622994/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:03:59",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-24T09:03:26Z",
            "updatedTime": "2018-11-10T18:29:30.356933Z",
            "uploadedTime": "2009-08-24T09:03:26Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622994/theora/3274_ec852c9de1be4c3182ed1b068c277a64.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622994/large_thumb/large.jpg"
        },
        {
            "id": 622993,
            "name": "Aina Helgeland Davidsen",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622993/theora/3273_dcb68a17bc96439a8739763527d40951.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622993/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622993/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622993/broadcast/orig_c6c2f4b10fa64054bdadef0f7d04d877.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622993/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:04:29.640000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-24T07:25:43Z",
            "updatedTime": "2018-11-10T18:29:30.358267Z",
            "uploadedTime": "2009-08-24T07:25:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622993/theora/3273_dcb68a17bc96439a8739763527d40951.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622993/large_thumb/large.jpg"
        },
        {
            "id": 624740,
            "name": "Dagen Derpå: Studentteknologi",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624740/theora/orig_9bfc99cc59d24db1a74d78e176ce1da0.ogv",
                "original": "https://upload.frikanalen.no/media/624740/original/orig_9bfc99cc59d24db1a74d78e176ce1da0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624740/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624740/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624740/broadcast/6007_b9881bc830a14e6da97ed6d262e854ce.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624740/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "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:19:59.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-04T19:41:37Z",
            "updatedTime": "2018-11-10T18:29:28.123814Z",
            "uploadedTime": "2012-02-04T19:41:37Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624740/theora/orig_9bfc99cc59d24db1a74d78e176ce1da0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624740/large_thumb/large.jpg"
        },
        {
            "id": 624738,
            "name": "Dagen Derpå: Studentmatvaner",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624738/theora/orig_d56ff4cb21064d91875ff0bde0c4b047.ogv",
                "original": "https://upload.frikanalen.no/media/624738/original/orig_d56ff4cb21064d91875ff0bde0c4b047.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624738/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624738/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624738/broadcast/5956_3d0f4b9b36aa42b481762039a7ca06f0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624738/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "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:19:59.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-20T14:59:06.960000Z",
            "updatedTime": "2018-11-10T18:29:28.126557Z",
            "uploadedTime": "2012-01-20T14:59:06.960000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624738/theora/orig_d56ff4cb21064d91875ff0bde0c4b047.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624738/large_thumb/large.jpg"
        },
        {
            "id": 622101,
            "name": "Godt Perspektiv prog 1",
            "header": "I dette programmet møter du Anders Reinemo som opplevde at Gud snakket til han gjennom en colakork. Jesusrevolution er en organisasjon som drar i hele Europa for å fortelle om evangeliet, i Godt Perspektiv sier de hvorfor. Roald Juliussen forteller om misjonærlivet i krigsherjede Kongo.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622101/theora/1281_c28205fcc04a4bb5bd3544c5357751a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622101/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622101/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622101/broadcast/orig_97f5d9af98964ad08ce9ced9bcc1eb25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622101/large_thumb/large.jpg"
            },
            "creator": "tv@livets-senter.no",
            "organization": {
                "id": 100,
                "name": "Livets Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1078,
                "editorName": "Snorre Bjerkestrand Løvstad",
                "editorEmail": "tv@livets-senter.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:08.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:21:00Z",
            "updatedTime": "2018-11-10T18:29:31.213511Z",
            "uploadedTime": "2009-01-01T21:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622101/theora/1281_c28205fcc04a4bb5bd3544c5357751a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622101/large_thumb/large.jpg"
        },
        {
            "id": 622991,
            "name": "Bazar fra Trondheim",
            "header": "Bazar er på Normisjons gen.forsamling og tar pulsen. Reprisen av Møteplassen Omsorg 1 er med Terje Forsberg som forteller om grov omsorgssvikt i barndommen og hans forsonende forvandling da han ble frelst.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622991/theora/3272_49217a6f667a47cc8446a9eaf1f38bb6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622991/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622991/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622991/broadcast/orig_0c0c58c922e84ad0a8a4ebc42796a7d4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622991/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-22T10:44:26Z",
            "updatedTime": "2018-11-10T18:29:30.361058Z",
            "uploadedTime": "2009-08-22T10:44:26Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622991/theora/3272_49217a6f667a47cc8446a9eaf1f38bb6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622991/large_thumb/large.jpg"
        },
        {
            "id": 624733,
            "name": "Dagen Derpå: Nyttårsforsetter",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624733/theora/orig_208df00f8d9543e482fccf300b26a1a7.ogv",
                "original": "https://upload.frikanalen.no/media/624733/original/orig_208df00f8d9543e482fccf300b26a1a7.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624733/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624733/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624733/broadcast/5932_0035fa291a5049bf9695b5a1f0318698.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624733/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "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:20:00.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-14T11:44:07.990000Z",
            "updatedTime": "2018-11-10T18:29:28.132055Z",
            "uploadedTime": "2012-01-14T11:44:07.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624733/theora/orig_208df00f8d9543e482fccf300b26a1a7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624733/large_thumb/large.jpg"
        },
        {
            "id": 624732,
            "name": "Bibelst 1kv 2012 Nr 06",
            "header": "Glimt av vår Gud. Det er tittelen på bibelstudiene dette kvartalet i adventkirkene verden over. Studieleder dette kvartal er Nina Myrdal.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624732/theora/orig_2bb1120cab7849f99f54bed000d4e0d0.ogv",
                "original": "https://upload.frikanalen.no/media/624732/original/orig_2bb1120cab7849f99f54bed000d4e0d0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624732/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624732/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624732/broadcast/5939_f95294002d0a44f595c8eb11a76b97e1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624732/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": "2012-01-19T11:53:50.400000Z",
            "updatedTime": "2018-11-10T18:29:28.133395Z",
            "uploadedTime": "2012-01-19T11:53:50.400000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624732/theora/orig_2bb1120cab7849f99f54bed000d4e0d0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624732/large_thumb/large.jpg"
        },
        {
            "id": 624731,
            "name": "Bibelst 1kv 2012 Nr 07",
            "header": "Glimt av vår Gud. Det er tittelen på bibelstudiene dette kvartalet i adventkirkene verden over. Studieleder dette kvartal er Nina Myrdal.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624731/theora/orig_9ef81eb3808a47b6af4e53a44f933817.ogv",
                "original": "https://upload.frikanalen.no/media/624731/original/orig_9ef81eb3808a47b6af4e53a44f933817.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624731/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624731/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624731/broadcast/5940_4b02566f8d2940e4a1b70d3799d3c04f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624731/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": "2012-01-19T11:55:42.737000Z",
            "updatedTime": "2018-11-10T18:29:28.134746Z",
            "uploadedTime": "2012-01-19T11:55:42.737000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624731/theora/orig_9ef81eb3808a47b6af4e53a44f933817.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624731/large_thumb/large.jpg"
        },
        {
            "id": 624730,
            "name": "Bibelst 1kv 2012 Nr 09",
            "header": "Glimt av vår Gud. Det er tittelen på bibelstudiene dette kvartalet i adventkirkene verden over. Studieleder dette kvartal er Nina Myrdal.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624730/theora/orig_ae8d32a134a641f4a141cae679fec745.ogv",
                "original": "https://upload.frikanalen.no/media/624730/original/orig_ae8d32a134a641f4a141cae679fec745.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624730/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624730/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624730/broadcast/5942_463bc48e060b46d385de673d9e3a7817.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624730/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": "2012-01-19T12:01:57.270000Z",
            "updatedTime": "2018-11-10T18:29:28.136172Z",
            "uploadedTime": "2012-01-19T12:01:57.270000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624730/theora/orig_ae8d32a134a641f4a141cae679fec745.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624730/large_thumb/large.jpg"
        },
        {
            "id": 624729,
            "name": "Bibelst 1kv 2012 Nr 11",
            "header": "Glimt av vår Gud. Det er tittelen på bibelstudiene dette kvartalet i adventkirkene verden over. Studieleder dette kvartal er Nina Myrdal.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624729/theora/orig_00e593c5fcb1450786c662f8e1a266a4.ogv",
                "original": "https://upload.frikanalen.no/media/624729/original/orig_00e593c5fcb1450786c662f8e1a266a4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624729/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624729/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624729/broadcast/5944_3684b2aed8774e0c927a5ff8cf60dde6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624729/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": "2012-01-19T12:05:35.380000Z",
            "updatedTime": "2018-11-10T18:29:28.137574Z",
            "uploadedTime": "2012-01-19T12:05:35.380000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624729/theora/orig_00e593c5fcb1450786c662f8e1a266a4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624729/large_thumb/large.jpg"
        },
        {
            "id": 624728,
            "name": "Bibelst 1kv 2012 Nr 08",
            "header": "Glimt av vår Gud. Det er tittelen på bibelstudiene dette kvartalet i adventkirkene verden over. Studieleder dette kvartal er Nina Myrdal.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624728/theora/orig_fbe64f5a62bd442fab82eafd83ba8bb4.ogv",
                "original": "https://upload.frikanalen.no/media/624728/original/orig_fbe64f5a62bd442fab82eafd83ba8bb4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624728/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624728/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624728/broadcast/5941_9a3cc129b7ff4e00910eafa767d6cff7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624728/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": "2012-01-19T11:59:55.207000Z",
            "updatedTime": "2018-11-10T18:29:28.138975Z",
            "uploadedTime": "2012-01-19T11:59:55.207000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624728/theora/orig_fbe64f5a62bd442fab82eafd83ba8bb4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624728/large_thumb/large.jpg"
        },
        {
            "id": 622990,
            "name": "AQVA'dor",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622990/theora/3271_416de5cc96754088b9a2c7ece62ac5ba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622990/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622990/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622990/broadcast/orig_34f4c8dc80584df8942a67c78ddab18f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622990/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:05:58.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-21T10:59:31Z",
            "updatedTime": "2018-11-10T18:29:30.362428Z",
            "uploadedTime": "2009-08-21T10:59:31Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622990/theora/3271_416de5cc96754088b9a2c7ece62ac5ba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622990/large_thumb/large.jpg"
        },
        {
            "id": 622989,
            "name": "Duo Traverso",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622989/theora/3270_c9b695b41cab42d68cedb5b999a797c7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622989/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622989/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622989/broadcast/orig_c5babdfb4585445e8667b2302bd55dd3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622989/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:03:23.960000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-21T08:40:02Z",
            "updatedTime": "2018-11-10T18:29:30.363809Z",
            "uploadedTime": "2009-08-21T08:40:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622989/theora/3270_c9b695b41cab42d68cedb5b999a797c7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622989/large_thumb/large.jpg"
        },
        {
            "id": 622988,
            "name": "Audun Breen",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622988/theora/3269_23252c1d795f45cfabd77b12bef4c688.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622988/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622988/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622988/broadcast/orig_688ca778dbde47f7a84dcccf09093937.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622988/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:05:17",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-21T08:29:31Z",
            "updatedTime": "2018-11-10T18:29:30.365158Z",
            "uploadedTime": "2009-08-21T08:29:31Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622988/theora/3269_23252c1d795f45cfabd77b12bef4c688.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622988/large_thumb/large.jpg"
        },
        {
            "id": 622149,
            "name": "Møteplassen - Vandring 1 og 2",
            "header": "Å vandre med Gud\nBegeistret for Gud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622149/theora/1609_629fccef0c9d487bb09e1dd2377494b4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622149/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622149/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622149/broadcast/orig_Møteplassen - vandring 1 og 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622149/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:49:00Z",
            "updatedTime": "2018-11-10T18:29:31.130527Z",
            "uploadedTime": "2009-01-02T02:49:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622149/theora/1609_629fccef0c9d487bb09e1dd2377494b4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622149/large_thumb/large.jpg"
        },
        {
            "id": 622382,
            "name": "Bazar på KIA-konferanse",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622382/theora/2438_9322abc699484c008d48dee41973c66f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622382/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622382/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622382/broadcast/orig_0a26b1e571b64389a2cbd4977bddac64.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622382/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:30",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:38:00Z",
            "updatedTime": "2018-11-10T18:29:30.798176Z",
            "uploadedTime": "2009-01-02T16:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622382/theora/2438_9322abc699484c008d48dee41973c66f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622382/large_thumb/large.jpg"
        },
        {
            "id": 622147,
            "name": "Jul på Studentrådet del 24",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622147/theora/1579_0b9d259617134620a04942468d076bd7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622147/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622147/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622147/broadcast/orig_Jul på Studentrådet del 24.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622147/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:06:17",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:19:00Z",
            "updatedTime": "2018-11-10T18:29:31.133690Z",
            "uploadedTime": "2009-01-02T02:19:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622147/theora/1579_0b9d259617134620a04942468d076bd7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622147/large_thumb/large.jpg"
        },
        {
            "id": 624726,
            "name": "Bibelst 1kv 2012 Nr 12",
            "header": "Glimt av vår Gud. Det er tittelen på bibelstudiene dette kvartalet i adventkirkene verden over. Studieleder dette kvartal er Nina Myrdal.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624726/theora/orig_f5ffa645ca5a4fd2a751aabfb0d4e64a.ogv",
                "original": "https://upload.frikanalen.no/media/624726/original/orig_f5ffa645ca5a4fd2a751aabfb0d4e64a.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624726/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624726/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624726/broadcast/5945_e70bb83cf5d142719afce82509be870c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624726/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:29.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T12:14:21.183000Z",
            "updatedTime": "2018-11-10T18:29:28.141717Z",
            "uploadedTime": "2012-01-19T12:14:21.183000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624726/theora/orig_f5ffa645ca5a4fd2a751aabfb0d4e64a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624726/large_thumb/large.jpg"
        },
        {
            "id": 624725,
            "name": "Preken, Reidar Larsen 01",
            "header": "Røveren på korset og svigermor. Hvordan skjer frelsen? I denne spesielle prekenen forteller pastor Larsen om den kristne vei til frelse.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624725/theora/5949_f4a663d67ea0432684e56270481da45d.ogv",
                "original": "https://upload.frikanalen.no/media/624725/original/orig_c04f13167d9c4acd9a6b63e33ca84b13.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624725/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624725/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624725/broadcast/5949_3bf7598cbefc4fac90c534b3a291fc8b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624725/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:28:54.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T12:59:26.993000Z",
            "updatedTime": "2018-11-10T18:29:28.143079Z",
            "uploadedTime": "2012-01-19T12:59:26.993000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624725/theora/5949_f4a663d67ea0432684e56270481da45d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624725/large_thumb/large.jpg"
        },
        {
            "id": 624724,
            "name": "Bibelst 1kv 2012 Nr 13",
            "header": "Glimt av vår Gud. Det er tittelen på bibelstudiene dette kvartalet i adventkirkene verden over. Studieleder dette kvartal er Nina Myrdal.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624724/theora/orig_b0481ad7006f4daf9cce9f1de1cca6fc.ogv",
                "original": "https://upload.frikanalen.no/media/624724/original/orig_b0481ad7006f4daf9cce9f1de1cca6fc.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624724/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624724/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624724/broadcast/5946_c4bce45f08d14f2299699212f4de8534.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624724/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": "2012-01-19T12:16:18.137000Z",
            "updatedTime": "2018-11-10T18:29:28.144451Z",
            "uploadedTime": "2012-01-19T12:16:18.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624724/theora/orig_b0481ad7006f4daf9cce9f1de1cca6fc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624724/large_thumb/large.jpg"
        },
        {
            "id": 624723,
            "name": "Preken, Finn Eckhoff 01",
            "header": "Enestående tro. Hva er spesielt med kristendommen i forhold til andre trosretninger?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624723/theora/orig_b5dcb9c4cb4b44a58bd8c1084d1d1796.ogv",
                "original": "https://upload.frikanalen.no/media/624723/original/orig_b5dcb9c4cb4b44a58bd8c1084d1d1796.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624723/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624723/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624723/broadcast/5948_c744624eed83418b964067a509d557e6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624723/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:27:58.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T12:53:41.493000Z",
            "updatedTime": "2018-11-10T18:29:28.145803Z",
            "uploadedTime": "2012-01-19T12:53:41.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624723/theora/orig_b5dcb9c4cb4b44a58bd8c1084d1d1796.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624723/large_thumb/large.jpg"
        },
        {
            "id": 624722,
            "name": "Preken, Atle Haugen 01",
            "header": "Lovens hensikt. Taleren søker å vise at De ti bud er til for menneskes beste.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624722/theora/orig_f27e80703d734d34978744037bda9750.ogv",
                "original": "https://upload.frikanalen.no/media/624722/original/orig_f27e80703d734d34978744037bda9750.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624722/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624722/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624722/broadcast/5947_7c58bf31199148fcb76eeaaa5dbe43ed.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624722/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:27:29.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T12:51:24.773000Z",
            "updatedTime": "2018-11-10T18:29:28.147192Z",
            "uploadedTime": "2012-01-19T12:51:24.773000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624722/theora/orig_f27e80703d734d34978744037bda9750.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624722/large_thumb/large.jpg"
        },
        {
            "id": 624721,
            "name": "Preken, Tom Angelsen 01",
            "header": "Da Jesus innstiftet nattverden, vasket han også disiplenes føtter. Er denne skikken avlegs i dag? Hva er symbolikken bak?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624721/theora/5952_d55e42dd3fac48b697cb1c368f566e37.ogv",
                "original": "https://upload.frikanalen.no/media/624721/original/orig_39d945341b4e4037858861dff07ac4c3.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624721/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624721/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624721/broadcast/5952_65d8a3357ada4f0db5b27e48e349c583.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624721/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:28:57.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T13:10:13.353000Z",
            "updatedTime": "2018-11-10T18:29:28.148599Z",
            "uploadedTime": "2012-01-19T13:10:13.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624721/theora/5952_d55e42dd3fac48b697cb1c368f566e37.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624721/large_thumb/large.jpg"
        },
        {
            "id": 623668,
            "name": "Klipp fra NM i Reinkappkjøring (1), Tromsø  07.02.2010",
            "header": "TV-RFN presenterer klipp fra NM i Reinkappkjøring Tromsø 07.02.2010 - Del 1",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623668/theora/4380_55d06f055f5d42419c48ffd75138e27e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623668/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623668/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623668/broadcast/4380_9d12d80df0f842bcbee83b567abb0ba9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623668/large_thumb/large.jpg"
            },
            "creator": "kristian@kikkas-network.no",
            "organization": {
                "id": 75,
                "name": "Kikkas Network",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1868,
                "editorName": "Kristian Andreas Jørgensen",
                "editorEmail": "kristian@kikkas-network.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:28",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.kikkas-network.no",
            "createdTime": "2010-06-01T09:32:07.623000Z",
            "updatedTime": "2018-11-10T18:29:29.518302Z",
            "uploadedTime": "2010-06-01T09:32:07.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623668/theora/4380_55d06f055f5d42419c48ffd75138e27e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623668/large_thumb/large.jpg"
        },
        {
            "id": 624720,
            "name": "Preken, Rolf Kvinge 01",
            "header": "Jesus kommer tilbake til jorden. Like sikkert som han kom første gang vil han komme en gang til. Dette er det kristne håp gjennom alle tider.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624720/theora/orig_9b206b1a949141cbaa77c0d5cfcd1c7e.ogv",
                "original": "https://upload.frikanalen.no/media/624720/original/orig_9b206b1a949141cbaa77c0d5cfcd1c7e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624720/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624720/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624720/broadcast/5951_2ececce72bef4a78a67b0c2ff9f82398.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624720/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:28:17.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T13:07:10.930000Z",
            "updatedTime": "2018-11-10T18:29:28.149949Z",
            "uploadedTime": "2012-01-19T13:07:10.930000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624720/theora/orig_9b206b1a949141cbaa77c0d5cfcd1c7e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624720/large_thumb/large.jpg"
        },
        {
            "id": 624719,
            "name": "Tangert 2011 02",
            "header": "Mot slutten av 2011 kom Bibelselskapets nye bibeloversettelse. Et stort arbeid ligger bak.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624719/theora/orig_e2da9819d0b44456bb9b8f000c90e340.ogv",
                "original": "https://upload.frikanalen.no/media/624719/original/orig_e2da9819d0b44456bb9b8f000c90e340.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624719/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624719/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624719/broadcast/5955_323993fe9cda4907bc3c9fb8eb14cf85.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624719/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": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T14:29:30.607000Z",
            "updatedTime": "2018-11-10T18:29:28.151436Z",
            "uploadedTime": "2012-01-19T14:29:30.607000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624719/theora/orig_e2da9819d0b44456bb9b8f000c90e340.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624719/large_thumb/large.jpg"
        }
    ]
}