List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&limit=50&offset=250&ordering=id&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3373,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=300&ordering=id&page=2",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=200&ordering=id&page=2",
    "results": [
        {
            "id": 622358,
            "name": "Patmosvisjonen del 6b",
            "header": "Samtalegruppe.\nReidar J. Kvinge leder en samtale om dagens program i serien Patmosvisjonen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622358/theora/2412_cd56edc051854868bb75e676eb750ad9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622358/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622358/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622358/broadcast/orig_2d0db8d0eea649479b632c3695a3a20b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622358/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:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:12:00Z",
            "updatedTime": "2018-11-10T18:29:30.831890Z",
            "uploadedTime": "2009-01-02T16:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622358/theora/2412_cd56edc051854868bb75e676eb750ad9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622358/large_thumb/large.jpg"
        },
        {
            "id": 622359,
            "name": "Patmosvisjonen del 7a",
            "header": "Filadelfia - Døren ingen kan stenge.\nJohannes, en Jesu disippel, ble forvist til fangeøya Patmos der han skriver brev til sju menigheter som representerer tidsepokene fram til Jesu gjenkomst. I programserien besøker vi Patmos og stedene i Tyrkia der menighetene lå.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622359/theora/2413_3f2192ef45154c32bbd492e02d8db0b5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622359/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622359/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622359/broadcast/orig_893c54ed188c44f79d4ef06dfba7b3a5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622359/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:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:13:00Z",
            "updatedTime": "2018-11-10T18:29:30.830463Z",
            "uploadedTime": "2009-01-02T16:13:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622359/theora/2413_3f2192ef45154c32bbd492e02d8db0b5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622359/large_thumb/large.jpg"
        },
        {
            "id": 622360,
            "name": "Patmosvisjonen del 7b",
            "header": "Samtalegruppe.\nReidar J. Kvinge leder en samtale om dagens program i serien Patmosvisjonen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622360/theora/2414_7e48911bcd6048dbb02f14f4e39df9c3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622360/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622360/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622360/broadcast/orig_e1a4c3785125468687c24103b7ab862b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622360/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:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:14:00Z",
            "updatedTime": "2018-11-10T18:29:30.829103Z",
            "uploadedTime": "2009-01-02T16:14:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622360/theora/2414_7e48911bcd6048dbb02f14f4e39df9c3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622360/large_thumb/large.jpg"
        },
        {
            "id": 622361,
            "name": "Patmosvisjonen del 8a",
            "header": "Laodikea - en høyt elsket lunken menighet.\nJohannes, en Jesu disippel, ble forvist til fangeøya Patmos der han skriver brev til sju menigheter som representerer tidsepokene fram til Jesu gjenkomst. I programserien besøker vi Patmos og stedene i Tyrkia der menighetene lå.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622361/theora/2415_7c34001530874d2593a9d7471742f748.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622361/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622361/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622361/broadcast/orig_cd4f615384f24c45805176cc59f03eec.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622361/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:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:15:00Z",
            "updatedTime": "2018-11-10T18:29:30.827603Z",
            "uploadedTime": "2009-01-02T16:15:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622361/theora/2415_7c34001530874d2593a9d7471742f748.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622361/large_thumb/large.jpg"
        },
        {
            "id": 622362,
            "name": "Patmosvisjonen del 8b",
            "header": "Samtalegruppe.\nReidar J. Kvinge leder en samtalegruppe som tar for seg dagens program i serien Patmosvisjonen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622362/theora/2416_7bbe44db8b8744bc9b2717e7cab14d2f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622362/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622362/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622362/broadcast/orig_cd3b9b7f373a4d17a810f0bf2867403a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622362/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:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:16:00Z",
            "updatedTime": "2018-11-10T18:29:30.826005Z",
            "uploadedTime": "2009-01-02T16:16:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622362/theora/2416_7bbe44db8b8744bc9b2717e7cab14d2f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622362/large_thumb/large.jpg"
        },
        {
            "id": 622363,
            "name": "Patmosvisjonen del 9a",
            "header": "Patmos - en usynlig virkelighet.\nJohannes, en Jesu disippel, ble forvist til fangeøya Patmos der han skriver brev til sju menigheter som representerer tidsepokene fram til Jesu gjenkomst. I programserien besøker vi Patmos og stedene i Tyrkia der menighetene lå.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622363/theora/2417_e6557de27c4b4778846e2995e07c8e5e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622363/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622363/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622363/broadcast/orig_16f3de9f32644e3eb9037d20762716e0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622363/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:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:17:00Z",
            "updatedTime": "2018-11-10T18:29:30.824480Z",
            "uploadedTime": "2009-01-02T16:17:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622363/theora/2417_e6557de27c4b4778846e2995e07c8e5e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622363/large_thumb/large.jpg"
        },
        {
            "id": 622364,
            "name": "Patmosvisjonen del 9b",
            "header": "Samtalegruppe.\nReidar J. Kvinge leder en samtale om dagens program i serien Patmosvisjonen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622364/theora/2418_3aa58c5247ab4af688d67d52262845b9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622364/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622364/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622364/broadcast/orig_e59b721237354542aa7c29ae18bc63c9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622364/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:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:18:00Z",
            "updatedTime": "2018-11-10T18:29:30.823102Z",
            "uploadedTime": "2009-01-02T16:18:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622364/theora/2418_3aa58c5247ab4af688d67d52262845b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622364/large_thumb/large.jpg"
        },
        {
            "id": 622365,
            "name": "Sammen om livet del 1a",
            "header": "Kjærlighet, romantikk og virkelighet",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622365/theora/2419_64f4e75e83144308b550c1453691d4f6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622365/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622365/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622365/broadcast/orig_78842181446140fea5617f5690f5f7f1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622365/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": "2009-01-02T16:19:00Z",
            "updatedTime": "2018-11-10T18:29:30.821740Z",
            "uploadedTime": "2009-01-02T16:19:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622365/theora/2419_64f4e75e83144308b550c1453691d4f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622365/large_thumb/large.jpg"
        },
        {
            "id": 622366,
            "name": "Sammen om livet del 1b",
            "header": "Samtalegruppen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622366/theora/2420_096560f45b6641679c50dbff99c033e5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622366/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622366/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622366/broadcast/orig_7398a3952b13446dba011c69864427ee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622366/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:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:20:00Z",
            "updatedTime": "2018-11-10T18:29:30.820376Z",
            "uploadedTime": "2009-01-02T16:20:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622366/theora/2420_096560f45b6641679c50dbff99c033e5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622366/large_thumb/large.jpg"
        },
        {
            "id": 622367,
            "name": "Sammen om livet del 2a",
            "header": "orhold - hva forventer du",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622367/theora/2421_9547fe1eb55a4893aee5e02974b0d23e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622367/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622367/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622367/broadcast/orig_745fa3ed06d145a6aaf783e7a435b852.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622367/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": "2009-01-02T16:21:00Z",
            "updatedTime": "2018-11-10T18:29:30.818666Z",
            "uploadedTime": "2009-01-02T16:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622367/theora/2421_9547fe1eb55a4893aee5e02974b0d23e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622367/large_thumb/large.jpg"
        },
        {
            "id": 622368,
            "name": "Sammen om livet del 2b",
            "header": "Samtalegruppen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622368/theora/2422_b3a98af3c0844e09ad92652fe394ca1d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622368/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622368/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622368/broadcast/orig_7de02c6525aa466e8e557dc29cf9b3cb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622368/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:22:00Z",
            "updatedTime": "2018-11-10T18:29:30.817278Z",
            "uploadedTime": "2009-01-02T16:22:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622368/theora/2422_b3a98af3c0844e09ad92652fe394ca1d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622368/large_thumb/large.jpg"
        },
        {
            "id": 622369,
            "name": "Sammen om livet del 3a",
            "header": "Hvorfor kan du ikke være mer som jeg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622369/theora/2423_4035fcb6f8e6483798e418a0450f68b3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622369/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622369/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622369/broadcast/orig_4a49bbc2e40d490a9a69a61309db9a08.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622369/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": "2009-01-02T16:23:00Z",
            "updatedTime": "2018-11-10T18:29:30.815916Z",
            "uploadedTime": "2009-01-02T16:23:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622369/theora/2423_4035fcb6f8e6483798e418a0450f68b3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622369/large_thumb/large.jpg"
        },
        {
            "id": 622370,
            "name": "Sammen om livet del 3b",
            "header": "Samtalegruppen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622370/theora/2424_5a87318554ed428fbc8046bddad222e4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622370/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622370/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622370/broadcast/orig_b8b35189537e4776b52e7458e33edf53.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622370/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:24:00Z",
            "updatedTime": "2018-11-10T18:29:30.814547Z",
            "uploadedTime": "2009-01-02T16:24:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622370/theora/2424_5a87318554ed428fbc8046bddad222e4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622370/large_thumb/large.jpg"
        },
        {
            "id": 622371,
            "name": "Sammen om livet del 4a",
            "header": "Kommunikasjon, Hvordan missforståelser oppstår",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622371/theora/2425_2d56e00d449a4c6bbf2ce0bd773cacf8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622371/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622371/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622371/broadcast/orig_9d65ec6ae9714c42bfd9c9fc3f755ef6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622371/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": "2009-01-02T16:25:00Z",
            "updatedTime": "2018-11-10T18:29:30.813211Z",
            "uploadedTime": "2009-01-02T16:25:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622371/theora/2425_2d56e00d449a4c6bbf2ce0bd773cacf8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622371/large_thumb/large.jpg"
        },
        {
            "id": 622372,
            "name": "Sammen om livet del 4b",
            "header": "Samtalegruppen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622372/theora/2426_bd179025e5d04199ae79279f5be8a99d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622372/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622372/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622372/broadcast/orig_720626eacb8a45ccbaa60dfaa0430f14.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622372/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:15",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:26:00Z",
            "updatedTime": "2018-11-10T18:29:30.811850Z",
            "uploadedTime": "2009-01-02T16:26:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622372/theora/2426_bd179025e5d04199ae79279f5be8a99d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622372/large_thumb/large.jpg"
        },
        {
            "id": 622373,
            "name": "Sammen om livet del 5a",
            "header": "Atferdsmønstre som går igjen i familier",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622373/theora/2427_571c15ecceee41c081a78958ec090b13.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622373/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622373/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622373/broadcast/orig_10f2f7e0720d4d249b4c7c7eacb91d91.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622373/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": "2009-01-02T16:27:00Z",
            "updatedTime": "2018-11-10T18:29:30.810418Z",
            "uploadedTime": "2009-01-02T16:27:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622373/theora/2427_571c15ecceee41c081a78958ec090b13.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622373/large_thumb/large.jpg"
        },
        {
            "id": 622374,
            "name": "Sammen om livet del 5b",
            "header": "Samtalegruppen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622374/theora/2428_7ca671551e8347b49522186852d6f467.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622374/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622374/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622374/broadcast/orig_e5e8ed71759f4c22b4350d058c1b5cfb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622374/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:28:00Z",
            "updatedTime": "2018-11-10T18:29:30.809075Z",
            "uploadedTime": "2009-01-02T16:28:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622374/theora/2428_7ca671551e8347b49522186852d6f467.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622374/large_thumb/large.jpg"
        },
        {
            "id": 622375,
            "name": "Sammen om livet del 6a",
            "header": "Konflikthåndtering",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622375/theora/2429_f58885ad48fd424ca205fda5e26250f6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622375/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622375/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622375/broadcast/orig_07cce77d9f8340a4bef48b302947be97.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622375/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": "2009-01-02T16:29:00Z",
            "updatedTime": "2018-11-10T18:29:30.807736Z",
            "uploadedTime": "2009-01-02T16:29:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622375/theora/2429_f58885ad48fd424ca205fda5e26250f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622375/large_thumb/large.jpg"
        },
        {
            "id": 622376,
            "name": "Sammen om livet del 6b",
            "header": "Samtalegruppen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622376/theora/2430_12f6831f5ea941f4b477be8c312b2212.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622376/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622376/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622376/broadcast/orig_4ef5fbcded614ff9ab48e068f2ed2a96.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622376/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:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:30:00Z",
            "updatedTime": "2018-11-10T18:29:30.806363Z",
            "uploadedTime": "2009-01-02T16:30:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622376/theora/2430_12f6831f5ea941f4b477be8c312b2212.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622376/large_thumb/large.jpg"
        },
        {
            "id": 622377,
            "name": "Sammen om livet del 7a",
            "header": "Intimitet og sex",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622377/theora/2431_e022bc5e9fed4770a10544ea87631df3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622377/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622377/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622377/broadcast/orig_8b6e35d6c75e43008905eb9319139482.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622377/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": "2009-01-02T16:31:00Z",
            "updatedTime": "2018-11-10T18:29:30.805007Z",
            "uploadedTime": "2009-01-02T16:31:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622377/theora/2431_e022bc5e9fed4770a10544ea87631df3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622377/large_thumb/large.jpg"
        },
        {
            "id": 622378,
            "name": "Sammen om livet del 7b",
            "header": "Samtalegruppen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622378/theora/2432_83d809eb142b4982b382f03247e4cab1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622378/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622378/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622378/broadcast/orig_cf515c867af34db59162c1bd614fc7ae.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622378/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:32:00Z",
            "updatedTime": "2018-11-10T18:29:30.803639Z",
            "uploadedTime": "2009-01-02T16:32:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622378/theora/2432_83d809eb142b4982b382f03247e4cab1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622378/large_thumb/large.jpg"
        },
        {
            "id": 622379,
            "name": "Sammen om livet del 8a",
            "header": "I gode og onde dager, kjærlighet og penger",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622379/theora/2433_a028fd2a5e82406ba67aa8c90b4e26f9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622379/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622379/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622379/broadcast/orig_f3edac6649a74b47965765370c8120c7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622379/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": "2009-01-02T16:33:00Z",
            "updatedTime": "2018-11-10T18:29:30.802263Z",
            "uploadedTime": "2009-01-02T16:33:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622379/theora/2433_a028fd2a5e82406ba67aa8c90b4e26f9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622379/large_thumb/large.jpg"
        },
        {
            "id": 622380,
            "name": "Sammen om livet del 8b",
            "header": "Samtalegruppen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622380/theora/2434_7fade1760bd34113a67a3a3848057637.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622380/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622380/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622380/broadcast/orig_280e6912c30246068eebd33308d100cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622380/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:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:34:00Z",
            "updatedTime": "2018-11-10T18:29:30.800918Z",
            "uploadedTime": "2009-01-02T16:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622380/theora/2434_7fade1760bd34113a67a3a3848057637.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622380/large_thumb/large.jpg"
        },
        {
            "id": 622381,
            "name": "Den norske kirke i eksil del 15",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622381/theora/2435_eea405672480450180d69d9b95228b4d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622381/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622381/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622381/broadcast/orig_9f124265649a4711baba6b5931213ec6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622381/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:56.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:35:00Z",
            "updatedTime": "2018-11-10T18:29:30.799573Z",
            "uploadedTime": "2009-01-02T16:35:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622381/theora/2435_eea405672480450180d69d9b95228b4d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622381/large_thumb/large.jpg"
        },
        {
            "id": 622382,
            "name": "Bazar på KIA-konferanse",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622382/theora/2438_9322abc699484c008d48dee41973c66f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622382/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622382/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622382/broadcast/orig_0a26b1e571b64389a2cbd4977bddac64.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622382/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:30",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:38:00Z",
            "updatedTime": "2018-11-10T18:29:30.798176Z",
            "uploadedTime": "2009-01-02T16:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622382/theora/2438_9322abc699484c008d48dee41973c66f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622382/large_thumb/large.jpg"
        },
        {
            "id": 622383,
            "name": "Drøfting av Quranen del 23",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622383/theora/2439_2bb176723a6f4ce2a470982e627b0442.ogv",
                "original": "https://upload.frikanalen.no/media/622383/original/orig_9a286823227b405e9ce7cd8f43f1295c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/622383/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622383/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622383/broadcast/2439_494fc2678a5441de86801a2962235f06.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622383/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:04.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:39:00Z",
            "updatedTime": "2018-11-10T18:29:30.796847Z",
            "uploadedTime": "2009-01-02T16:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622383/theora/2439_2bb176723a6f4ce2a470982e627b0442.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622383/large_thumb/large.jpg"
        },
        {
            "id": 622384,
            "name": "Drøfting av Quranen del 24",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622384/theora/2440_1e539c1a07fa4d47a14a01b4b8ec438f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622384/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622384/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622384/broadcast/orig_ebd8b55e63ca4c06941f4e152011e4a4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622384/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:45.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:40:00Z",
            "updatedTime": "2018-11-10T18:29:30.795477Z",
            "uploadedTime": "2009-01-02T16:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622384/theora/2440_1e539c1a07fa4d47a14a01b4b8ec438f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622384/large_thumb/large.jpg"
        },
        {
            "id": 622385,
            "name": "Møteplassen - Ærlighet 5 og 1",
            "header": "Samtaleprogram. Refleksjoner ved Johanna Engamo Kleveland og intervju med Sigmund Danielsen",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622385/theora/2454_e9b7d1a1b59a499b85aac8dd61148f16.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622385/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622385/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622385/broadcast/orig_0a4996a0744c4faf925ad7831d51a024.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622385/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:16.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:54:00Z",
            "updatedTime": "2018-11-10T18:29:30.794032Z",
            "uploadedTime": "2009-01-02T16:54:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622385/theora/2454_e9b7d1a1b59a499b85aac8dd61148f16.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622385/large_thumb/large.jpg"
        },
        {
            "id": 622386,
            "name": "Akkurat nå 26 april",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622386/theora/2457_81206b2733874067851a159e041d68ed.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622386/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622386/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622386/broadcast/orig_bff9f18407494f5b876f9ae83e42601f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622386/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:51:12",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:57:00Z",
            "updatedTime": "2018-11-10T18:29:30.792662Z",
            "uploadedTime": "2009-01-02T16:57:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622386/theora/2457_81206b2733874067851a159e041d68ed.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622386/large_thumb/large.jpg"
        },
        {
            "id": 622387,
            "name": "Den norske kirke i eksil del 17",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622387/theora/2467_1fb159434e0c4a5c9f461a6bc6c93149.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622387/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622387/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622387/broadcast/orig_49fd847c06c74d5e9249393df39af829.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622387/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:49.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:07:00Z",
            "updatedTime": "2018-11-10T18:29:30.791239Z",
            "uploadedTime": "2009-01-02T17:07:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622387/theora/2467_1fb159434e0c4a5c9f461a6bc6c93149.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622387/large_thumb/large.jpg"
        },
        {
            "id": 622388,
            "name": "Tett på Redningsselskapet 1",
            "header": "Mesterfotografen Morten Krogvold portretterer redningsmenn og menneskene de reddet i denne prisbelønnede dokumentaren fra 2003. (Vinner av Gullruten for beste faktaprogram.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622388/theora/407_06ee2057acd7406cb652241ce11da31c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622388/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622388/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622388/broadcast/orig_Tett på redningsselskapet 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622388/large_thumb/large.jpg"
            },
            "creator": "ingvar.johnsen@nssr.no",
            "organization": {
                "id": 42,
                "name": "Redningsselskapet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1051,
                "editorName": "Ingvar Johnsen",
                "editorEmail": "ingvar.johnsen@nssr.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00.160000",
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-01T06:47:00Z",
            "updatedTime": "2018-11-10T18:29:30.789760Z",
            "uploadedTime": "2009-01-01T06:47:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622388/theora/407_06ee2057acd7406cb652241ce11da31c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622388/large_thumb/large.jpg"
        },
        {
            "id": 622389,
            "name": "Kultur (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622389/theora/636_309f48cc252b49c48218d786d97fb78c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622389/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622389/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622389/broadcast/orig_vignett.kultur.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622389/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:36:00Z",
            "updatedTime": "2018-11-14T11:25:02.877871Z",
            "uploadedTime": "2009-01-01T10:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622389/theora/636_309f48cc252b49c48218d786d97fb78c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622389/large_thumb/large.jpg"
        },
        {
            "id": 622390,
            "name": "Religion (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622390/theora/637_00726e62b1b54454959187061d311ee6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622390/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622390/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622390/broadcast/orig_vignett-religion og livsyn.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622390/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:37:00Z",
            "updatedTime": "2018-11-14T11:24:32.816732Z",
            "uploadedTime": "2009-01-01T10:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622390/theora/637_00726e62b1b54454959187061d311ee6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622390/large_thumb/large.jpg"
        },
        {
            "id": 622391,
            "name": "Idrett (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622391/theora/638_1320097ea850431da66f6c777b9c2cd1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622391/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622391/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622391/broadcast/orig_vignett.idrett.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622391/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:38:00Z",
            "updatedTime": "2018-11-14T11:24:50.133847Z",
            "uploadedTime": "2009-01-01T10:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622391/theora/638_1320097ea850431da66f6c777b9c2cd1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622391/large_thumb/large.jpg"
        },
        {
            "id": 622392,
            "name": "Samfunn (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622392/theora/643_11b1cbcfb6d84d78b996f3b38f9ce02d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622392/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622392/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622392/broadcast/orig_vignetter.samfunnsmessige interesseorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622392/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:43:00Z",
            "updatedTime": "2018-11-14T11:24:19.294935Z",
            "uploadedTime": "2009-01-01T10:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622392/theora/643_11b1cbcfb6d84d78b996f3b38f9ce02d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622392/large_thumb/large.jpg"
        },
        {
            "id": 622393,
            "name": "Beredskap (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622393/theora/644_76f05177328441bca2d7337f2842f833.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622393/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622393/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622393/broadcast/orig_vignetter.beredskapsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622393/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:44:00Z",
            "updatedTime": "2018-11-14T11:24:05.703596Z",
            "uploadedTime": "2009-01-01T10:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622393/theora/644_76f05177328441bca2d7337f2842f833.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622393/large_thumb/large.jpg"
        },
        {
            "id": 622394,
            "name": "Frikanalen reprisending (12-14:30)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622394/theora/646_77959c415f6c469a8472f65944e1edf1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622394/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622394/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622394/broadcast/orig_vignetter.frikanalen.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622394/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:27.800000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:46:00Z",
            "updatedTime": "2018-11-14T11:25:38.045092Z",
            "uploadedTime": "2009-01-01T10:46:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622394/theora/646_77959c415f6c469a8472f65944e1edf1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622394/large_thumb/large.jpg"
        },
        {
            "id": 622395,
            "name": "Syng med oss del 2 av 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622395/theora/747_36f75c5b73094bfa8ad9d53fb6501c12.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622395/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622395/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622395/broadcast/orig_syng med oss del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622395/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:27.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T12:27:00Z",
            "updatedTime": "2018-11-10T18:29:30.780176Z",
            "uploadedTime": "2009-01-01T12:27:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622395/theora/747_36f75c5b73094bfa8ad9d53fb6501c12.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622395/large_thumb/large.jpg"
        },
        {
            "id": 622396,
            "name": "STV U28 Jakt",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622396/theora/934_ab49f5605de64be4a31cc9dd2154e386.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622396/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622396/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622396/broadcast/orig_STV U28 JaktNY.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622396/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:34:00Z",
            "updatedTime": "2018-11-10T18:29:30.778782Z",
            "uploadedTime": "2009-01-01T15:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622396/theora/934_ab49f5605de64be4a31cc9dd2154e386.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622396/large_thumb/large.jpg"
        },
        {
            "id": 622397,
            "name": "Musikk: Blott en dag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622397/theora/1239_c7bd48c1ef564eec8eebf16e1a8c0a54.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622397/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622397/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622397/broadcast/orig_Tore Sognefest - Blott en dag.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622397/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:03:07",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:39:00Z",
            "updatedTime": "2018-11-10T18:29:30.777451Z",
            "uploadedTime": "2009-01-01T20:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622397/theora/1239_c7bd48c1ef564eec8eebf16e1a8c0a54.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622397/large_thumb/large.jpg"
        },
        {
            "id": 622398,
            "name": "Musikk: Londonderry Air",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622398/theora/1243_b0fafef4340b46c6b9ee31c92e988e29.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622398/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622398/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622398/broadcast/orig_Tore Sognefest - Londonderry Air.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622398/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:02:47",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:43:00Z",
            "updatedTime": "2018-11-10T18:29:30.776116Z",
            "uploadedTime": "2009-01-01T20:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622398/theora/1243_b0fafef4340b46c6b9ee31c92e988e29.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622398/large_thumb/large.jpg"
        },
        {
            "id": 622399,
            "name": "Musikk: Andantino i D-dur",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622399/theora/1257_72a019732e6d4f58843ec6688ffc488b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622399/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622399/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622399/broadcast/orig_Terje og Sidsel Dahl - Andantino i D-dur.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622399/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:03:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:57:00Z",
            "updatedTime": "2018-11-10T18:29:30.774732Z",
            "uploadedTime": "2009-01-01T20:57:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622399/theora/1257_72a019732e6d4f58843ec6688ffc488b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622399/large_thumb/large.jpg"
        },
        {
            "id": 622400,
            "name": "Musikk: Mi Haish",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622400/theora/1262_a5789b76c01449289e5dc39236492320.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622400/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622400/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622400/broadcast/orig_Terje og Sidsel Dahl - Mi Haish.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622400/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:03:21",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:02:00Z",
            "updatedTime": "2018-11-10T18:29:30.773394Z",
            "uploadedTime": "2009-01-01T21:02:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622400/theora/1262_a5789b76c01449289e5dc39236492320.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622400/large_thumb/large.jpg"
        },
        {
            "id": 622401,
            "name": "Godt Perspektiv prog 4",
            "header": "I dette programmet møter du Trond Nordstad som levde et tilsynelatende greit liv, samtidig som han var slave av narkotika. Håkon Hustad gikk fra å ha ingen relasjon til Gud, men nå er det alt i livet. Solvig Aanje forteller om hvordan hun følte seg fordømt i kristne miljøer, men opplevde Gud ikke alltid står klar med pekefingeren.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622401/theora/1282_e66e75af61b34f21bf7744a131329d90.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622401/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622401/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622401/broadcast/orig_e093c7c755d943f98139680c60ead377.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622401/large_thumb/large.jpg"
            },
            "creator": "tv@livets-senter.no",
            "organization": {
                "id": 100,
                "name": "Livets Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1078,
                "editorName": "Snorre Bjerkestrand Løvstad",
                "editorEmail": "tv@livets-senter.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:59:29.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:22:00Z",
            "updatedTime": "2018-11-10T18:29:30.772045Z",
            "uploadedTime": "2009-01-01T21:22:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622401/theora/1282_e66e75af61b34f21bf7744a131329d90.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622401/large_thumb/large.jpg"
        },
        {
            "id": 622402,
            "name": "Musikk: Aushei Hageshem",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622402/theora/1290_52e266982ef745d3b064991ca3f7a6de.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622402/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622402/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622402/broadcast/orig_Terje og Sidsel Dahl - Aushei Hageshem.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622402/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:02:39",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:30:00Z",
            "updatedTime": "2018-11-10T18:29:30.770658Z",
            "uploadedTime": "2009-01-01T21:30:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622402/theora/1290_52e266982ef745d3b064991ca3f7a6de.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622402/large_thumb/large.jpg"
        },
        {
            "id": 622403,
            "name": "Musikk: Bo-I V'Shalom",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622403/theora/1291_4edfde686c084f298c67d8ad06beaa83.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622403/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622403/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622403/broadcast/orig_Terje og Sidsel Dahl - Bo-I V'Shalom.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622403/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:33",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:31:00Z",
            "updatedTime": "2018-11-10T18:29:30.769294Z",
            "uploadedTime": "2009-01-01T21:31:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622403/theora/1291_4edfde686c084f298c67d8ad06beaa83.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622403/large_thumb/large.jpg"
        },
        {
            "id": 622404,
            "name": "Musikk: I'did Nefesh",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622404/theora/1293_9123c84cadc0409995e16a25724c02ed.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622404/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622404/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622404/broadcast/orig_Terje og Sidsel Dahl - I'did Nefesh.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622404/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:02:38",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:33:00Z",
            "updatedTime": "2018-11-10T18:29:30.767959Z",
            "uploadedTime": "2009-01-01T21:33:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622404/theora/1293_9123c84cadc0409995e16a25724c02ed.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622404/large_thumb/large.jpg"
        },
        {
            "id": 622405,
            "name": "Musikk: Nattdikt",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622405/theora/1295_f583c12e0c9b4e9bb0d7af67a7357d62.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622405/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622405/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622405/broadcast/orig_Tore Sognefest - Nattdikt.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622405/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:02:25",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:35:00Z",
            "updatedTime": "2018-11-10T18:29:30.766587Z",
            "uploadedTime": "2009-01-01T21:35:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622405/theora/1295_f583c12e0c9b4e9bb0d7af67a7357d62.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622405/large_thumb/large.jpg"
        },
        {
            "id": 622406,
            "name": "Musikk: Lær meg å kjenne...",
            "header": "Lær meg å kjenne dine veier",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622406/theora/1296_d85991a3d3374a9680b873539c336ff1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622406/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622406/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622406/broadcast/orig_Tore Sognefest - Lær meg å kjenne dine veier.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622406/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:02:40",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:36:00Z",
            "updatedTime": "2018-11-10T18:29:30.765240Z",
            "uploadedTime": "2009-01-01T21:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622406/theora/1296_d85991a3d3374a9680b873539c336ff1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622406/large_thumb/large.jpg"
        },
        {
            "id": 622408,
            "name": "Ekstremsport på Voss - 10 år",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622408/theora/1645_6edd2fb4959b4283b4598ff8a574e844.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622408/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622408/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622408/broadcast/orig_Ekstremsportveko - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622408/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:38.470000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:25:00Z",
            "updatedTime": "2018-11-10T18:29:30.763810Z",
            "uploadedTime": "2009-01-02T03:25:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622408/theora/1645_6edd2fb4959b4283b4598ff8a574e844.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622408/large_thumb/large.jpg"
        }
    ]
}