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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2550&ordering=-name",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2450&ordering=-name",
    "results": [
        {
            "id": 622449,
            "name": "Dette er livet del 02",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622449/theora/471_345fa24b826c4a1ea11aadee145c08c0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622449/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622449/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622449/broadcast/bc_Karisma TV - Dette er livet del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622449/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T07:51:00Z",
            "updatedTime": "2018-11-10T18:29:30.707496Z",
            "uploadedTime": "2009-01-01T07:51:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622449/theora/471_345fa24b826c4a1ea11aadee145c08c0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622449/large_thumb/large.jpg"
        },
        {
            "id": 622448,
            "name": "Dette er livet del 01",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622448/theora/470_6638074df85d48b8b49043b31aa2b2bf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622448/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622448/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622448/broadcast/bc_Karisma TV - Dette er livet del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622448/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T07:50:00Z",
            "updatedTime": "2018-11-10T18:29:30.708858Z",
            "uploadedTime": "2009-01-01T07:50:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622448/theora/470_6638074df85d48b8b49043b31aa2b2bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622448/large_thumb/large.jpg"
        },
        {
            "id": 626449,
            "name": "Det store kunsttyveriet",
            "header": "Den 11. oktober 1982 ble 8 malerier av verdens fremste malere stjålet fra Nasjonalgalleriet. Hvem som gjorde det, fant politiet aldri ut. I denne dokumentaren forteller en av gjerningsmennene hva som skjedde.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626449/theora/KunsttyverietDok test.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626449/broadcast/KunsttyverietDok test.dv",
                "original": "https://upload.frikanalen.no/media/626449/original/KunsttyverietDok test.mov",
                "largeThumb": "https://upload.frikanalen.no/media/626449/large_thumb/KunsttyverietDok test.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:15:12.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-08-28T16:07:09.692055Z",
            "updatedTime": "2021-02-03T17:42:31.204130Z",
            "uploadedTime": "2020-08-28T16:28:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626449/theora/KunsttyverietDok test.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626449/large_thumb/KunsttyverietDok test.jpg"
        },
        {
            "id": 627325,
            "name": "De to hovedpersonene i universet",
            "header": "En grei klargjøring",
            "description": "En grei klargjøring",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627325/theora/De to hovedpersonene i universet.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627325/broadcast/De to hovedpersonene i universet.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627325/large_thumb/De to hovedpersonene i universet.jpg",
                "original": "https://upload.frikanalen.no/media/627325/original/De to hovedpersonene i universet.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:51:04.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-04-22T12:21:38.947334Z",
            "updatedTime": "2022-04-22T12:48:08.195605Z",
            "uploadedTime": "2022-04-22T12:23:50.419176Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627325/theora/De to hovedpersonene i universet.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627325/large_thumb/De to hovedpersonene i universet.jpg"
        },
        {
            "id": 625107,
            "name": "Det nye Kina",
            "header": "Stadig flere kinesere finner mening i livet ved å slutte seg til Kristen tro. Gunnar Jørgensen gir i programmet en rapport om møte med kristenledere.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625107/theora/orig_e8c21906c3d44d4aa8371cd5d287c981.ogv",
                "original": "https://upload.frikanalen.no/media/625107/original/orig_e8c21906c3d44d4aa8371cd5d287c981.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625107/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625107/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625107/broadcast/6614_5544216c9e4140faaaffd9b6b46caa0d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625107/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-20T11:40:16.737000Z",
            "updatedTime": "2018-11-10T18:29:27.649101Z",
            "uploadedTime": "2012-12-20T11:40:16.737000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625107/theora/orig_e8c21906c3d44d4aa8371cd5d287c981.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625107/large_thumb/large.jpg"
        },
        {
            "id": 623032,
            "name": "Det Liberale Folkepartiet",
            "header": "Informasjon fra DLF",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623032/theora/3257_13f70d840b334fab87d2ba506cbc8c17.ogv",
                "original": "https://upload.frikanalen.no/media/623032/original/orig_987af24da7214f22821cecc1561dea4b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623032/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623032/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623032/broadcast/3257_ec71ad649bf44a11ab9d0bf01dbfe6c2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623032/large_thumb/large.jpg"
            },
            "creator": "pak@pakarlsen.com",
            "organization": {
                "id": 106,
                "name": "Det Liberale Folkepartiet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1795,
                "editorName": "Per Arne Karlsen",
                "editorEmail": "pak@pakarlsen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:16",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stemdlf.no/",
            "createdTime": "2009-08-18T07:22:07.393000Z",
            "updatedTime": "2018-11-10T18:29:30.316137Z",
            "uploadedTime": "2009-08-18T07:22:07.393000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623032/theora/3257_13f70d840b334fab87d2ba506cbc8c17.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623032/large_thumb/large.jpg"
        },
        {
            "id": 623126,
            "name": "Det levende ord del 4",
            "header": "Det levende ord med Tommy M Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623126/theora/3533_490404a588104967ac9558f80416b2d8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623126/broadcast/3533_52074066438a4b2095e7cf19b1b58cdc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623126/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:10:34.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-28T07:45:27.857000Z",
            "updatedTime": "2018-11-10T18:29:30.191229Z",
            "uploadedTime": "2009-09-28T07:45:27.857000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623126/theora/3533_490404a588104967ac9558f80416b2d8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623126/large_thumb/large.jpg"
        },
        {
            "id": 623122,
            "name": "DET LEVENDE ORD del3",
            "header": "Det levende ord med Tommy M Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623122/theora/3532_f9a617fd7de14a47a2be1a369b32fb9c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623122/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623122/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623122/broadcast/3532_8fa55a4aa62b4b67b59494b840022ed5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623122/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:24:39.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-25T06:56:20.987000Z",
            "updatedTime": "2018-11-10T18:29:30.195374Z",
            "uploadedTime": "2009-09-25T06:56:20.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623122/theora/3532_f9a617fd7de14a47a2be1a369b32fb9c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623122/large_thumb/large.jpg"
        },
        {
            "id": 624214,
            "name": "Det avgjørende øyeblikket",
            "header": "En kort reportasje om fotograf Monica Svorstøl og hennes utstilling, \"Det avgjørende øyeblikket\"",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624214/theora/5235_dd99ca85b5b1463d91af4c97099245b8.ogv",
                "original": "https://upload.frikanalen.no/media/624214/original/orig_7af57401da8040dcb6a83ef6571b5b0e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624214/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624214/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624214/broadcast/5235_448ee850854a4318896cf8286b7cb13f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624214/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:34.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2011-01-31T20:47:35Z",
            "updatedTime": "2018-11-10T18:29:28.817747Z",
            "uploadedTime": "2011-01-31T20:47:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624214/theora/5235_dd99ca85b5b1463d91af4c97099245b8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624214/large_thumb/large.jpg"
        },
        {
            "id": 625701,
            "name": "Derivative Panel - Debconf 16",
            "header": "There is a big community developing Debian derivative distributions. This talk aims to discuss about what derivative distributions use for their day to day operation, such building packages, images, live media, managing distribution repositories, trying to seek better unification and standardisation of such tools and processes. In the same way, we shall explore and discuss the return path to the upstream distribution.\n\nTalk (45 mins) session with Héctor Orón Martínez during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625701/theora/Derivative_Panel.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625701/broadcast/Derivative_Panel.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625701/large_thumb/Derivative_Panel.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625701/small_thumb/Derivative_Panel.jpg",
                "original": "https://upload.frikanalen.no/media/625701/original/Derivative_Panel.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:44:39.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/87/",
            "createdTime": "2016-07-22T06:59:14.455055Z",
            "updatedTime": "2018-11-10T18:29:26.842057Z",
            "uploadedTime": "2016-07-22T06:59:20.802977Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625701/theora/Derivative_Panel.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625701/large_thumb/Derivative_Panel.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": 623496,
            "name": "Derek Prince Ministries",
            "header": "Derek Prince Ministries",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623496/theora/4190_9b0d8988344140d69c8dcffb4bc08809.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623496/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623496/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623496/broadcast/4190_91bffc1acb474879b3b7b0fdb2a04a0e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623496/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:31.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-03-31T09:53:52.077000Z",
            "updatedTime": "2018-11-10T18:29:29.736038Z",
            "uploadedTime": "2010-03-31T09:53:52.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623496/theora/4190_9b0d8988344140d69c8dcffb4bc08809.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623496/large_thumb/large.jpg"
        },
        {
            "id": 623584,
            "name": "Derec",
            "header": "Derek Prince",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623584/theora/4265_4ea9fd670cda4369beb86391a4a13369.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623584/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623584/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623584/broadcast/4265_abc779134b35450ab60109b3a74c44c0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623584/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:25:58.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-04-26T11:28:31.083000Z",
            "updatedTime": "2018-11-10T18:29:29.626701Z",
            "uploadedTime": "2010-04-26T11:28:31.083000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623584/theora/4265_4ea9fd670cda4369beb86391a4a13369.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623584/large_thumb/large.jpg"
        },
        {
            "id": 624976,
            "name": "Den store konflikten.",
            "header": "Hva går den store striden mellom det gode og det onde ut på? Program 1 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624976/theora/orig_822763bd226f4c0aaff409755668d9d5.ogv",
                "original": "https://upload.frikanalen.no/media/624976/original/orig_822763bd226f4c0aaff409755668d9d5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624976/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624976/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624976/broadcast/6416_f7f89213be7b43ae8bd69eacea5c8649.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624976/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:35:06.787000Z",
            "updatedTime": "2018-11-10T18:29:27.822831Z",
            "uploadedTime": "2012-09-21T08:35:06.787000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624976/theora/orig_822763bd226f4c0aaff409755668d9d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624976/large_thumb/large.jpg"
        },
        {
            "id": 624967,
            "name": "Den skjulte ruskulturen",
            "header": "Studentdebatt: Hvem er de usynlige rusbrukerne? De klarer på ulikt vis å kombinere ulovlig rusbruk med et tilsynelatende normalt hverdagsliv. Men hva bør vi gjøre med dem? Er samfunnet tjent med at denne gruppen av ellers oppegående mennesker gjøres til kriminelle eller behandlingstrengende?\r\n\r\nPanel: Willy Pedersen, professor i sosiologi, Tore Andvig, utelivsjournalist, Nils August Andresen, ansvarlig redaktør for Minerva, Jan Bøhler, nestleder i justiskomiteen og stortingsrepresentant for Arbeiderpartiet\r\n\r\nArrangert av Kulturutvalget, Det Norske Studentersamfund",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624967/theora/orig_3a7393f953ce4e43a81675d87c0f3f3d.ogv",
                "original": "https://upload.frikanalen.no/media/624967/original/orig_3a7393f953ce4e43a81675d87c0f3f3d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624967/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624967/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624967/broadcast/6399_135e189d0b8240f29250be0a2a0f1c92.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624967/large_thumb/large.jpg"
            },
            "creator": "anitat@online.no",
            "organization": {
                "id": 6,
                "name": "Gateavisa/Foreningen Futurum forlag",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1052,
                "editorName": "Pål Flakk",
                "editorEmail": "paalfla@student.hf.uio.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:41:44.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://anitanyholt.no",
            "createdTime": "2012-09-16T02:28:50.327000Z",
            "updatedTime": "2023-07-12T22:18:16.690615Z",
            "uploadedTime": "2012-09-16T02:28:50Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624967/theora/orig_3a7393f953ce4e43a81675d87c0f3f3d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624967/large_thumb/large.jpg"
        },
        {
            "id": 624607,
            "name": "Den norske kirke i eksil nr 92",
            "header": "Lev et liv etter Guds vilje.Gjør det og Gud vil hjelpe deg til et bedre liv. Dette handler søndagens program om",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624607/theora/orig_2654b9b366df4698bc4823712ff4e1eb.ogv",
                "original": "https://upload.frikanalen.no/media/624607/original/orig_2654b9b366df4698bc4823712ff4e1eb.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624607/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624607/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624607/broadcast/5789_62559d2e8dd544daa524429c11d7abbe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624607/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:28.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-04T17:33:55.673000Z",
            "updatedTime": "2018-11-10T18:29:28.298700Z",
            "uploadedTime": "2011-10-04T17:33:55.673000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624607/theora/orig_2654b9b366df4698bc4823712ff4e1eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624607/large_thumb/large.jpg"
        },
        {
            "id": 624599,
            "name": "Den norske kirke i eksil nr 91",
            "header": "Programmet handler om nestekjærlighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624599/theora/orig_204e9daddb0d4bc485420a22b6823496.ogv",
                "original": "https://upload.frikanalen.no/media/624599/original/orig_204e9daddb0d4bc485420a22b6823496.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624599/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624599/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624599/broadcast/5770_cd625711ce4248c3b686cd74ea7a793c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624599/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:09.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-20T11:49:34.587000Z",
            "updatedTime": "2018-11-10T18:29:28.308368Z",
            "uploadedTime": "2011-09-20T11:49:34.587000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624599/theora/orig_204e9daddb0d4bc485420a22b6823496.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624599/large_thumb/large.jpg"
        },
        {
            "id": 624570,
            "name": "Den norske kirke i eksil nr 90",
            "header": "Første siden er nå rettet opp. Jeg  \nbeklager så mye. Feilene skyldes tidspress. \nProgrammet handler om den kristne tro.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624570/theora/orig_9436a33cf86f4eb0859a6e64a3afc429.ogv",
                "original": "https://upload.frikanalen.no/media/624570/original/orig_9436a33cf86f4eb0859a6e64a3afc429.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624570/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624570/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624570/broadcast/5745_e2339f1982084b3f8e60478e47dcb8de.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624570/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:12.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-05T18:17:43.380000Z",
            "updatedTime": "2018-11-10T18:29:28.347495Z",
            "uploadedTime": "2011-09-05T18:17:43.380000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624570/theora/orig_9436a33cf86f4eb0859a6e64a3afc429.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624570/large_thumb/large.jpg"
        },
        {
            "id": 624553,
            "name": "Den norske kirke i eksil nr 89",
            "header": "Programmet handler om hvordan vi forvalter våre penger i forhold Guds krav om tienden.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624553/theora/orig_d20842c1e3254feb9af46467d3779fae.ogv",
                "original": "https://upload.frikanalen.no/media/624553/original/orig_d20842c1e3254feb9af46467d3779fae.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624553/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624553/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624553/broadcast/5723_7006dd2062ec4a998dbb6b4579f8fea7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624553/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:04",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-08-23T19:14:14.833000Z",
            "updatedTime": "2018-11-10T18:29:28.366686Z",
            "uploadedTime": "2011-08-23T19:14:14.833000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624553/theora/orig_d20842c1e3254feb9af46467d3779fae.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624553/large_thumb/large.jpg"
        },
        {
            "id": 624494,
            "name": "Den norske kirke i eksil nr 87",
            "header": "Bønn er viktig for kristenliv.Ludvig underviser hva Bønn er i Guds øyne.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624494/theora/orig_23f0a36165f14f55b57a5ac6eaf596e1.ogv",
                "original": "https://upload.frikanalen.no/media/624494/original/orig_23f0a36165f14f55b57a5ac6eaf596e1.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624494/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624494/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624494/broadcast/5622_8ae3fec444424256a61d3898b182154b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624494/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:25:52.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-30T21:09:19.383000Z",
            "updatedTime": "2018-11-10T18:29:28.444258Z",
            "uploadedTime": "2011-05-30T21:09:19.383000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624494/theora/orig_23f0a36165f14f55b57a5ac6eaf596e1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624494/large_thumb/large.jpg"
        },
        {
            "id": 624355,
            "name": "Den norske kirke i eksil nr 80",
            "header": "Vi leser at biskop Pettersen går i mot det Gud sier i sitt ord. Han godtar homofilt samliv. Dette fordømmer Gud på det sterkeste.Ja så sterkt at mennesker som gjør slikt får ikke komme inn i Hans rike men går evig fortapt. Dette er alvorlig. Pettersen sier at kirken står bak ham. Hvem er kirken?. Det er de som lever etter Guds ord , ikke de som sier de er kristne og alikevel lever i bevisste synder.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624355/theora/orig_07bac5573c29482ba34a43e293ce1f01.ogv",
                "original": "https://upload.frikanalen.no/media/624355/original/orig_07bac5573c29482ba34a43e293ce1f01.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624355/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624355/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624355/broadcast/5419_01a1f355ba724510bc10c81e8471dd14.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624355/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:05.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-09T07:45:26.450000Z",
            "updatedTime": "2018-11-10T18:29:28.625153Z",
            "uploadedTime": "2011-03-09T07:45:26.450000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624355/theora/orig_07bac5573c29482ba34a43e293ce1f01.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624355/large_thumb/large.jpg"
        },
        {
            "id": 623415,
            "name": "Den norske kirke i eksil nr 44",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623415/theora/3985_539320bafbe54a89b8ebab2ff7e732fa.ogv",
                "original": "https://upload.frikanalen.no/media/623415/original/orig_a55cee5041e94de19093ba09ba5ed935.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623415/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623415/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623415/broadcast/3985_2d0823d6be3744c6a0f1a7fab224520e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623415/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:25:59.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-22T21:28:21.880000Z",
            "updatedTime": "2018-11-10T18:29:29.823535Z",
            "uploadedTime": "2010-02-22T21:28:21.880000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623415/theora/3985_539320bafbe54a89b8ebab2ff7e732fa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623415/large_thumb/large.jpg"
        },
        {
            "id": 623723,
            "name": "Den norske kirke i eksil del 62",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623723/theora/4467_218feaa1765e4833b70fb1d166986900.ogv",
                "original": "https://upload.frikanalen.no/media/623723/original/orig_42bc7f1d62984030a433bbee9332277f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623723/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623723/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623723/broadcast/4467_3ab0b2cdb5724f9383d226b825111a4a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623723/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:07.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-03T08:02:21.043000Z",
            "updatedTime": "2018-11-10T18:29:29.460378Z",
            "uploadedTime": "2010-07-03T08:02:21.043000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623723/theora/4467_218feaa1765e4833b70fb1d166986900.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623723/large_thumb/large.jpg"
        },
        {
            "id": 623690,
            "name": "Den norske kirke i eksil del 58",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623690/theora/4406_5c496d25f2b5459ea4ddaae0a228dccc.ogv",
                "original": "https://upload.frikanalen.no/media/623690/original/orig_22efe7551a4348c6bd9f6a974ade9b15.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623690/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623690/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623690/broadcast/4406_c95ceaca1d404cb2b0919a5602d300ed.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623690/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:25:44.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-15T21:41:06.497000Z",
            "updatedTime": "2018-11-10T18:29:29.496017Z",
            "uploadedTime": "2010-06-15T21:41:06.497000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623690/theora/4406_5c496d25f2b5459ea4ddaae0a228dccc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623690/large_thumb/large.jpg"
        },
        {
            "id": 623688,
            "name": "Den norske kirke i eksil del 57",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623688/theora/4405_ce3407f427e0496da0e3e8198a92b851.ogv",
                "original": "https://upload.frikanalen.no/media/623688/original/orig_9268c6b5e84c44e6b5134875bbd02271.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623688/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623688/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623688/broadcast/4405_8e46f0a935a1454bb01e481798f6ecba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623688/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:25:49.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-15T18:46:57.437000Z",
            "updatedTime": "2018-11-10T18:29:29.498691Z",
            "uploadedTime": "2010-06-15T18:46:57.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623688/theora/4405_ce3407f427e0496da0e3e8198a92b851.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623688/large_thumb/large.jpg"
        },
        {
            "id": 623659,
            "name": "Den norske kirke i eksil del 53",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623659/theora/4374_931d0a5f900a44f1a3e9bfbdc05ebe0b.ogv",
                "original": "https://upload.frikanalen.no/media/623659/original/orig_b86c2f283fd9499b97e0a7b448ddd7e1.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623659/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623659/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623659/broadcast/4374_2210c27c34164c079676f8c316357eb4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623659/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:59.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-29T09:57:08.733000Z",
            "updatedTime": "2018-11-10T18:29:29.530643Z",
            "uploadedTime": "2010-05-29T09:57:08.733000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623659/theora/4374_931d0a5f900a44f1a3e9bfbdc05ebe0b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623659/large_thumb/large.jpg"
        },
        {
            "id": 623635,
            "name": "Den norske kirke i eksil del 52",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623635/theora/4339_aca6308afde0479b9aa1637a95fd21d3.ogv",
                "original": "https://upload.frikanalen.no/media/623635/original/orig_609412c0dfda44dfa34cdd5a97a9f01f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623635/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623635/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623635/broadcast/4339_9c4b5f9c7ea340919cd93a84c419c711.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623635/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:25:42.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-16T15:34:55.457000Z",
            "updatedTime": "2018-11-10T18:29:29.563599Z",
            "uploadedTime": "2010-05-16T15:34:55.457000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623635/theora/4339_aca6308afde0479b9aa1637a95fd21d3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623635/large_thumb/large.jpg"
        },
        {
            "id": 623587,
            "name": "Den norske kirke i eksil del 51",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623587/theora/4266_80869583bbe946988da51491c678187c.ogv",
                "original": "https://upload.frikanalen.no/media/623587/original/orig_b6249f6d5ca54eca932a69a7636131b6.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623587/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623587/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623587/broadcast/4266_cf804f4ac4a34f4190b4438631607fb8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623587/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:25:52.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-27T12:04:11.433000Z",
            "updatedTime": "2018-11-10T18:29:29.622618Z",
            "uploadedTime": "2010-04-27T12:04:11.433000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623587/theora/4266_80869583bbe946988da51491c678187c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623587/large_thumb/large.jpg"
        },
        {
            "id": 623559,
            "name": "Den norske kirke i eksil del 50",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623559/theora/4245_8a5dcf841b8a4012aef8a4171b2d7f93.ogv",
                "original": "https://upload.frikanalen.no/media/623559/original/orig_e2af8b88034147ed953d60082941533a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623559/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623559/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623559/broadcast/4245_667de16cf97943e7a0665083768491fa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623559/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:25:44.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-19T21:16:39.197000Z",
            "updatedTime": "2018-11-10T18:29:29.647079Z",
            "uploadedTime": "2010-04-19T21:16:39.197000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623559/theora/4245_8a5dcf841b8a4012aef8a4171b2d7f93.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623559/large_thumb/large.jpg"
        },
        {
            "id": 623551,
            "name": "den norske kirke i eksil del 49",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623551/theora/4228_03281f3559d2464f9688cf1c42e2ad7f.ogv",
                "original": "https://upload.frikanalen.no/media/623551/original/orig_38a779074946447db1992a4bbe79f7fa.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623551/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623551/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623551/broadcast/4228_a7ed989dd983491bb62d0bd000d75314.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623551/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:25:58.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-14T18:59:26.087000Z",
            "updatedTime": "2018-11-10T18:29:29.658104Z",
            "uploadedTime": "2010-04-14T18:59:26.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623551/theora/4228_03281f3559d2464f9688cf1c42e2ad7f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623551/large_thumb/large.jpg"
        },
        {
            "id": 623509,
            "name": "Den norske kirke i eksil del 48",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623509/theora/4205_837fc46f1a804107acaf8c1396ff9c04.ogv",
                "original": "https://upload.frikanalen.no/media/623509/original/orig_ff35d18014744dcba6bf68e45372bc8d.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623509/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623509/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623509/broadcast/4205_c74237b11ca9481bbbf77cfc70e850e8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623509/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:16.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-08T08:37:59.327000Z",
            "updatedTime": "2018-11-10T18:29:29.717901Z",
            "uploadedTime": "2010-04-08T08:37:59.327000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623509/theora/4205_837fc46f1a804107acaf8c1396ff9c04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623509/large_thumb/large.jpg"
        },
        {
            "id": 623507,
            "name": "Den norske kirke i eksil del 47",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623507/theora/4203_478c196368ba43b0a0aa53b790ab3fbc.ogv",
                "original": "https://upload.frikanalen.no/media/623507/original/orig_ff2fe40c6ab24b63a3e576e6b2fba85f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623507/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623507/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623507/broadcast/4203_93dc2bec87974612bff235035b7d5ebd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623507/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:25:57.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-07T17:30:16.390000Z",
            "updatedTime": "2018-11-10T18:29:29.720754Z",
            "uploadedTime": "2010-04-07T17:30:16.390000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623507/theora/4203_478c196368ba43b0a0aa53b790ab3fbc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623507/large_thumb/large.jpg"
        },
        {
            "id": 623504,
            "name": "Den norske kirke i eksil del 46",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623504/theora/4191_39d22bab46054583870b3b43694022d9.ogv",
                "original": "https://upload.frikanalen.no/media/623504/original/orig_f883d5351f474b36acfe37cf9d38923a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623504/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623504/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623504/broadcast/4191_ceae7d89d37648a2aa8f128c2866590f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623504/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:05.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-05T16:13:50.377000Z",
            "updatedTime": "2018-11-10T18:29:29.724862Z",
            "uploadedTime": "2010-04-05T16:13:50.377000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623504/theora/4191_39d22bab46054583870b3b43694022d9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623504/large_thumb/large.jpg"
        },
        {
            "id": 623468,
            "name": "Den norske kirke i eksil del 45B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623468/theora/4065_133dd4d3bce042f6a4910e330fcae629.ogv",
                "original": "https://upload.frikanalen.no/media/623468/original/orig_46bb378517cf473682bd07227da5722d.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623468/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623468/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623468/broadcast/4065_fc85750efbba40848965fbe2ea87c2cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623468/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:25:02.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-11T17:27:25.307000Z",
            "updatedTime": "2018-11-10T18:29:29.774708Z",
            "uploadedTime": "2010-03-11T17:27:25.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623468/theora/4065_133dd4d3bce042f6a4910e330fcae629.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623468/large_thumb/large.jpg"
        },
        {
            "id": 623467,
            "name": "Den norske kirke i eksil del 45A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623467/theora/4064_4b93f6e7949f42d09c8f87ff2a96dfde.ogv",
                "original": "https://upload.frikanalen.no/media/623467/original/orig_fc65489522ef4b1faae5245df2eeaa7b.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623467/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623467/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623467/broadcast/4064_0192ba7b02e744979dcf12d9b5914a27.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623467/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:25:53.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-11T17:22:55.847000Z",
            "updatedTime": "2018-11-10T18:29:29.776180Z",
            "uploadedTime": "2010-03-11T17:22:55.847000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623467/theora/4064_4b93f6e7949f42d09c8f87ff2a96dfde.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623467/large_thumb/large.jpg"
        },
        {
            "id": 623380,
            "name": "Den norske kirke i eksil del 43",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623380/theora/3942_3c8ed799ec6f40149d16575b4a48d953.ogv",
                "original": "https://upload.frikanalen.no/media/623380/original/orig_e3e05cbb112f460a8764be8542b595b8.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623380/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623380/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623380/broadcast/3942_fdb1d93745c141d488afffb4bdc39245.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623380/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:28:36.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-09T18:30:08.897000Z",
            "updatedTime": "2018-11-10T18:29:29.866365Z",
            "uploadedTime": "2010-02-09T18:30:08.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623380/theora/3942_3c8ed799ec6f40149d16575b4a48d953.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623380/large_thumb/large.jpg"
        },
        {
            "id": 623352,
            "name": "Den norske kirke i eksil del 42",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623352/theora/3912_97eaf5a44e8c4c03abcbb54b652efbeb.ogv",
                "original": "https://upload.frikanalen.no/media/623352/original/orig_236cfa7d26794c9daf0e6f4401be8d15.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623352/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623352/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623352/broadcast/3912_9af9e05caa744425a1cff009fd1dcf3e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623352/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:59.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-25T21:19:30.087000Z",
            "updatedTime": "2018-11-10T18:29:29.906627Z",
            "uploadedTime": "2010-01-25T21:19:30.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623352/theora/3912_97eaf5a44e8c4c03abcbb54b652efbeb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623352/large_thumb/large.jpg"
        },
        {
            "id": 623313,
            "name": "Den norske kirke i eksil del 41",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623313/theora/3886_d995712f9cc1459ba6359cc4716b5200.ogv",
                "original": "https://upload.frikanalen.no/media/623313/original/orig_814f2d5bfbe6424982bf9e7f10ab8f0a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623313/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623313/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623313/broadcast/3886_872b501b706c4acaa8a0e0af2a88d004.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623313/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:27:17.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-13T04:38:20.387000Z",
            "updatedTime": "2018-11-10T18:29:29.960575Z",
            "uploadedTime": "2010-01-13T04:38:20.387000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623313/theora/3886_d995712f9cc1459ba6359cc4716b5200.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623313/large_thumb/large.jpg"
        },
        {
            "id": 623306,
            "name": "Den norske kirke i eksil del 40",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623306/theora/3813_53ac653333504ba39875a25b6e061d9a.ogv",
                "original": "https://upload.frikanalen.no/media/623306/original/orig_50923b4c3ef648f8a869f370b01d80f4.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623306/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623306/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623306/broadcast/3813_cda0ceecd7084e779aa7f7f6f3dfac15.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623306/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:27:45.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-06T20:16:32.470000Z",
            "updatedTime": "2018-11-10T18:29:29.968758Z",
            "uploadedTime": "2010-01-06T20:16:32.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623306/theora/3813_53ac653333504ba39875a25b6e061d9a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623306/large_thumb/large.jpg"
        },
        {
            "id": 623288,
            "name": "Den norske kirke i eksil del 39",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623288/theora/3739_8ad024b42a3741aca03f29a567a5a954.ogv",
                "original": "https://upload.frikanalen.no/media/623288/original/orig_faa22d61179e4d5bb946bb660380e8f4.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623288/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623288/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623288/broadcast/3739_90af241df10f42a48541d040e616cbf5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623288/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:27:18.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-26T22:00:10.107000Z",
            "updatedTime": "2018-11-10T18:29:29.992509Z",
            "uploadedTime": "2009-12-26T22:00:10.107000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623288/theora/3739_8ad024b42a3741aca03f29a567a5a954.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623288/large_thumb/large.jpg"
        },
        {
            "id": 623278,
            "name": "Den norske kirke i eksil del 38",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623278/theora/3705_fad08336a18247bbbe87b51e5ec33d1e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623278/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623278/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623278/broadcast/3705_af475fc440c244bc9e16396a4c709c88.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623278/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:28:12.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-16T15:34:53.503000Z",
            "updatedTime": "2018-11-10T18:29:30.006225Z",
            "uploadedTime": "2009-12-16T15:34:53.503000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623278/theora/3705_fad08336a18247bbbe87b51e5ec33d1e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623278/large_thumb/large.jpg"
        },
        {
            "id": 623255,
            "name": "Den norske kirke i eksil del 37",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623255/theora/3674_952cd312b971419a99fff8ec3c55bb3f.ogv",
                "original": "https://upload.frikanalen.no/media/623255/original/orig_4450bd290637417e9254bf8a5bd356a6.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623255/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623255/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623255/broadcast/3674_43d35e39ffb0417aabd089027531a9fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623255/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:27:46.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-02T14:27:39.227000Z",
            "updatedTime": "2018-11-10T18:29:30.033807Z",
            "uploadedTime": "2009-12-02T14:27:39.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623255/theora/3674_952cd312b971419a99fff8ec3c55bb3f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623255/large_thumb/large.jpg"
        },
        {
            "id": 623246,
            "name": "Den norske kirke i eksil del 36",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623246/theora/3663_e8922352cacc46c6878a0fb79450fbf2.ogv",
                "original": "https://upload.frikanalen.no/media/623246/original/orig_82382e3fccac43b38a75968804401860.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623246/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623246/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623246/broadcast/3663_37ab73d0588a42b0b451c9ccdf698ca5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623246/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:27:10.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-25T20:14:19.753000Z",
            "updatedTime": "2018-11-10T18:29:30.044473Z",
            "uploadedTime": "2009-11-25T20:14:19.753000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623246/theora/3663_e8922352cacc46c6878a0fb79450fbf2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623246/large_thumb/large.jpg"
        },
        {
            "id": 623233,
            "name": "Den norske kirke i eksil del 35",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623233/theora/3591_3a86fb71f7184e0d82c2671132e1cf90.ogv",
                "original": "https://upload.frikanalen.no/media/623233/original/orig_fe9d05ee00634074a6cc2e390407069d.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623233/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623233/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623233/broadcast/3591_7c5db21e801c412dbf87d4a1f1601ce5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623233/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:27:14.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:46:06.440000Z",
            "updatedTime": "2018-11-10T18:29:30.059428Z",
            "uploadedTime": "2009-10-27T18:46:06.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623233/theora/3591_3a86fb71f7184e0d82c2671132e1cf90.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623233/large_thumb/large.jpg"
        },
        {
            "id": 623234,
            "name": "Den norske kirke i eksil del 34",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623234/theora/3590_0669453dc9094d12b22c2e0b87286990.ogv",
                "original": "https://upload.frikanalen.no/media/623234/original/orig_ef4754c52e474359bc5a824ba56fbfeb.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623234/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623234/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623234/broadcast/3590_e594fac3bcbe4ef18d7f1cb99b7f543f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623234/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:29.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:43:58.220000Z",
            "updatedTime": "2018-11-10T18:29:30.057966Z",
            "uploadedTime": "2009-10-27T18:43:58.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623234/theora/3590_0669453dc9094d12b22c2e0b87286990.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623234/large_thumb/large.jpg"
        },
        {
            "id": 623203,
            "name": "Den norske kirke i eksil del 33",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623203/theora/3589_e4462a2254bd41f2b488e9adcb90f575.ogv",
                "original": "https://upload.frikanalen.no/media/623203/original/orig_a9f74b670d6c45bdad3c316b5a6420fa.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623203/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623203/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623203/broadcast/3589_f0d0fa8631974d33b14627eefe964170.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623203/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:10.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:40:29.810000Z",
            "updatedTime": "2018-11-10T18:29:30.095679Z",
            "uploadedTime": "2009-10-27T18:40:29.810000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623203/theora/3589_e4462a2254bd41f2b488e9adcb90f575.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623203/large_thumb/large.jpg"
        },
        {
            "id": 623180,
            "name": "Den norske kirke i eksil del 32",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623180/theora/3588_9b921c1ad10041148156d190a9a31e2f.ogv",
                "original": "https://upload.frikanalen.no/media/623180/original/orig_50d99e7c381a453098dc2930ac65ec03.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623180/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623180/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623180/broadcast/3588_94674da05c414692b039f6437c2d074f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623180/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:16.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:38:41.200000Z",
            "updatedTime": "2018-11-10T18:29:30.123001Z",
            "uploadedTime": "2009-10-27T18:38:41.200000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623180/theora/3588_9b921c1ad10041148156d190a9a31e2f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623180/large_thumb/large.jpg"
        },
        {
            "id": 623171,
            "name": "Den Norske kirke i eksil del 31",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623171/theora/3326_8af264a5ad264b7fbca9c37761847a3e.ogv",
                "original": "https://upload.frikanalen.no/media/623171/original/orig_c41b419f17fc4ea1a8dbe18d4c0a7bad.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623171/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623171/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623171/broadcast/3326_d3f3b256d3c7468588f6c2120664c291.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623171/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:22.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-30T22:53:07.150000Z",
            "updatedTime": "2018-11-10T18:29:30.133890Z",
            "uploadedTime": "2009-08-30T22:53:07.150000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623171/theora/3326_8af264a5ad264b7fbca9c37761847a3e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623171/large_thumb/large.jpg"
        }
    ]
}