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

{
    "count": 3494,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2050&ordering=-created_time",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1950&ordering=-created_time",
    "results": [
        {
            "id": 624145,
            "name": "Fenomenet Paulus 07",
            "header": "Program 7/11 ? Frelse og Dåp. Paulus døpte ikke mange mennesker selv, men han oppfordret folk til å bli døpt som tegn på sin tro.\nPaulus døpte ikke mange mennesker selv, men han oppfordret folk til å bli døpt som tegn på sin tro. Programmet tar opp spørsmål om hva dåpen er, hvem som bør døpes og forutsetningene for å bli døpt.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624145/theora/5072_edc157f4dd6d4b1fb0f4ff376be27415.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624145/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624145/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624145/broadcast/5072_edc157f4dd6d4b1fb0f4ff376be27415.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624145/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": "2010-12-10T12:22:25.700000Z",
            "updatedTime": "2018-11-10T18:29:28.899417Z",
            "uploadedTime": "2010-12-10T12:22:25.700000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624145/theora/5072_edc157f4dd6d4b1fb0f4ff376be27415.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624145/large_thumb/large.jpg"
        },
        {
            "id": 624143,
            "name": "Fenomenet Paulus 05",
            "header": "Program 5/11 ? Den Hellige Ånd.\nFor mange på Paulus sin tid var Den Hellige Ånd et ukjent begrep. Paulus viser oss hvem Ånden er.\nFor mange på Paulus sin tid var Den Hellige Ånd et ukjent begrep. Også i dag stilles spørsmålet om Ånden er en kraft eller en person. Noen er begeistret for Ånden, andre mer skeptiske. Paulus viser oss hvem Ånden er.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624143/theora/5071_48e2320dddfe4fe3a5783de8e62bdd67.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624143/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624143/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624143/broadcast/5071_48e2320dddfe4fe3a5783de8e62bdd67.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624143/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": "2010-12-10T12:18:24.560000Z",
            "updatedTime": "2018-11-10T18:29:28.902149Z",
            "uploadedTime": "2010-12-10T12:18:24.560000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624143/theora/5071_48e2320dddfe4fe3a5783de8e62bdd67.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624143/large_thumb/large.jpg"
        },
        {
            "id": 624144,
            "name": "Fenomenet Paulus 06",
            "header": "Program 6/11 ? Tro og omvendelse.\nI Aten utfordret Paulus filosofene til å tenke over grunnlaget for sitt livssyn og velge en ny kurs.\nI Aten utfordret Paulus filosofene til å tenke over grunnlaget for sitt livssyn og velge en ny kurs. Han oppfordret dem til å vende om fra en livsstil til en annen. Vi får se argumentene Paulus brukte for å ta så store valg i livet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624144/theora/5070_6d7c1ed2f4094e0d96e3f372446098ae.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624144/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624144/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624144/broadcast/5070_6d7c1ed2f4094e0d96e3f372446098ae.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624144/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": "2010-12-10T12:13:16.927000Z",
            "updatedTime": "2018-11-10T18:29:28.900797Z",
            "uploadedTime": "2010-12-10T12:13:16.927000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624144/theora/5070_6d7c1ed2f4094e0d96e3f372446098ae.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624144/large_thumb/large.jpg"
        },
        {
            "id": 624142,
            "name": "Fenomenet Paulus 04",
            "header": "Program 4/11 ? Jesus Kristus.\nPaulus ble nesten myrdet da han forkynte at Jesus var den lovede Messias. Her får du vite hvorfor.\nJesus er det selvsagte sentrum i kristendommen. Ved begynnelsen av vår tidsregning var kristendommen en ny og fremmed religion. Paulus ble nesten myrdet da han forkynte at Jesus var den lovede Messias. Her får du vite hvorfor.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624142/theora/5069_82c53fbf434041a69f8b26d5172babd9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624142/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624142/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624142/broadcast/5069_82c53fbf434041a69f8b26d5172babd9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624142/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": "2010-12-10T12:10:15.783000Z",
            "updatedTime": "2018-11-10T18:29:28.903532Z",
            "uploadedTime": "2010-12-10T12:10:15.783000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624142/theora/5069_82c53fbf434041a69f8b26d5172babd9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624142/large_thumb/large.jpg"
        },
        {
            "id": 624140,
            "name": "Fenomenet Paulus 03",
            "header": "Program 3/11 ? Gud.\nTroen på Gud var drivkraften i livet til Paulus og han ville formidle et sant bilde av Gud.\nTroen på Gud var drivkraften i livet til Paulus. Paulus ville formidle et sant bilde av Gud. Hvorfor blir Gud skjøvet ut over sidelinjen i deler av den vestlige verden når gudstro blir stadig viktigere i mange andre deler av kloden?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624140/theora/5068_82be21d55b114431abad0ab6a2d0f62c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624140/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624140/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624140/broadcast/5068_82be21d55b114431abad0ab6a2d0f62c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624140/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": "2010-12-10T12:04:10.390000Z",
            "updatedTime": "2018-11-10T18:29:28.906293Z",
            "uploadedTime": "2010-12-10T12:04:10.390000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624140/theora/5068_82be21d55b114431abad0ab6a2d0f62c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624140/large_thumb/large.jpg"
        },
        {
            "id": 624139,
            "name": "Fenomenet Paulus 02",
            "header": "Program 2/11 ? Guds Ord.\nPå vei til Damaskus hørte Paulus Guds stemme. Fra da brukte han all energi på å gi Guds Ord videre.\nForfølgeren Paulus hørte Guds stemme på veien til Damaskus. Fra da brukte han all energi på å gi Guds Ord til andre. Bibelen er verdens mest solgte bok. Hvilken rolle bør Bibelen spille i et moderne samfunn, og hva er bokens hovedpoeng?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624139/theora/5067_18e03f6c7ae5492e99eb1741e917bddd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624139/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624139/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624139/broadcast/5067_18e03f6c7ae5492e99eb1741e917bddd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624139/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": "2010-12-10T11:59:32.040000Z",
            "updatedTime": "2018-11-10T18:29:28.907715Z",
            "uploadedTime": "2010-12-10T11:59:32.040000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624139/theora/5067_18e03f6c7ae5492e99eb1741e917bddd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624139/large_thumb/large.jpg"
        },
        {
            "id": 624141,
            "name": "Fenomenet Paulus 01",
            "header": "Program 1/11 ? Fra forfølger til forkynner.\nHistorien om hvordan Paulus gikk fra å være en innbitt forfølger til en engasjert forkynner.\nApostelen Paulus har påvirket vestlig sivilisasjon i århundrer. Hva formet ham som person? Her får du historien om hvordan Paulus gikk fra å være en innbitt forfølger til en engasjert forkynner.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624141/theora/5066_4d18293f8351484e8e4ec80d863c695e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624141/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624141/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624141/broadcast/5066_4d18293f8351484e8e4ec80d863c695e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624141/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": "2010-12-10T11:56:14.053000Z",
            "updatedTime": "2018-11-10T18:29:28.904908Z",
            "uploadedTime": "2010-12-10T11:56:14.053000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624141/theora/5066_4d18293f8351484e8e4ec80d863c695e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624141/large_thumb/large.jpg"
        },
        {
            "id": 624094,
            "name": "STF20101007pr1 BST04-151210",
            "header": "Svenn Thommy Fjeldberg och Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624094/theora/5064_305357b1c2e742ec85797771b6b20b42.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624094/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624094/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624094/broadcast/5064_c5ef0f40e6804364aae24f0f4c01aedc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624094/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-09T11:43:01.037000Z",
            "updatedTime": "2018-11-10T18:29:28.960955Z",
            "uploadedTime": "2010-12-09T11:43:01.037000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624094/theora/5064_305357b1c2e742ec85797771b6b20b42.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624094/large_thumb/large.jpg"
        },
        {
            "id": 624093,
            "name": "DGN188 E 2813 - 131210",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624093/theora/5059_72459cd0627c491db5b2d0d3121f1a6f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624093/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624093/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624093/broadcast/5059_72459cd0627c491db5b2d0d3121f1a6f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624093/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:13.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-09T07:57:19.533000Z",
            "updatedTime": "2018-11-10T18:29:28.962299Z",
            "uploadedTime": "2010-12-09T07:57:19.533000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624093/theora/5059_72459cd0627c491db5b2d0d3121f1a6f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624093/large_thumb/large.jpg"
        },
        {
            "id": 624092,
            "name": "Jul med Country Team Johnsen",
            "header": "Jule program med Kåre og Lena Jonsen, Country musikk",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624092/theora/5054_78f839861874421da98551d094e918f3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624092/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624092/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624092/broadcast/5054_78f839861874421da98551d094e918f3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624092/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:17.240000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-08T18:32:13.940000Z",
            "updatedTime": "2018-11-10T18:29:28.963680Z",
            "uploadedTime": "2010-12-08T18:32:13.940000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624092/theora/5054_78f839861874421da98551d094e918f3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624092/large_thumb/large.jpg"
        },
        {
            "id": 624102,
            "name": "Born to play del 4",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624102/theora/5051_f55fc43354a147c29ccc7eebd2e85238.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624102/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624102/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624102/broadcast/5051_8538ef23501543eabd7b3e539a66aceb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624102/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-12-07T11:59:00.687000Z",
            "updatedTime": "2018-11-10T18:29:28.950073Z",
            "uploadedTime": "2010-12-07T11:59:00.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624102/theora/5051_f55fc43354a147c29ccc7eebd2e85238.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624102/large_thumb/large.jpg"
        },
        {
            "id": 624079,
            "name": "DRØM: Jaer Skoles Musikkorps",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624079/theora/5050_d92613651e89450886f68f1354176973.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624079/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624079/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624079/broadcast/5050_d92613651e89450886f68f1354176973.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624079/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-07T11:57:17.233000Z",
            "updatedTime": "2018-11-10T18:29:28.981728Z",
            "uploadedTime": "2010-12-07T11:57:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624079/theora/5050_d92613651e89450886f68f1354176973.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624079/large_thumb/large.jpg"
        },
        {
            "id": 624078,
            "name": "EBFpr1-CHKpr2 2948  20101208",
            "header": "Helse medEva-Britt Fjeldberg och Kællan\nmed Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624078/theora/5049_98c4e3d5009842eeb24a0f8443d5476b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624078/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624078/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624078/broadcast/5049_e9e84cf729b54293bbe8772e1f313b7e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624078/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:48.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-06T10:15:14.600000Z",
            "updatedTime": "2018-11-10T18:29:28.983083Z",
            "uploadedTime": "2010-12-06T10:15:14.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624078/theora/5049_98c4e3d5009842eeb24a0f8443d5476b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624078/large_thumb/large.jpg"
        },
        {
            "id": 624076,
            "name": "Advents Gudstjeneste",
            "header": "2. Advent, Gudstjeneste i Missions kirken i Charlottenberg,",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624076/theora/5048_717e582ffbff4dd5a851946b925de940.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624076/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624076/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624076/broadcast/5048_ef08d6b75fa049799c6c538868c06805.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624076/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:07.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-05T19:33:49.293000Z",
            "updatedTime": "2018-11-10T18:29:28.985797Z",
            "uploadedTime": "2010-12-05T19:33:49.293000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624076/theora/5048_717e582ffbff4dd5a851946b925de940.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624076/large_thumb/large.jpg"
        },
        {
            "id": 624075,
            "name": "Den norske kirke i eksil 72",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624075/theora/orig_4c5a9c6dd2884a3c9ed3ca9646ed1024.ogv",
                "original": "https://upload.frikanalen.no/media/624075/original/orig_4c5a9c6dd2884a3c9ed3ca9646ed1024.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624075/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624075/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624075/broadcast/5042_70c889e6858841f9933194fc10a58a12.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624075/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-03T13:47:52.913000Z",
            "updatedTime": "2018-11-10T18:29:28.987148Z",
            "uploadedTime": "2010-12-03T13:47:52.913000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624075/theora/orig_4c5a9c6dd2884a3c9ed3ca9646ed1024.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624075/large_thumb/large.jpg"
        },
        {
            "id": 624074,
            "name": "EBF pr1-CHK pr2 20101208",
            "header": "helseEva-britt Fjeldberg\noch källan Carl henrik karlson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624074/theora/5041_9ef8c5b64cd4443899d9352adaba9720.ogv",
                "original": "https://upload.frikanalen.no/media/624074/original/orig_0f8c158dd46047019751735ff7eb0135.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624074/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624074/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624074/broadcast/5041_d44ad0897c1f45f4aa5fa000d8a2175e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624074/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-03T12:09:54.437000Z",
            "updatedTime": "2018-11-10T18:29:28.988539Z",
            "uploadedTime": "2010-12-03T12:09:54.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624074/theora/5041_9ef8c5b64cd4443899d9352adaba9720.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624074/large_thumb/large.jpg"
        },
        {
            "id": 624073,
            "name": "Julemix med Country team",
            "header": "Ciuntry team Kåre og Lena Jonsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624073/theora/5040_9e9d722e6d8c484b944bd3c728100643.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624073/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624073/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624073/broadcast/5040_9e9d722e6d8c484b944bd3c728100643.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624073/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:17.240000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T20:56:04.990000Z",
            "updatedTime": "2018-11-10T18:29:28.989920Z",
            "uploadedTime": "2010-12-02T20:56:04.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624073/theora/5040_9e9d722e6d8c484b944bd3c728100643.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624073/large_thumb/large.jpg"
        },
        {
            "id": 624072,
            "name": "Israel Bibelens land Del 4",
            "header": "Reisedokumentar fra Israel,",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624072/theora/5035_4a91380e82894008b8e0662a44d2bb8d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624072/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624072/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624072/broadcast/5035_b554a430665b4247b0cbe449d535042f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624072/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:39",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T18:38:35.290000Z",
            "updatedTime": "2018-11-10T18:29:28.991269Z",
            "uploadedTime": "2010-12-02T18:38:35.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624072/theora/5035_4a91380e82894008b8e0662a44d2bb8d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624072/large_thumb/large.jpg"
        },
        {
            "id": 624071,
            "name": "Israel Bibelens land Del 3",
            "header": "En reise dokumentär fra Israel, Cymbal TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624071/theora/5033_b6acfb12e55d44f98923282bf8507a23.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624071/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624071/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624071/broadcast/5033_d8ae063f48b04c1fa01e3e5a5df7132e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624071/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:01.680000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T14:41:42.123000Z",
            "updatedTime": "2018-11-10T18:29:28.992634Z",
            "uploadedTime": "2010-12-02T14:41:42.123000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624071/theora/5033_b6acfb12e55d44f98923282bf8507a23.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624071/large_thumb/large.jpg"
        },
        {
            "id": 624373,
            "name": "Empo tv - del 40",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624373/theora/5032_b9152f62e1574ef899300c5d188ab1da.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624373/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624373/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624373/broadcast/5032_95f969bcafaf434fb5aa8a84de5d3d97.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624373/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:57.760000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:27:19.083000Z",
            "updatedTime": "2020-08-30T19:58:01.892816Z",
            "uploadedTime": "2010-12-02T13:27:19.083000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624373/theora/5032_b9152f62e1574ef899300c5d188ab1da.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624373/large_thumb/large.jpg"
        },
        {
            "id": 624347,
            "name": "Empo tv - del 38",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624347/theora/5031_ddf1379fb9924294be3da7657d1bed65.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624347/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624347/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624347/broadcast/5031_458f3678581845eb87c98c7a708fd9f6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624347/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:15.360000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:25:01.063000Z",
            "updatedTime": "2020-08-30T19:57:44.444949Z",
            "uploadedTime": "2010-12-02T13:25:01.063000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624347/theora/5031_ddf1379fb9924294be3da7657d1bed65.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624347/large_thumb/large.jpg"
        },
        {
            "id": 624330,
            "name": "Empo tv - del 37",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624330/theora/5030_6298fa0a233d48019c133d2b24a1710a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624330/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624330/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624330/broadcast/5030_e9580cac44a64094b08eaef6114ba5ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624330/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:38.720000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:23:30.797000Z",
            "updatedTime": "2020-08-30T19:57:36.675532Z",
            "uploadedTime": "2010-12-02T13:23:30.797000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624330/theora/5030_6298fa0a233d48019c133d2b24a1710a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624330/large_thumb/large.jpg"
        },
        {
            "id": 624218,
            "name": "Empo tv - del 33",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624218/theora/5029_4795a8c44af04cd387264a5545aa63e2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624218/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624218/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624218/broadcast/5029_0645b1dcd32440f39c14b5a880462f0c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624218/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:58.840000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:21:52.230000Z",
            "updatedTime": "2020-08-30T19:56:52.540472Z",
            "uploadedTime": "2010-12-02T13:21:52.230000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624218/theora/5029_4795a8c44af04cd387264a5545aa63e2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624218/large_thumb/large.jpg"
        },
        {
            "id": 624307,
            "name": "Empo tv - del 36",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624307/theora/5028_2dee65247d004402a847315183be5a26.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624307/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624307/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624307/broadcast/5028_80cd709e51dd4e87af807c0cb505a123.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624307/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:55.360000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:19:25.837000Z",
            "updatedTime": "2020-08-30T19:57:26.549467Z",
            "uploadedTime": "2010-12-02T13:19:25.837000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624307/theora/5028_2dee65247d004402a847315183be5a26.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624307/large_thumb/large.jpg"
        },
        {
            "id": 624285,
            "name": "Empo tv - del 35",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624285/theora/5027_1c145a748eb14d559ecd3da48ff9d82d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624285/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624285/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624285/broadcast/5027_691bfdd1bb084899b2592bbec343b59e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624285/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00.120000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:14:00.367000Z",
            "updatedTime": "2020-08-30T19:57:14.093313Z",
            "uploadedTime": "2010-12-02T13:14:00.367000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624285/theora/5027_1c145a748eb14d559ecd3da48ff9d82d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624285/large_thumb/large.jpg"
        },
        {
            "id": 624244,
            "name": "Empo tv - del 34",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624244/theora/5026_e39711a948734be6a39acf2511a1e9f0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624244/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624244/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624244/broadcast/5026_516e9c44bad149febb71ab012e65114d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624244/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:38.600000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:08:17.123000Z",
            "updatedTime": "2020-08-30T19:57:04.490532Z",
            "uploadedTime": "2010-12-02T13:08:17.123000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624244/theora/5026_e39711a948734be6a39acf2511a1e9f0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624244/large_thumb/large.jpg"
        },
        {
            "id": 624358,
            "name": "Empo tv - del 39",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624358/theora/5025_74b23abeec5e460bbbfb1798db4c79eb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624358/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624358/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624358/broadcast/5025_c27913a203404a56825458daef4f50e7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624358/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:50.800000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:06:32.167000Z",
            "updatedTime": "2020-08-30T19:57:52.977758Z",
            "uploadedTime": "2010-12-02T13:06:32.167000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624358/theora/5025_74b23abeec5e460bbbfb1798db4c79eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624358/large_thumb/large.jpg"
        },
        {
            "id": 624203,
            "name": "Empo tv - del 32",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624203/theora/5024_367bd3b2bd58412d9518fadb6994f0c7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624203/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624203/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624203/broadcast/5024_015239c9feaf44af9cd40ef4d88e995a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624203/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:27.760000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:04:48.150000Z",
            "updatedTime": "2020-08-30T19:56:44.913672Z",
            "uploadedTime": "2010-12-02T13:04:48.150000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624203/theora/5024_367bd3b2bd58412d9518fadb6994f0c7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624203/large_thumb/large.jpg"
        },
        {
            "id": 624069,
            "name": "Israel Bibelens land del 2",
            "header": "Reise dokumentar fra Israel, lagd av Cymbal TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624069/theora/5023_ce78ae18cef04be6bbb41a741ee36fb9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624069/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624069/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624069/broadcast/5023_ce78ae18cef04be6bbb41a741ee36fb9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624069/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:01.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T11:59:59.830000Z",
            "updatedTime": "2018-11-10T18:29:28.993974Z",
            "uploadedTime": "2010-12-02T11:59:59.830000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624069/theora/5023_ce78ae18cef04be6bbb41a741ee36fb9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624069/large_thumb/large.jpg"
        },
        {
            "id": 624167,
            "name": "Empo tv - del 31",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624167/theora/5022_ed0611a2dfdb46bb9a888ea8c519f0f3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624167/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624167/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624167/broadcast/5022_ed0611a2dfdb46bb9a888ea8c519f0f3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624167/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:28:12.920000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T11:50:12.817000Z",
            "updatedTime": "2020-08-30T19:59:08.202146Z",
            "uploadedTime": "2010-12-02T11:50:12.817000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624167/theora/5022_ed0611a2dfdb46bb9a888ea8c519f0f3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624167/large_thumb/large.jpg"
        },
        {
            "id": 624081,
            "name": "Hva har hendt? Del 2",
            "header": "Hva har hendt? er et syngespill om det som skjedde i Betlehem da Jesus ble født. Tekster og melodier er laget av menighetsmedlemmer i Adventkirken i Drammen-Hokksund-området. De som synger er menighetens egne barn og voksne i korene og gruppene Cantai, Joy og Dissonans. Innspilt i 2001.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624081/theora/5021_6e682c6ad8db493c9daa3603aa557447.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624081/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624081/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624081/broadcast/5021_6e682c6ad8db493c9daa3603aa557447.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624081/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:20:37.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T09:57:29.943000Z",
            "updatedTime": "2018-11-10T18:29:28.978949Z",
            "uploadedTime": "2010-12-02T09:57:29.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624081/theora/5021_6e682c6ad8db493c9daa3603aa557447.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624081/large_thumb/large.jpg"
        },
        {
            "id": 624080,
            "name": "Hva har hendt? Del 1",
            "header": "Hva har hendt? er et syngespill om det som skjedde i Betlehem da Jesus ble født. Tekster og melodier er laget av menighetsmedlemmer i Adventkirken i Drammen-Hokksund-området. De som synger er menighetens egne barn og voksne i korene og gruppene Cantai, Joy og Dissonans. Innspilt i 2001.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624080/theora/5020_cf9bf25217474a6194559d4200e94e80.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624080/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624080/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624080/broadcast/5020_cf9bf25217474a6194559d4200e94e80.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624080/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:20:30.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T09:53:34.683000Z",
            "updatedTime": "2018-11-10T18:29:28.980383Z",
            "uploadedTime": "2010-12-02T09:53:34.683000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624080/theora/5020_cf9bf25217474a6194559d4200e94e80.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624080/large_thumb/large.jpg"
        },
        {
            "id": 624084,
            "name": "Perler fra adventkirken 02",
            "header": "Livet, - kort eller langt? Reidar J. Kvinge taler i Adventkirken i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624084/theora/5007_8a33d678d64e48659198f974b1f76af0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624084/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624084/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624084/broadcast/5007_8a33d678d64e48659198f974b1f76af0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624084/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:52",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T08:15:53.057000Z",
            "updatedTime": "2018-11-10T18:29:28.974579Z",
            "uploadedTime": "2010-12-02T08:15:53.057000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624084/theora/5007_8a33d678d64e48659198f974b1f76af0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624084/large_thumb/large.jpg"
        },
        {
            "id": 624083,
            "name": "Perler fra adventkirken 01",
            "header": "Hva er en adventist? Det er spørsmålet Reidar J. Kvinge gir et svar på i denne prekenen fra adventkirken i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624083/theora/5006_590bcfbcfa234c1f8fd283dad4c56728.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624083/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624083/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624083/broadcast/5006_590bcfbcfa234c1f8fd283dad4c56728.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624083/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": "2010-12-02T08:09:31.880000Z",
            "updatedTime": "2018-11-10T18:29:28.976134Z",
            "uploadedTime": "2010-12-02T08:09:31.880000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624083/theora/5006_590bcfbcfa234c1f8fd283dad4c56728.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624083/large_thumb/large.jpg"
        },
        {
            "id": 624067,
            "name": "Israel - Bibelens land - Del 1",
            "header": "En reise dokumentar fra Israel, Produsert av Cymbal tv",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624067/theora/5004_f62e7702c72c43c0848bf881221d0291.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624067/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624067/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624067/broadcast/5004_1108d4acb05c4b4dacb77c1a02ddc759.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624067/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:44.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T07:51:29.157000Z",
            "updatedTime": "2018-11-10T18:29:28.996692Z",
            "uploadedTime": "2010-12-02T07:51:29.157000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624067/theora/5004_f62e7702c72c43c0848bf881221d0291.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624067/large_thumb/large.jpg"
        },
        {
            "id": 624101,
            "name": "Sterling Station",
            "header": "Ekteparet Sterling driver en spennende gård som er noe utenom det vanlige.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624101/theora/5003_a8370230b693469cb9cb24716ddf5ba5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624101/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624101/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624101/broadcast/5003_a8370230b693469cb9cb24716ddf5ba5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624101/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": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T21:20:56.003000Z",
            "updatedTime": "2018-11-10T18:29:28.951423Z",
            "uploadedTime": "2010-12-01T21:20:56.003000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624101/theora/5003_a8370230b693469cb9cb24716ddf5ba5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624101/large_thumb/large.jpg"
        },
        {
            "id": 624087,
            "name": "Derfor tror jeg på Gud, del 3",
            "header": "Clifford Goldstein trodde absolutt ikke på noen Gud. Men han følte seg forpliktet til å være ærlig mot det han opplevde. Dette er en sterk historie om en omvendelse. Siste del.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624087/theora/5002_6b29e71486fc453b919ad1203b55511a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624087/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624087/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624087/broadcast/5002_7a75c46433ce4bbdb4a477117e182e99.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624087/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:58.280000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T21:14:05.273000Z",
            "updatedTime": "2018-11-10T18:29:28.970503Z",
            "uploadedTime": "2010-12-01T21:14:05.273000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624087/theora/5002_6b29e71486fc453b919ad1203b55511a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624087/large_thumb/large.jpg"
        },
        {
            "id": 624085,
            "name": "Derfor tror jeg på Gud, del 2",
            "header": "Clifford Goldstein trodde absolutt ikke på noen Gud. Men han følte seg forpliktet til å være ærlig mot det han opplevde. Dette er en sterk historie om en omvendelse (i tre deler).",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624085/theora/5001_468161d7e00c4b0db3e127b741d907e8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624085/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624085/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624085/broadcast/5001_468161d7e00c4b0db3e127b741d907e8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624085/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:20.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T21:10:59.880000Z",
            "updatedTime": "2018-11-10T18:29:28.973235Z",
            "uploadedTime": "2010-12-01T21:10:59.880000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624085/theora/5001_468161d7e00c4b0db3e127b741d907e8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624085/large_thumb/large.jpg"
        },
        {
            "id": 624086,
            "name": "Derfor tror jeg på Gud, del 1",
            "header": "Clifford Goldstein trodde absolutt ikke på noen Gud. Men han følte seg forpliktet til å være ærlig mot det han opplevde. Dette er en sterk historie om en omvendelse.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624086/theora/5000_9b8402185a9a41d1a7b49ee4ae9ab9cd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624086/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624086/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624086/broadcast/5000_9b8402185a9a41d1a7b49ee4ae9ab9cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624086/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:09.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T21:08:27.187000Z",
            "updatedTime": "2018-11-10T18:29:28.971884Z",
            "uploadedTime": "2010-12-01T21:08:27.187000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624086/theora/5000_9b8402185a9a41d1a7b49ee4ae9ab9cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624086/large_thumb/large.jpg"
        },
        {
            "id": 624090,
            "name": "Konsert med Adventsangerne",
            "header": "Laila Therese Johansen dirigerer Adventsangerne ved en konsert i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624090/theora/4999_3ddc2255f1a14be98897b65a713a03a3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624090/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624090/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624090/broadcast/4999_3ddc2255f1a14be98897b65a713a03a3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624090/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": "2010-12-01T21:01:10.130000Z",
            "updatedTime": "2018-11-10T18:29:28.966369Z",
            "uploadedTime": "2010-12-01T21:01:10.130000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624090/theora/4999_3ddc2255f1a14be98897b65a713a03a3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624090/large_thumb/large.jpg"
        },
        {
            "id": 624103,
            "name": "Faithbook, camporee i Finland",
            "header": "Over 2000 speidere fra ca 25 land samles til lek og alvor i Iso Kirja i Finland. To norske speidergutter, Noah og Jonas, forteller om sine opplevelser.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624103/theora/4995_ab3156cf40f0413b91819efe96c9e4f6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624103/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624103/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624103/broadcast/4995_ab3156cf40f0413b91819efe96c9e4f6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624103/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": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T20:35:11.487000Z",
            "updatedTime": "2018-11-10T18:29:28.948731Z",
            "uploadedTime": "2010-12-01T20:35:11.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624103/theora/4995_ab3156cf40f0413b91819efe96c9e4f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624103/large_thumb/large.jpg"
        },
        {
            "id": 624089,
            "name": "Legenden Edith Takle",
            "header": "Søster Takle er et kjent og kjært menneske for utallige ungdommer som gjennom 50 år har vært elever ved Tyrifjord Videregående Skole ved Tyrifjorden. Paul Liseth intervjuer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624089/theora/4994_088645546164407396383a4e332a54a8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624089/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624089/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624089/broadcast/4994_088645546164407396383a4e332a54a8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624089/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:56.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T20:28:36.607000Z",
            "updatedTime": "2018-11-10T18:29:28.967770Z",
            "uploadedTime": "2010-12-01T20:28:36.607000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624089/theora/4994_088645546164407396383a4e332a54a8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624089/large_thumb/large.jpg"
        },
        {
            "id": 624082,
            "name": "Rosens navn",
            "header": "En ungdomsgjeng drar til rosenes by Molde med sitt kristne budskap.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624082/theora/4991_2f09585b3c6445899c9ad573abd383da.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624082/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624082/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624082/broadcast/4991_2f09585b3c6445899c9ad573abd383da.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624082/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": "2010-12-01T20:10:42.820000Z",
            "updatedTime": "2018-11-10T18:29:28.977564Z",
            "uploadedTime": "2010-12-01T20:10:42.820000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624082/theora/4991_2f09585b3c6445899c9ad573abd383da.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624082/large_thumb/large.jpg"
        },
        {
            "id": 624091,
            "name": "Fjellet, moralen og helsen",
            "header": "Mye skjer med mennesker på fottur i mektig fjelllandskap. Samtidig som man får fysisk fostring, er det naturlig for denne gjengen i disse omgivelser også å filosofere over Gud og moral.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624091/theora/4990_d5e5e5756e1c40aaa85d00fba4843769.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624091/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624091/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624091/broadcast/4990_d5e5e5756e1c40aaa85d00fba4843769.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624091/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:21:26.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T20:04:10.433000Z",
            "updatedTime": "2018-11-10T18:29:28.965024Z",
            "uploadedTime": "2010-12-01T20:04:10.433000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624091/theora/4990_d5e5e5756e1c40aaa85d00fba4843769.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624091/large_thumb/large.jpg"
        },
        {
            "id": 624088,
            "name": "Con Licenza",
            "header": "En venneflokk kjører med motorsykler gjennom vakre landskap i Danmark og filosoferer over livet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624088/theora/4989_c1343b7fe8724e31b6a1ee753d997f6e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624088/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624088/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624088/broadcast/4989_c1343b7fe8724e31b6a1ee753d997f6e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624088/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T19:58:05.987000Z",
            "updatedTime": "2018-11-10T18:29:28.969161Z",
            "uploadedTime": "2010-12-01T19:58:05.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624088/theora/4989_c1343b7fe8724e31b6a1ee753d997f6e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624088/large_thumb/large.jpg"
        },
        {
            "id": 624065,
            "name": "Born to play del 2",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624065/theora/4967_0cad025424404d78935a122dd6229cb9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624065/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624065/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624065/broadcast/4967_515eca71e34d4a319dc218bc3d807c53.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624065/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-11-30T22:32:30.707000Z",
            "updatedTime": "2018-11-10T18:29:28.999410Z",
            "uploadedTime": "2010-11-30T22:32:30.707000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624065/theora/4967_0cad025424404d78935a122dd6229cb9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624065/large_thumb/large.jpg"
        },
        {
            "id": 624064,
            "name": "Jule evangeliet",
            "header": "Jule evangelie, lest av Dan S. Nordstand - www.ckms.tv",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624064/theora/4966_b132533249fe4ed18221592b79c987ec.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624064/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624064/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624064/broadcast/4966_6136d4173f634a7e8ac106bf49c13167.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624064/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:55.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-30T21:02:21.163000Z",
            "updatedTime": "2018-11-10T18:29:29.000817Z",
            "uploadedTime": "2010-11-30T21:02:21.163000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624064/theora/4966_b132533249fe4ed18221592b79c987ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624064/large_thumb/large.jpg"
        },
        {
            "id": 624060,
            "name": "r intro til ckms.tv",
            "header": "CKMS.TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624060/theora/4965_4c295be964064a52bd2f7669ee438550.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624060/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624060/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624060/broadcast/4965_c8f4eb675a90411ba5fb50b0746aa796.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624060/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:20.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-30T11:29:09.527000Z",
            "updatedTime": "2018-11-10T18:29:29.006372Z",
            "uploadedTime": "2010-11-30T11:29:09.527000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624060/theora/4965_4c295be964064a52bd2f7669ee438550.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624060/large_thumb/large.jpg"
        },
        {
            "id": 624059,
            "name": "intro ckms.tv",
            "header": "Intro til CKMS.TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624059/theora/4964_62e1869a5bc24e39ae0e1f58ccdcab0b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624059/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624059/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624059/broadcast/4964_6f537c07b7a949b08e607fe8211986e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624059/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:20.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-30T11:22:48.237000Z",
            "updatedTime": "2018-11-10T18:29:29.007761Z",
            "uploadedTime": "2010-11-30T11:22:48.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624059/theora/4964_62e1869a5bc24e39ae0e1f58ccdcab0b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624059/large_thumb/large.jpg"
        },
        {
            "id": 624061,
            "name": "VGF1#7 20101207",
            "header": "Verdens gjensfødelse\nmed Hans Braterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624061/theora/4963_f1a3accda4fd4806b410434298769b28.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624061/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624061/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624061/broadcast/4963_13675df971fe4b169ba4e4ba0c054370.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624061/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:50.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-30T10:53:37.750000Z",
            "updatedTime": "2018-11-10T18:29:29.004991Z",
            "uploadedTime": "2010-11-30T10:53:37.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624061/theora/4963_f1a3accda4fd4806b410434298769b28.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624061/large_thumb/large.jpg"
        }
    ]
}