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/?offset=3400&ordering=-ref_url&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3446,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videos/?limit=50&offset=3350&ordering=-ref_url&page=4",
    "results": [
        {
            "id": 624094,
            "name": "STF20101007pr1 BST04-151210",
            "header": "Svenn Thommy Fjeldberg och Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624094/theora/5064_305357b1c2e742ec85797771b6b20b42.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624094/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624094/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624094/broadcast/5064_c5ef0f40e6804364aae24f0f4c01aedc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624094/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-09T11:43:01.037000Z",
            "updatedTime": "2018-11-10T18:29:28.960955Z",
            "uploadedTime": "2010-12-09T11:43:01.037000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624094/theora/5064_305357b1c2e742ec85797771b6b20b42.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624094/large_thumb/large.jpg"
        },
        {
            "id": 624093,
            "name": "DGN188 E 2813 - 131210",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624093/theora/5059_72459cd0627c491db5b2d0d3121f1a6f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624093/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624093/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624093/broadcast/5059_72459cd0627c491db5b2d0d3121f1a6f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624093/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:13.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-09T07:57:19.533000Z",
            "updatedTime": "2018-11-10T18:29:28.962299Z",
            "uploadedTime": "2010-12-09T07:57:19.533000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624093/theora/5059_72459cd0627c491db5b2d0d3121f1a6f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624093/large_thumb/large.jpg"
        },
        {
            "id": 624091,
            "name": "Fjellet, moralen og helsen",
            "header": "Mye skjer med mennesker på fottur i mektig fjelllandskap. Samtidig som man får fysisk fostring, er det naturlig for denne gjengen i disse omgivelser også å filosofere over Gud og moral.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624091/theora/4990_d5e5e5756e1c40aaa85d00fba4843769.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624091/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624091/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624091/broadcast/4990_d5e5e5756e1c40aaa85d00fba4843769.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624091/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:21:26.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T20:04:10.433000Z",
            "updatedTime": "2018-11-10T18:29:28.965024Z",
            "uploadedTime": "2010-12-01T20:04:10.433000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624091/theora/4990_d5e5e5756e1c40aaa85d00fba4843769.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624091/large_thumb/large.jpg"
        },
        {
            "id": 624090,
            "name": "Konsert med Adventsangerne",
            "header": "Laila Therese Johansen dirigerer Adventsangerne ved en konsert i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624090/theora/4999_3ddc2255f1a14be98897b65a713a03a3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624090/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624090/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624090/broadcast/4999_3ddc2255f1a14be98897b65a713a03a3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624090/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T21:01:10.130000Z",
            "updatedTime": "2018-11-10T18:29:28.966369Z",
            "uploadedTime": "2010-12-01T21:01:10.130000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624090/theora/4999_3ddc2255f1a14be98897b65a713a03a3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624090/large_thumb/large.jpg"
        },
        {
            "id": 624089,
            "name": "Legenden Edith Takle",
            "header": "Søster Takle er et kjent og kjært menneske for utallige ungdommer som gjennom 50 år har vært elever ved Tyrifjord Videregående Skole ved Tyrifjorden. Paul Liseth intervjuer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624089/theora/4994_088645546164407396383a4e332a54a8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624089/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624089/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624089/broadcast/4994_088645546164407396383a4e332a54a8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624089/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:56.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T20:28:36.607000Z",
            "updatedTime": "2018-11-10T18:29:28.967770Z",
            "uploadedTime": "2010-12-01T20:28:36.607000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624089/theora/4994_088645546164407396383a4e332a54a8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624089/large_thumb/large.jpg"
        },
        {
            "id": 624088,
            "name": "Con Licenza",
            "header": "En venneflokk kjører med motorsykler gjennom vakre landskap i Danmark og filosoferer over livet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624088/theora/4989_c1343b7fe8724e31b6a1ee753d997f6e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624088/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624088/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624088/broadcast/4989_c1343b7fe8724e31b6a1ee753d997f6e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624088/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T19:58:05.987000Z",
            "updatedTime": "2018-11-10T18:29:28.969161Z",
            "uploadedTime": "2010-12-01T19:58:05.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624088/theora/4989_c1343b7fe8724e31b6a1ee753d997f6e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624088/large_thumb/large.jpg"
        },
        {
            "id": 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": 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": 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": 624084,
            "name": "Perler fra adventkirken 02",
            "header": "Livet, - kort eller langt? Reidar J. Kvinge taler i Adventkirken i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624084/theora/5007_8a33d678d64e48659198f974b1f76af0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624084/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624084/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624084/broadcast/5007_8a33d678d64e48659198f974b1f76af0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624084/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:52",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T08:15:53.057000Z",
            "updatedTime": "2018-11-10T18:29:28.974579Z",
            "uploadedTime": "2010-12-02T08:15:53.057000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624084/theora/5007_8a33d678d64e48659198f974b1f76af0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624084/large_thumb/large.jpg"
        },
        {
            "id": 624083,
            "name": "Perler fra adventkirken 01",
            "header": "Hva er en adventist? Det er spørsmålet Reidar J. Kvinge gir et svar på i denne prekenen fra adventkirken i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624083/theora/5006_590bcfbcfa234c1f8fd283dad4c56728.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624083/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624083/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624083/broadcast/5006_590bcfbcfa234c1f8fd283dad4c56728.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624083/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T08:09:31.880000Z",
            "updatedTime": "2018-11-10T18:29:28.976134Z",
            "uploadedTime": "2010-12-02T08:09:31.880000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624083/theora/5006_590bcfbcfa234c1f8fd283dad4c56728.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624083/large_thumb/large.jpg"
        },
        {
            "id": 624082,
            "name": "Rosens navn",
            "header": "En ungdomsgjeng drar til rosenes by Molde med sitt kristne budskap.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624082/theora/4991_2f09585b3c6445899c9ad573abd383da.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624082/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624082/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624082/broadcast/4991_2f09585b3c6445899c9ad573abd383da.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624082/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T20:10:42.820000Z",
            "updatedTime": "2018-11-10T18:29:28.977564Z",
            "uploadedTime": "2010-12-01T20:10:42.820000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624082/theora/4991_2f09585b3c6445899c9ad573abd383da.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624082/large_thumb/large.jpg"
        },
        {
            "id": 624081,
            "name": "Hva har hendt? Del 2",
            "header": "Hva har hendt? er et syngespill om det som skjedde i Betlehem da Jesus ble født. Tekster og melodier er laget av menighetsmedlemmer i Adventkirken i Drammen-Hokksund-området. De som synger er menighetens egne barn og voksne i korene og gruppene Cantai, Joy og Dissonans. Innspilt i 2001.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624081/theora/5021_6e682c6ad8db493c9daa3603aa557447.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624081/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624081/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624081/broadcast/5021_6e682c6ad8db493c9daa3603aa557447.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624081/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:20:37.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T09:57:29.943000Z",
            "updatedTime": "2018-11-10T18:29:28.978949Z",
            "uploadedTime": "2010-12-02T09:57:29.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624081/theora/5021_6e682c6ad8db493c9daa3603aa557447.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624081/large_thumb/large.jpg"
        },
        {
            "id": 624080,
            "name": "Hva har hendt? Del 1",
            "header": "Hva har hendt? er et syngespill om det som skjedde i Betlehem da Jesus ble født. Tekster og melodier er laget av menighetsmedlemmer i Adventkirken i Drammen-Hokksund-området. De som synger er menighetens egne barn og voksne i korene og gruppene Cantai, Joy og Dissonans. Innspilt i 2001.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624080/theora/5020_cf9bf25217474a6194559d4200e94e80.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624080/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624080/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624080/broadcast/5020_cf9bf25217474a6194559d4200e94e80.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624080/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:20:30.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T09:53:34.683000Z",
            "updatedTime": "2018-11-10T18:29:28.980383Z",
            "uploadedTime": "2010-12-02T09:53:34.683000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624080/theora/5020_cf9bf25217474a6194559d4200e94e80.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624080/large_thumb/large.jpg"
        },
        {
            "id": 624079,
            "name": "DRØM: Jaer Skoles Musikkorps",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624079/theora/5050_d92613651e89450886f68f1354176973.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624079/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624079/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624079/broadcast/5050_d92613651e89450886f68f1354176973.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624079/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-07T11:57:17.233000Z",
            "updatedTime": "2018-11-10T18:29:28.981728Z",
            "uploadedTime": "2010-12-07T11:57:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624079/theora/5050_d92613651e89450886f68f1354176973.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624079/large_thumb/large.jpg"
        },
        {
            "id": 623985,
            "name": "misjon - Intervju med Solonka",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623985/theora/4824_4574435b09a044c6a7d677289c3e2975.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623985/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623985/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623985/broadcast/4824_4574435b09a044c6a7d677289c3e2975.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623985/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-11T19:04:49.303000Z",
            "updatedTime": "2023-07-12T22:30:33.389262Z",
            "uploadedTime": "2010-10-11T19:04:49Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623985/theora/4824_4574435b09a044c6a7d677289c3e2975.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623985/large_thumb/large.jpg"
        },
        {
            "id": 624078,
            "name": "EBFpr1-CHKpr2 2948  20101208",
            "header": "Helse medEva-Britt Fjeldberg och Kællan\nmed Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624078/theora/5049_98c4e3d5009842eeb24a0f8443d5476b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624078/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624078/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624078/broadcast/5049_e9e84cf729b54293bbe8772e1f313b7e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624078/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:48.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-06T10:15:14.600000Z",
            "updatedTime": "2018-11-10T18:29:28.983083Z",
            "uploadedTime": "2010-12-06T10:15:14.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624078/theora/5049_98c4e3d5009842eeb24a0f8443d5476b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624078/large_thumb/large.jpg"
        },
        {
            "id": 624077,
            "name": "VGF1#7-2_tk2850 Hans Braterud",
            "header": "VGF17-2 verdens gjenfødelse Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624077/theora/4962_d9932a40651f45d09b07d08b2f697e6f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624077/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624077/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624077/broadcast/4962_fe237dec85d74bc4a20d66cfe93384d7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624077/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:50.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-30T10:42:02.360000Z",
            "updatedTime": "2018-11-10T18:29:28.984460Z",
            "uploadedTime": "2010-11-30T10:42:02.360000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624077/theora/4962_d9932a40651f45d09b07d08b2f697e6f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624077/large_thumb/large.jpg"
        },
        {
            "id": 624075,
            "name": "Den norske kirke i eksil 72",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624075/theora/orig_4c5a9c6dd2884a3c9ed3ca9646ed1024.ogv",
                "original": "https://upload.frikanalen.no/media/624075/original/orig_4c5a9c6dd2884a3c9ed3ca9646ed1024.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624075/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624075/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624075/broadcast/5042_70c889e6858841f9933194fc10a58a12.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624075/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-03T13:47:52.913000Z",
            "updatedTime": "2018-11-10T18:29:28.987148Z",
            "uploadedTime": "2010-12-03T13:47:52.913000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624075/theora/orig_4c5a9c6dd2884a3c9ed3ca9646ed1024.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624075/large_thumb/large.jpg"
        },
        {
            "id": 624074,
            "name": "EBF pr1-CHK pr2 20101208",
            "header": "helseEva-britt Fjeldberg\noch källan Carl henrik karlson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624074/theora/5041_9ef8c5b64cd4443899d9352adaba9720.ogv",
                "original": "https://upload.frikanalen.no/media/624074/original/orig_0f8c158dd46047019751735ff7eb0135.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624074/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624074/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624074/broadcast/5041_d44ad0897c1f45f4aa5fa000d8a2175e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624074/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-03T12:09:54.437000Z",
            "updatedTime": "2018-11-10T18:29:28.988539Z",
            "uploadedTime": "2010-12-03T12:09:54.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624074/theora/5041_9ef8c5b64cd4443899d9352adaba9720.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624074/large_thumb/large.jpg"
        },
        {
            "id": 624065,
            "name": "Born to play del 2",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624065/theora/4967_0cad025424404d78935a122dd6229cb9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624065/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624065/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624065/broadcast/4967_515eca71e34d4a319dc218bc3d807c53.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624065/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-11-30T22:32:30.707000Z",
            "updatedTime": "2018-11-10T18:29:28.999410Z",
            "uploadedTime": "2010-11-30T22:32:30.707000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624065/theora/4967_0cad025424404d78935a122dd6229cb9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624065/large_thumb/large.jpg"
        },
        {
            "id": 624062,
            "name": "Inside Israel Desember 2010",
            "header": "Høydepunkter fra 2010.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624062/theora/4960_e798b1ae53434c879e44ac8c5dbf367f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624062/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624062/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624062/broadcast/4960_e798b1ae53434c879e44ac8c5dbf367f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624062/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-29T08:20:42.560000Z",
            "updatedTime": "2018-11-10T18:29:29.003553Z",
            "uploadedTime": "2010-11-29T08:20:42.560000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624062/theora/4960_e798b1ae53434c879e44ac8c5dbf367f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624062/large_thumb/large.jpg"
        },
        {
            "id": 624061,
            "name": "VGF1#7 20101207",
            "header": "Verdens gjensfødelse\nmed Hans Braterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624061/theora/4963_f1a3accda4fd4806b410434298769b28.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624061/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624061/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624061/broadcast/4963_13675df971fe4b169ba4e4ba0c054370.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624061/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:50.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-30T10:53:37.750000Z",
            "updatedTime": "2018-11-10T18:29:29.004991Z",
            "uploadedTime": "2010-11-30T10:53:37.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624061/theora/4963_f1a3accda4fd4806b410434298769b28.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624061/large_thumb/large.jpg"
        },
        {
            "id": 624057,
            "name": "Møteplassen - Tilgivelse 4",
            "header": "Har kristne en plikt til å tilgi slik Gud har tilgitt oss? Og hva tenker innsatte i fengsel i forhold til tilgivelse og forsoning? Vi møter Else Kari Bjerva fra Normisjon og fengselsprest Odd Cato Kristiansen på Ila fengsel.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624057/theora/4955_1b2616b92685451aba3e3cd07f24ed23.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624057/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624057/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624057/broadcast/4955_cd8e41aacc9c4daf8b57b8294b2f9c25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624057/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-25T12:20:44Z",
            "updatedTime": "2018-11-10T18:29:29.010507Z",
            "uploadedTime": "2010-11-25T12:20:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624057/theora/4955_1b2616b92685451aba3e3cd07f24ed23.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624057/large_thumb/large.jpg"
        },
        {
            "id": 624056,
            "name": "Møteplassen - Tilgivelse 5",
            "header": "Er det å tilgi og det å glemme det samme?  Og hva tenker innsatte i fengsel om Guds nåde når det er jul? Vi møter Else Kari Bjerva fra Normisjon og fengselsprest Odd Cato Kristiansen på Ila fengsel.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624056/theora/4956_55e74931fb0a489caf6c6c212e572239.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624056/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624056/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624056/broadcast/4956_37e6c173fc484d27b2317185464e5e42.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624056/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-25T12:26:20Z",
            "updatedTime": "2018-11-10T18:29:29.011948Z",
            "uploadedTime": "2010-11-25T12:26:20Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624056/theora/4956_55e74931fb0a489caf6c6c212e572239.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624056/large_thumb/large.jpg"
        },
        {
            "id": 624055,
            "name": "T4G 20101201",
            "header": "Time 4 Glory med Tommy M Josefsson\nOch Svenn Johansson_01",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624055/theora/4961_4b0554c6a4c34b6f86a941121068f316.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624055/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624055/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624055/broadcast/4961_33acc6c2ecb44adb8a9f161c2bad132b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624055/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-29T14:15:09.523000Z",
            "updatedTime": "2018-11-10T18:29:29.013301Z",
            "uploadedTime": "2010-11-29T14:15:09.523000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624055/theora/4961_4b0554c6a4c34b6f86a941121068f316.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624055/large_thumb/large.jpg"
        },
        {
            "id": 624054,
            "name": "Akkurat Nå! 28. november 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624054/theora/4925_f7ecd56185dc479e8651c6e15525ffd3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624054/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624054/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624054/broadcast/4925_0ca60dc03029421389f1d2a5f7edcdd4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624054/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:10.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-04T15:56:00.710000Z",
            "updatedTime": "2018-11-10T18:29:29.014643Z",
            "uploadedTime": "2010-11-04T15:56:00.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624054/theora/4925_f7ecd56185dc479e8651c6e15525ffd3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624054/large_thumb/large.jpg"
        },
        {
            "id": 624053,
            "name": "Møteplassen - Tilgivelse 3",
            "header": "Er det rom for følelser som hat og hevnlyst innfor Gud? Og kan hevn fungere like godt som tilgivelse i ens indre regnskap Vi møter Else Kari Bjerva fra Normisjon og fengselsprest Odd Cato Kristiansen på Ila fengsel.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624053/theora/4954_169f7e2ba2ec4a85a093b68192d556e9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624053/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624053/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624053/broadcast/4954_5d902cde90fc44d7a559eefe6238e0eb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624053/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-25T12:15:32Z",
            "updatedTime": "2018-11-10T18:29:29.016016Z",
            "uploadedTime": "2010-11-25T12:15:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624053/theora/4954_169f7e2ba2ec4a85a093b68192d556e9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624053/large_thumb/large.jpg"
        },
        {
            "id": 624052,
            "name": "Møteplassen - Tilgivelse 2",
            "header": "Har kristne en plikt til å tilgi? Og hva tenker innsatte i fengsel i forhold til tilgivelse og forsoning? Vi møter Else Kari Bjerva fra Normisjon og fengselsprest Odd Cato Kristiansen på Ila fengsel.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624052/theora/4953_25d9d20d91e149ba94fad995f635b441.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624052/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624052/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624052/broadcast/4953_203e928685ef4fc0ac026e81d7052e05.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624052/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-25T12:07:47Z",
            "updatedTime": "2018-11-10T18:29:29.017359Z",
            "uploadedTime": "2010-11-25T12:07:47Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624052/theora/4953_25d9d20d91e149ba94fad995f635b441.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624052/large_thumb/large.jpg"
        },
        {
            "id": 623984,
            "name": "Raptusfestivalen",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623984/theora/4833_2b22c12b79af42079fea622ac97ae618.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623984/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623984/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623984/broadcast/4833_6ba0f857459349fe951a8515309d6013.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623984/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:41.200000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-13T13:33:21Z",
            "updatedTime": "2018-11-10T18:29:29.104031Z",
            "uploadedTime": "2010-10-13T13:33:21Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623984/theora/4833_2b22c12b79af42079fea622ac97ae618.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623984/large_thumb/large.jpg"
        },
        {
            "id": 623983,
            "name": "Maskeblomstfamilien",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623983/theora/4832_c89da0cb1c5947d28666ae2fdaf283e5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623983/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623983/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623983/broadcast/4832_24d58ce32d044f1d82258512bc74aaee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623983/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:09.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-10-13T13:30:37.577000Z",
            "updatedTime": "2018-11-10T18:29:29.105371Z",
            "uploadedTime": "2010-10-13T13:30:37.577000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623983/theora/4832_c89da0cb1c5947d28666ae2fdaf283e5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623983/large_thumb/large.jpg"
        },
        {
            "id": 624051,
            "name": "Møteplassen - Tilgivelse 1",
            "header": "Tilgir Gud betingelsesløst? Og hvilket forhold har fanger i fengsel til ord som nåde og tilgivelse? Vi møter Else Kari Bjerva fra Normisjon og fengselsprest Odd Cato Kristiansen.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624051/theora/4945_5d02ac80330f4bb6bf2c88cdab7af28b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624051/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624051/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624051/broadcast/4945_31c7b2c6744649caa97ebdbd833bd272.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624051/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-24T14:21:48Z",
            "updatedTime": "2018-11-10T18:29:29.018696Z",
            "uploadedTime": "2010-11-24T14:21:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624051/theora/4945_5d02ac80330f4bb6bf2c88cdab7af28b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624051/large_thumb/large.jpg"
        },
        {
            "id": 627839,
            "name": "Jehova er den største i universet",
            "header": "Det står klart og tydelig i bibelen",
            "description": "Det står klart og tydelig i bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627839/theora/Jehova, er den st�rste i universet (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627839/broadcast/Jehova, er den st�rste i universet (2).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627839/large_thumb/Jehova, er den st�rste i universet (2).jpg",
                "original": "https://upload.frikanalen.no/media/627839/original/Jehova, er den st�rste i universet (2).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:54:23.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-12-17T08:59:36.162564Z",
            "updatedTime": "2023-12-17T09:25:03.777165Z",
            "uploadedTime": "2023-12-17T08:59:53.946296Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627839/theora/Jehova, er den st�rste i universet (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627839/large_thumb/Jehova, er den st�rste i universet (2).jpg"
        },
        {
            "id": 624048,
            "name": "VGF 20101129",
            "header": "Världens pånyttfödelse med Hans\nBratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624048/theora/4957_aacee688be4d4569bf4b9e8e8a3a4161.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624048/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624048/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624048/broadcast/4957_7d17bb1a2fad41798288dcadb323520c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624048/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:35.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-25T13:41:33.250000Z",
            "updatedTime": "2018-11-10T18:29:29.022818Z",
            "uploadedTime": "2010-11-25T13:41:33.250000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624048/theora/4957_aacee688be4d4569bf4b9e8e8a3a4161.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624048/large_thumb/large.jpg"
        },
        {
            "id": 624047,
            "name": "Vinterfest Glomfjord",
            "header": "Dokumentar om den årlige Vinterfestivalen i Glomfjord.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624047/theora/4947_311ca7a3f0df44b3875b4898d1bc9d10.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624047/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624047/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624047/broadcast/4947_311ca7a3f0df44b3875b4898d1bc9d10.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624047/large_thumb/large.jpg"
            },
            "creator": "thorbrenne@gmail.com",
            "organization": {
                "id": 101,
                "name": "ADHD TV & FILM AS",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1994,
                "editorName": "Thor Erling Brenne",
                "editorEmail": "thorbrenne@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "01:05:02.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-24T15:18:25Z",
            "updatedTime": "2018-11-10T18:29:29.024195Z",
            "uploadedTime": "2010-11-24T15:18:25Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624047/theora/4947_311ca7a3f0df44b3875b4898d1bc9d10.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624047/large_thumb/large.jpg"
        },
        {
            "id": 624046,
            "name": "Vinterfest Glomfjord del 3",
            "header": "Dokumentar om den årlige vinterfestivalen i Glomfjord.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624046/theora/4951_ce8cdd40fd6e468db4007e012dcbc111.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624046/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624046/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624046/broadcast/4951_ee14b4091ea44d1f95ee1fcf5858694f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624046/large_thumb/large.jpg"
            },
            "creator": "thorbrenne@gmail.com",
            "organization": {
                "id": 101,
                "name": "ADHD TV & FILM AS",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1994,
                "editorName": "Thor Erling Brenne",
                "editorEmail": "thorbrenne@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:46.760000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-24T21:46:50Z",
            "updatedTime": "2018-11-10T18:29:29.025532Z",
            "uploadedTime": "2010-11-24T21:46:50Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624046/theora/4951_ce8cdd40fd6e468db4007e012dcbc111.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624046/large_thumb/large.jpg"
        },
        {
            "id": 624045,
            "name": "Vinterfest Glomfjord del 2",
            "header": "Dokumentar om den årlige vinterfestivalen i Glomfjord.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624045/theora/4950_94a6f80916714cbcb2cbd47dfa4e7580.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624045/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624045/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624045/broadcast/4950_8b64a55b7c394015ab1a4c4229c83d56.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624045/large_thumb/large.jpg"
            },
            "creator": "thorbrenne@gmail.com",
            "organization": {
                "id": 101,
                "name": "ADHD TV & FILM AS",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1994,
                "editorName": "Thor Erling Brenne",
                "editorEmail": "thorbrenne@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:07:49.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-24T21:46:35Z",
            "updatedTime": "2018-11-10T18:29:29.026871Z",
            "uploadedTime": "2010-11-24T21:46:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624045/theora/4950_94a6f80916714cbcb2cbd47dfa4e7580.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624045/large_thumb/large.jpg"
        },
        {
            "id": 624042,
            "name": "Born to play del 1",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624042/theora/4944_f7401ecf43534b5b93d9df38f0658e84.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624042/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624042/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624042/broadcast/4944_167c75cedf6d435c9dba61e9afe0a828.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624042/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:51.960000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-11-24T11:59:17.450000Z",
            "updatedTime": "2018-11-10T18:29:29.030964Z",
            "uploadedTime": "2010-11-24T11:59:17.450000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624042/theora/4944_f7401ecf43534b5b93d9df38f0658e84.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624042/large_thumb/large.jpg"
        },
        {
            "id": 624040,
            "name": "Akkurat Nå! 21. november 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624040/theora/4924_c69b16a70fa543698b63971a818fa7aa.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624040/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624040/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624040/broadcast/4924_0c4fa22cc7f24c43b6023d1e4787f966.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624040/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:54:56.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-04T15:54:09.880000Z",
            "updatedTime": "2018-11-10T18:29:29.033705Z",
            "uploadedTime": "2010-11-04T15:54:09.880000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624040/theora/4924_c69b16a70fa543698b63971a818fa7aa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624040/large_thumb/large.jpg"
        },
        {
            "id": 624038,
            "name": "Misjonsmøte 03",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624038/theora/4941_adbcc50538dc4e48896c93b02915dfd7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624038/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624038/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624038/broadcast/4941_adbcc50538dc4e48896c93b02915dfd7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624038/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-17T19:44:42.933000Z",
            "updatedTime": "2023-07-12T22:31:20.292576Z",
            "uploadedTime": "2010-11-17T19:44:42Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624038/theora/4941_adbcc50538dc4e48896c93b02915dfd7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624038/large_thumb/large.jpg"
        },
        {
            "id": 624036,
            "name": "Den norske kirke i eksil 71",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624036/theora/orig_27ff087e3f6d44eab1423613e086d264.ogv",
                "original": "https://upload.frikanalen.no/media/624036/original/orig_27ff087e3f6d44eab1423613e086d264.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624036/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624036/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624036/broadcast/4940_5b81a126a82044e8816bdf6e327eb737.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624036/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:58.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-15T20:45:25.117000Z",
            "updatedTime": "2018-11-10T18:29:29.039094Z",
            "uploadedTime": "2010-11-15T20:45:25.117000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624036/theora/orig_27ff087e3f6d44eab1423613e086d264.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624036/large_thumb/large.jpg"
        },
        {
            "id": 624034,
            "name": "Akkurat Nå! 14. november 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624034/theora/4923_0be99a90a75f401ead916b11ea1fa5d7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624034/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624034/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624034/broadcast/4923_ca16d3a7a8664273bb049e4abfb56d76.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624034/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:35.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-04T15:52:11.547000Z",
            "updatedTime": "2018-11-10T18:29:29.041843Z",
            "uploadedTime": "2010-11-04T15:52:11.547000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624034/theora/4923_0be99a90a75f401ead916b11ea1fa5d7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624034/large_thumb/large.jpg"
        },
        {
            "id": 624031,
            "name": "Akkurat Nå! 7.november 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624031/theora/4922_cb7d637699af4531932d6a5ab6f40504.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624031/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624031/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624031/broadcast/4922_574789ffc9894936ab809bde71fa28f9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624031/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:36.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-04T15:49:53.897000Z",
            "updatedTime": "2018-11-10T18:29:29.045923Z",
            "uploadedTime": "2010-11-04T15:49:53.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624031/theora/4922_cb7d637699af4531932d6a5ab6f40504.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624031/large_thumb/large.jpg"
        },
        {
            "id": 624030,
            "name": "ADRA 2010 005",
            "header": "Programleder Gry Haugen har besøk av Birgit Philipsen som er ny leder av ADRA Norge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624030/theora/4902_bab4f6dc3a1c437fb61b69d6e63ddb5b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624030/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624030/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624030/broadcast/4902_bab4f6dc3a1c437fb61b69d6e63ddb5b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624030/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-25T17:33:20.430000Z",
            "updatedTime": "2018-11-10T18:29:29.047267Z",
            "uploadedTime": "2010-10-25T17:33:20.430000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624030/theora/4902_bab4f6dc3a1c437fb61b69d6e63ddb5b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624030/large_thumb/large.jpg"
        },
        {
            "id": 624029,
            "name": "ADRA 2010 006",
            "header": "Programleder Gry Haugen har besøk i studio av Danilo Avileis som har ansvar for for ADRAs prosjekt i Nord-Sudan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624029/theora/4903_50b39a23519040368240d48c2902b8db.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624029/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624029/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624029/broadcast/4903_50b39a23519040368240d48c2902b8db.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624029/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:59.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-25T17:38:01.013000Z",
            "updatedTime": "2018-11-10T18:29:29.048634Z",
            "uploadedTime": "2010-10-25T17:38:01.013000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624029/theora/4903_50b39a23519040368240d48c2902b8db.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624029/large_thumb/large.jpg"
        },
        {
            "id": 624028,
            "name": "Verden er større enn meg selv",
            "header": "Mattesonskolen er en liten internasjonal skole i Trømborg i Østfold der studentene lærer å leve. Bibelen og naturen er sentrale læringsmidler.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624028/theora/4904_70dd1d64dc0a44518cf7bb252bb85c4d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624028/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624028/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624028/broadcast/4904_70dd1d64dc0a44518cf7bb252bb85c4d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624028/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.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-25T17:42:00.123000Z",
            "updatedTime": "2018-11-10T18:29:29.049969Z",
            "uploadedTime": "2010-10-25T17:42:00.123000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624028/theora/4904_70dd1d64dc0a44518cf7bb252bb85c4d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624028/large_thumb/large.jpg"
        }
    ]
}