List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&offset=3250&ordering=-is_filler
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3452,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3300&ordering=-is_filler",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3200&ordering=-is_filler",
    "results": [
        {
            "id": 625057,
            "name": "Den norske kirke i eksil 123",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625057/theora/orig_6a25365808e74eb188104f89546cb50b.ogv",
                "original": "https://upload.frikanalen.no/media/625057/original/orig_6a25365808e74eb188104f89546cb50b.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625057/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625057/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625057/broadcast/6571_ec90f7f9667643648fa17270d681d8db.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625057/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:05",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-14T08:27:04.060000Z",
            "updatedTime": "2018-11-10T18:29:27.713312Z",
            "uploadedTime": "2012-11-14T08:27:04.060000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625057/theora/orig_6a25365808e74eb188104f89546cb50b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625057/large_thumb/large.jpg"
        },
        {
            "id": 625055,
            "name": "47_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625055/theora/6565_be388b3402a54424989bf4b01d3fc344.ogv",
                "original": "https://upload.frikanalen.no/media/625055/original/orig_2c7db3214bc147caa47b74c2348df520.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625055/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625055/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625055/broadcast/6565_ea63281be62040f3b7f76ab9c2b05393.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625055/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:12",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-11-13T12:57:35.383000Z",
            "updatedTime": "2018-11-10T18:29:27.716025Z",
            "uploadedTime": "2012-11-13T12:57:35.383000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625055/theora/6565_be388b3402a54424989bf4b01d3fc344.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625055/large_thumb/large.jpg"
        },
        {
            "id": 625053,
            "name": "FAT konf 02: Paulus og loven",
            "header": "Forum for Adventist-Teologi tar opp teologiske tema. I denne serien har vi med foredragene i en konferanse om De ti buds plass i teologien. I dette programmet hører vi Reimar Vetne.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625053/theora/orig_1bb027e9296b49f9b61409b28dacca9b.ogv",
                "original": "https://upload.frikanalen.no/media/625053/original/orig_1bb027e9296b49f9b61409b28dacca9b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625053/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625053/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625053/broadcast/6548_d454cd03977d4043924f23c39866a81b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625053/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": "2012-11-08T14:50:00.223000Z",
            "updatedTime": "2018-11-10T18:29:27.718700Z",
            "uploadedTime": "2012-11-08T14:50:00.223000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625053/theora/orig_1bb027e9296b49f9b61409b28dacca9b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625053/large_thumb/large.jpg"
        },
        {
            "id": 625052,
            "name": "Folkehelsens røtter 05",
            "header": "Per de Lange viser oss gjenstander fra egen samling som forteller om folkehelsens historiske røtter. I siste delen av programmet gir han tips om hvilken mat vi bør velge for å ungå visse sykdommer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625052/theora/orig_759829c1e909445aaaa7cd48e577126d.ogv",
                "original": "https://upload.frikanalen.no/media/625052/original/orig_759829c1e909445aaaa7cd48e577126d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625052/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625052/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625052/broadcast/6546_4292777eb2aa4164b5eecce715ab78fc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625052/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:28:00.627000Z",
            "updatedTime": "2018-11-10T18:29:27.720321Z",
            "uploadedTime": "2012-11-08T14:28:00.627000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625052/theora/orig_759829c1e909445aaaa7cd48e577126d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625052/large_thumb/large.jpg"
        },
        {
            "id": 625051,
            "name": "Folkehelsens røtter 04",
            "header": "Per de Lange viser oss gjenstander fra egen samling som forteller om folkehelsens historiske røtter. I siste delen av programmet gir han tips om hvilken mat vi bør velge for å ungå visse sykdommer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625051/theora/orig_f6bcd399f64d4f0d91358ac0f10717a9.ogv",
                "original": "https://upload.frikanalen.no/media/625051/original/orig_f6bcd399f64d4f0d91358ac0f10717a9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625051/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625051/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625051/broadcast/6545_3c9b0e881a374c3abe0b7bae5febd4a8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625051/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:02.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:25:38.783000Z",
            "updatedTime": "2018-11-10T18:29:27.722286Z",
            "uploadedTime": "2012-11-08T14:25:38.783000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625051/theora/orig_f6bcd399f64d4f0d91358ac0f10717a9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625051/large_thumb/large.jpg"
        },
        {
            "id": 625050,
            "name": "Folkehelsens røtter 02",
            "header": "Per de Lange viser oss gjenstander fra egen samling som forteller om folkehelsens historiske røtter. I siste delen av programmet gir han tips om hvilken mat vi bør velge for å ungå visse sykdommer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625050/theora/orig_1462757c31de45b09c8f39cfa33b0813.ogv",
                "original": "https://upload.frikanalen.no/media/625050/original/orig_1462757c31de45b09c8f39cfa33b0813.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625050/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625050/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625050/broadcast/6543_de9227345a4946c08fe9d034a36179c2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625050/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:23.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:21:19.047000Z",
            "updatedTime": "2018-11-10T18:29:27.724184Z",
            "uploadedTime": "2012-11-08T14:21:19.047000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625050/theora/orig_1462757c31de45b09c8f39cfa33b0813.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625050/large_thumb/large.jpg"
        },
        {
            "id": 625049,
            "name": "Folkehelsens røtter 03",
            "header": "Per de Lange viser oss gjenstander fra egen samling som forteller om folkehelsens historiske røtter. I siste delen av programmet gir han tips om hvilken mat vi bør velge for å ungå visse sykdommer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625049/theora/orig_fd39db1334e149a7a05394f408842d53.ogv",
                "original": "https://upload.frikanalen.no/media/625049/original/orig_fd39db1334e149a7a05394f408842d53.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625049/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625049/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625049/broadcast/6544_ea61fccdb94b42e69b9a93d63ab41056.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625049/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:28.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:23:28.813000Z",
            "updatedTime": "2018-11-10T18:29:27.725952Z",
            "uploadedTime": "2012-11-08T14:23:28.813000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625049/theora/orig_fd39db1334e149a7a05394f408842d53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625049/large_thumb/large.jpg"
        },
        {
            "id": 625047,
            "name": "Rumpeldunk til Trondheim",
            "header": "Denne høsten er det blitt startet opp et rumpeldunklag ved NTNUI. Vi tok tempen på nysatsingen.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625047/theora/6561_1f68c86212a74abe8e1ef73c83ff60c4.ogv",
                "original": "https://upload.frikanalen.no/media/625047/original/orig_52936fce9c134593b365c8b690c3967f.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625047/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625047/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625047/broadcast/6561_36b9264ddd57479da31db1f84c0bddc8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625047/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:02",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T20:11:17.740000Z",
            "updatedTime": "2018-11-10T18:29:27.729048Z",
            "uploadedTime": "2012-11-08T20:11:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625047/theora/6561_1f68c86212a74abe8e1ef73c83ff60c4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625047/large_thumb/large.jpg"
        },
        {
            "id": 625005,
            "name": "Grøsshaugen episode 2",
            "header": "Her kommer endelig fortsettelsen på Grøsshaugen! I denne episoden får vi møte noen som har fulgt litt bedre med i timen.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625005/theora/6474_6d93a7b91f94431fb0ed1d705d650d25.ogv",
                "original": "https://upload.frikanalen.no/media/625005/original/orig_223e40a9ee4e48309a98b5f64b3b6276.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625005/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625005/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625005/broadcast/6474_38931e283ad14223915a1bc23d652c8d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625005/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:06.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-11T21:57:10.757000Z",
            "updatedTime": "2018-11-10T18:29:27.783310Z",
            "uploadedTime": "2012-10-11T21:57:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625005/theora/6474_6d93a7b91f94431fb0ed1d705d650d25.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625005/large_thumb/large.jpg"
        },
        {
            "id": 625003,
            "name": "42_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625003/theora/6470_8611c589555a40048f14cc9a253f443c.ogv",
                "original": "https://upload.frikanalen.no/media/625003/original/orig_285ecb8818f047d98f35482d233f5cbb.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625003/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625003/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625003/broadcast/6470_ec7aa7c22bb04b68824b670f8c640e7b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625003/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:14",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-10-09T13:32:39.223000Z",
            "updatedTime": "2018-11-10T18:29:27.786114Z",
            "uploadedTime": "2012-10-09T13:32:39.223000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625003/theora/6470_8611c589555a40048f14cc9a253f443c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625003/large_thumb/large.jpg"
        },
        {
            "id": 624966,
            "name": "Empo TV - del 103",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624966/theora/6374_541d94cda5154398980d7499426bb392.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624966/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624966/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624966/broadcast/6374_7afc10c4406d4a869cde3a19bd2a2a5a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624966/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:28",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-08-25T15:15:54.797000Z",
            "updatedTime": "2020-08-30T19:44:25.209118Z",
            "uploadedTime": "2012-08-25T15:15:54.797000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624966/theora/6374_541d94cda5154398980d7499426bb392.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624966/large_thumb/large.jpg"
        },
        {
            "id": 625040,
            "name": "Gud i hverdagen del 4",
            "header": "Arnfinn Clementsen med \"Hverdagskost\":Gud i hverdagen del 4.\r\nArnfinn Clementsen har lang erfaring som pastor og rådgiver. Han har også skrevet en rekke bøker. \r\nI programmet \"Hverdagskost\" ønsker han å formidle enkel inspirasjon og kraft til å leve i hverdagen \r\nog møte dagliglivets utfordringer.\r\nHan har en egen evne til å formidle ord fra Bibelen og gjøre det aktuelt for dagens mennesker\r\npå en enkel og forståelig måte. \r\n\"Mennesket behøver ikke bare sunn mat og fysisk trening, men også åndelig og sjelelig energi\", \r\nsier Clementsen.\r\nProgrammet er produsert av Karismakirken Media i samarbeid med iChurch.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625040/theora/6513_86c42df2feb744049499ab2a6df3df61.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625040/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625040/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625040/broadcast/6513_5f0fc57db7bc4c11aea20cd24e923fb5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625040/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 126,
                "name": "iChurch",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.arnfinnclementsen.org",
            "createdTime": "2012-10-23T15:49:51Z",
            "updatedTime": "2018-11-10T18:29:27.738219Z",
            "uploadedTime": "2012-10-23T15:49:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625040/theora/6513_86c42df2feb744049499ab2a6df3df61.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625040/large_thumb/large.jpg"
        },
        {
            "id": 625038,
            "name": "45_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625038/theora/6527_948465e23be5445c8cc140b4849817d6.ogv",
                "original": "https://upload.frikanalen.no/media/625038/original/orig_ce6bf3852a8048aba9a7b6d2eefa76a9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625038/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625038/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625038/broadcast/6527_f1f49da4f1124dcc8cc8550840568e7a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625038/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:53:47",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-10-30T09:16:23.330000Z",
            "updatedTime": "2018-11-10T18:29:27.741048Z",
            "uploadedTime": "2012-10-30T09:16:23.330000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625038/theora/6527_948465e23be5445c8cc140b4849817d6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625038/large_thumb/large.jpg"
        },
        {
            "id": 625037,
            "name": "Den norske kirke i eksil 121",
            "header": "Programmet handler om\nbots og bededagen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625037/theora/orig_2b9df8aff8cd4a8b9a0c49db4b5efe3c.ogv",
                "original": "https://upload.frikanalen.no/media/625037/original/orig_2b9df8aff8cd4a8b9a0c49db4b5efe3c.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625037/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625037/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625037/broadcast/6526_fcd6bb7570514a33a5dc0963b88a9750.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625037/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:17",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-29T20:00:35.767000Z",
            "updatedTime": "2018-11-10T18:29:27.742396Z",
            "uploadedTime": "2012-10-29T20:00:35.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625037/theora/orig_2b9df8aff8cd4a8b9a0c49db4b5efe3c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625037/large_thumb/large.jpg"
        },
        {
            "id": 624964,
            "name": "37_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624964/theora/6379_46e823bccff44ead9ad27c18c567d06a.ogv",
                "original": "https://upload.frikanalen.no/media/624964/original/orig_83bd6591c59e4c4592beb0a344ca8a83.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624964/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624964/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624964/broadcast/6379_8dbab670a0654ef4b81546f0991d871b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624964/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:14",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-08-28T07:01:47.137000Z",
            "updatedTime": "2018-11-10T18:29:27.839376Z",
            "uploadedTime": "2012-08-28T07:01:47.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624964/theora/6379_46e823bccff44ead9ad27c18c567d06a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624964/large_thumb/large.jpg"
        },
        {
            "id": 625043,
            "name": "Empo tv - del 111",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625043/theora/6456_8408c6140434495fbfeaa873ddb25c88.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625043/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625043/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625043/broadcast/6456_46d02765788b440b9742ce1b08b95e91.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625043/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:42:17.423000Z",
            "updatedTime": "2020-08-30T19:42:31.178534Z",
            "uploadedTime": "2012-10-02T06:42:17.423000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625043/theora/6456_8408c6140434495fbfeaa873ddb25c88.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625043/large_thumb/large.jpg"
        },
        {
            "id": 625039,
            "name": "Empo tv - del 110",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625039/theora/6455_6d7b9a2bf5714237a8e90d945980a004.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625039/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625039/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625039/broadcast/6455_38f0d77d9f26441fb46c13b560fb0254.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625039/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:40:17.077000Z",
            "updatedTime": "2020-08-30T19:42:40.496952Z",
            "uploadedTime": "2012-10-02T06:40:17.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625039/theora/6455_6d7b9a2bf5714237a8e90d945980a004.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625039/large_thumb/large.jpg"
        },
        {
            "id": 625035,
            "name": "Gud i hverdagen del 3",
            "header": "Arnfinn Clementsen med \"Hverdagskost\":Gud i hverdagen del 3.\r\nArnfinn Clementsen har lang erfaring som pastor og rådgiver. Han har også skrevet en rekke bøker. \r\nI programmet \"Hverdagskost\" ønsker han å formidle enkel inspirasjon og kraft til å leve i hverdagen \r\nog møte dagliglivets utfordringer.\r\nHan har en egen evne til å formidle ord fra Bibelen og gjøre det aktuelt for dagens mennesker\r\npå en enkel og forståelig måte. \r\n\"Mennesket behøver ikke bare sunn mat og fysisk trening, men også åndelig og sjelelig energi\", \r\nsier Clementsen.\r\nProgrammet er produsert av Karismakirken Media i samarbeid med iChurch.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625035/theora/6512_f8dea0204bf1402687aea23ec62ec57d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625035/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625035/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625035/broadcast/6512_c5b617f08a9f42ca817af97bb294be54.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625035/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-23T15:48:47Z",
            "updatedTime": "2018-11-10T18:29:27.745254Z",
            "uploadedTime": "2012-10-23T15:48:47Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625035/theora/6512_f8dea0204bf1402687aea23ec62ec57d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625035/large_thumb/large.jpg"
        },
        {
            "id": 625028,
            "name": "Gud i hverdagen del 2",
            "header": "Arnfinn Clementsen med \"Hverdagskost\":Gud i hverdagen del 2.\nArnfinn Clementsen har lang erfaring som pastor og rådgiver. Han har også skrevet en rekke bøker. \nI programmet \"Hverdagskost\" ønsker han å formidle enkel inspirasjon og kraft til å leve i hverdagen \nog møte dagliglivets utfordringer.\nHan har en egen evne til å formidle ord fra Bibelen og gjøre det aktuelt for dagens mennesker\npå en enkel og forståelig måte. \n\"Mennesket behøver ikke bare sunn mat og fysisk trening, men også åndelig og sjelelig energi\", \nsier Clementsen.\nProgrammet er produsert av Karismakirken Media i samarbeid med iChurch.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625028/theora/6501_3b65c06a775a4894a2dad0d4707c63c4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625028/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625028/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625028/broadcast/6501_66216b963df94e77b6e5979adb43e8cb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625028/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:59.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-22T15:24:53Z",
            "updatedTime": "2018-11-10T18:29:27.755576Z",
            "uploadedTime": "2012-10-22T15:24:53Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625028/theora/6501_3b65c06a775a4894a2dad0d4707c63c4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625028/large_thumb/large.jpg"
        },
        {
            "id": 625022,
            "name": "Gud i hverdagen",
            "header": "Arnfinn Clementsen har lang erfaring som pastor og rådgiver. Han har også skrevet en rekke bøker. \nI programmet \"Hverdagskost\" ønsker han å formidle enkel inspirasjon og kraft til å leve i hverdagen \nog møte dagliglivets utfordringer.\nHan har en egen evne til å formidle ord fra Bibelen og gjøre det aktuelt for dagens mennesker\n på en enkel og forståelig måte. \n\"Mennesket behøver ikke bare sunn mat og fysisk trening, men også åndelig og sjelelig energi\", \nsier Clementsen.\nProgrammet er produsert av Karismakirken Media i samarbeid med iChurch",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625022/theora/6472_1609be82c32e446ea77e1752ba8f75c8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625022/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625022/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625022/broadcast/6472_5b9ad6a8d0a14280b227a1a64cdf4ee2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625022/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:59.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-10T15:31:55Z",
            "updatedTime": "2018-11-10T18:29:27.762377Z",
            "uploadedTime": "2012-10-10T15:31:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625022/theora/6472_1609be82c32e446ea77e1752ba8f75c8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625022/large_thumb/large.jpg"
        },
        {
            "id": 624983,
            "name": "New Life - Program 07 2012",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624983/theora/6444_c5e625a94079436f8b0afde64a5e598f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624983/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624983/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624983/broadcast/6444_c5e625a94079436f8b0afde64a5e598f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624983/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:31.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-25T21:05:55.600000Z",
            "updatedTime": "2018-11-10T18:29:27.812894Z",
            "uploadedTime": "2012-09-25T21:05:55.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624983/theora/6444_c5e625a94079436f8b0afde64a5e598f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624983/large_thumb/large.jpg"
        },
        {
            "id": 625016,
            "name": "Arkeologi med Roger 04",
            "header": "Det siste programmet i en serie på fire der Roger Robertsen forteller om sin erfaring med bibelsk arkeologi.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625016/theora/orig_7a6aba671461454f9f3cd2a4ad24da2f.ogv",
                "original": "https://upload.frikanalen.no/media/625016/original/orig_7a6aba671461454f9f3cd2a4ad24da2f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625016/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625016/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625016/broadcast/6480_56c81814d72e42828e9d70852e527075.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625016/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:38.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-16T11:38:38.140000Z",
            "updatedTime": "2018-11-10T18:29:27.768065Z",
            "uploadedTime": "2012-10-16T11:38:38.140000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625016/theora/orig_7a6aba671461454f9f3cd2a4ad24da2f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625016/large_thumb/large.jpg"
        },
        {
            "id": 625015,
            "name": "Arkeologi med Roger 03",
            "header": "Roger Robertsen i Norsk Bibelinstitutt forteller om hvordan arkeologien understøtter Bibelen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625015/theora/orig_13287b6c16ac4f89a97a4f0c6e772ab2.ogv",
                "original": "https://upload.frikanalen.no/media/625015/original/orig_13287b6c16ac4f89a97a4f0c6e772ab2.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625015/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625015/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625015/broadcast/6481_3b7809ab0a4a40d690b46d1fd960700c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625015/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:06.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-16T11:45:34.750000Z",
            "updatedTime": "2018-11-10T18:29:27.769549Z",
            "uploadedTime": "2012-10-16T11:45:34.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625015/theora/orig_13287b6c16ac4f89a97a4f0c6e772ab2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625015/large_thumb/large.jpg"
        },
        {
            "id": 625014,
            "name": "Væpnet til seier.",
            "header": "Hva består den kristnes våpen av? Program 7 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625014/theora/orig_8933503354124d04a5a715555aa431e6.ogv",
                "original": "https://upload.frikanalen.no/media/625014/original/orig_8933503354124d04a5a715555aa431e6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625014/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625014/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625014/broadcast/6422_0578210aa11a4802b3908d2d5e6f1df0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625014/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:53:00.827000Z",
            "updatedTime": "2018-11-10T18:29:27.770926Z",
            "uploadedTime": "2012-09-21T08:53:00.827000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625014/theora/orig_8933503354124d04a5a715555aa431e6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625014/large_thumb/large.jpg"
        },
        {
            "id": 625013,
            "name": "Seier over onde makter.",
            "header": "Finnes det virkelig personifisert ondskap?\nProgram 6 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625013/theora/orig_592ac6f181514c7ba9d4cdba9ccc86b5.ogv",
                "original": "https://upload.frikanalen.no/media/625013/original/orig_592ac6f181514c7ba9d4cdba9ccc86b5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625013/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625013/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625013/broadcast/6421_2351efeb105647a189db8863c21c4c81.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625013/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:50:34.423000Z",
            "updatedTime": "2018-11-10T18:29:27.772335Z",
            "uploadedTime": "2012-09-21T08:50:34.423000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625013/theora/orig_592ac6f181514c7ba9d4cdba9ccc86b5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625013/large_thumb/large.jpg"
        },
        {
            "id": 625012,
            "name": "Vekst i Kristus.",
            "header": "Med Jesus som forbilde er det alltid rom for vekst, Program 5 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625012/theora/orig_583d5b16f70d4107b24c43265884a145.ogv",
                "original": "https://upload.frikanalen.no/media/625012/original/orig_583d5b16f70d4107b24c43265884a145.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625012/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625012/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625012/broadcast/6420_e85f9d9ff3654f39bf75cb9eb8f6fb5a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625012/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:47:56.613000Z",
            "updatedTime": "2018-11-10T18:29:27.773682Z",
            "uploadedTime": "2012-09-21T08:47:56.613000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625012/theora/orig_583d5b16f70d4107b24c43265884a145.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625012/large_thumb/large.jpg"
        },
        {
            "id": 625011,
            "name": "Den norske kirke i eksil 120",
            "header": "Programmet handler denne gangen om en blind mann som får synet igjen.Hvordan er det med ditt åndelig syn? Er du fortsatt \"blind \"?Jesus kan gjøre deg seende.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625011/theora/orig_3272f95975a84697a10bf984d5eb79dc.ogv",
                "original": "https://upload.frikanalen.no/media/625011/original/orig_3272f95975a84697a10bf984d5eb79dc.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625011/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625011/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625011/broadcast/6479_4ac79122e4c9486eae910275ba0f29e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625011/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:24",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-16T05:10:32.487000Z",
            "updatedTime": "2018-11-10T18:29:27.775043Z",
            "uploadedTime": "2012-10-16T05:10:32.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625011/theora/orig_3272f95975a84697a10bf984d5eb79dc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625011/large_thumb/large.jpg"
        },
        {
            "id": 625007,
            "name": "Grøsshaugen episode 3",
            "header": "Få med deg tredje og siste episode av Grøsshaugen!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625007/theora/6475_4b53d8e2f25e47d7aa781fb87b5bef3e.ogv",
                "original": "https://upload.frikanalen.no/media/625007/original/orig_3397407dbab44285af39538e8cf92d26.mov",
                "smallThumb": "https://upload.frikanalen.no/media/625007/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625007/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625007/broadcast/6475_9d9cd832efa74b16b51c03d7c0da2576.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625007/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:13.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-11T22:02:27.143000Z",
            "updatedTime": "2018-11-10T18:29:27.780599Z",
            "uploadedTime": "2012-10-11T22:02:27.143000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625007/theora/6475_4b53d8e2f25e47d7aa781fb87b5bef3e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625007/large_thumb/large.jpg"
        },
        {
            "id": 625006,
            "name": "Grøsshaugen episode 1",
            "header": "Noe er i gjære i Trondheim, og det lover ikke godt!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625006/theora/6473_1c2c5606c6d64da3a97761d0e2c80236.ogv",
                "original": "https://upload.frikanalen.no/media/625006/original/orig_62a7aa79690d4dac833e7d1efe3b9fcd.mov",
                "smallThumb": "https://upload.frikanalen.no/media/625006/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625006/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625006/broadcast/6473_44dd6c2206fc468489d42da73ef99f51.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625006/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:05:21.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-11T21:49:06.353000Z",
            "updatedTime": "2018-11-10T18:29:27.781952Z",
            "uploadedTime": "2012-10-11T21:49:06.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625006/theora/6473_1c2c5606c6d64da3a97761d0e2c80236.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625006/large_thumb/large.jpg"
        },
        {
            "id": 624982,
            "name": "Empo TV - del 105",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624982/theora/6392_290255b8e5074ca485aad712f7445ad7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624982/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624982/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624982/broadcast/6392_08973010c00e4e1eb137a1e4272bd522.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624982/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:15.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-09-05T06:43:12.610000Z",
            "updatedTime": "2020-08-30T19:44:03.928861Z",
            "uploadedTime": "2012-09-05T06:43:12.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624982/theora/6392_290255b8e5074ca485aad712f7445ad7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624982/large_thumb/large.jpg"
        },
        {
            "id": 625001,
            "name": "Arkeologi med Roger 02",
            "header": "Roger Robertsen har gravd i sanden i Midt-Østen mange ganger, og deler i denne serien med oss sine spennende funn som kaster lys over livet på Bibelens tid.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625001/theora/orig_aea70294e9a247229d8d2e6e5e96651f.ogv",
                "original": "https://upload.frikanalen.no/media/625001/original/orig_aea70294e9a247229d8d2e6e5e96651f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625001/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625001/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625001/broadcast/6465_13f7021ec89049c6a8821098876188cf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625001/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:49.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-07T08:23:49.280000Z",
            "updatedTime": "2018-11-10T18:29:27.788966Z",
            "uploadedTime": "2012-10-07T08:23:49.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625001/theora/orig_aea70294e9a247229d8d2e6e5e96651f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625001/large_thumb/large.jpg"
        },
        {
            "id": 625017,
            "name": "Empo tv - del 108",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625017/theora/6452_58edcae2797e4e938d37da0ece71106b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625017/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625017/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625017/broadcast/6452_42496fd4a682407b905d0d78b63c96b2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625017/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:35:04.670000Z",
            "updatedTime": "2020-08-30T19:43:06.457129Z",
            "uploadedTime": "2012-10-02T06:35:04.670000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625017/theora/6452_58edcae2797e4e938d37da0ece71106b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625017/large_thumb/large.jpg"
        },
        {
            "id": 625002,
            "name": "Empo TV - del 107",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625002/theora/6394_612e0908ab1f4a8a8f02f47020a57ee9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625002/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625002/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625002/broadcast/6394_04f661fe0b384587ba03104710e83983.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625002/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-09-05T06:44:59.107000Z",
            "updatedTime": "2020-08-30T19:43:41.193658Z",
            "uploadedTime": "2012-09-05T06:44:59.107000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625002/theora/6394_612e0908ab1f4a8a8f02f47020a57ee9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625002/large_thumb/large.jpg"
        },
        {
            "id": 625000,
            "name": "Arkeologi med Roger 01",
            "header": "Roger Robertsen har gravd i sanden i Midt-Østen mange ganger, og deler i denne serien med oss sine spennende funn som kaster lys over livet på Bibelens tid.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625000/theora/orig_314b111cb87c4da7bc90452bd15fe395.ogv",
                "original": "https://upload.frikanalen.no/media/625000/original/orig_314b111cb87c4da7bc90452bd15fe395.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625000/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625000/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625000/broadcast/6464_76b1c4bf8d6a4e7ba2343ceb4635b57e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625000/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:10.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-07T08:21:41.017000Z",
            "updatedTime": "2018-11-10T18:29:27.790341Z",
            "uploadedTime": "2012-10-07T08:21:41Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625000/theora/orig_314b111cb87c4da7bc90452bd15fe395.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625000/large_thumb/large.jpg"
        },
        {
            "id": 624999,
            "name": "Tangert 2012 08 Jenta som kom hjem",
            "header": "I Andesfjellene i Peru leter ADRA opp noen av de fattigste av de fattige. I programmet møter vi Sonia  som myndighetene og ADRA har hjulpet ut av en håpløs situasjon. Gry Haugen i ADRA forteller fra Peru.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624999/theora/orig_53b89d1bdbc14cc7b99f964c56f34f19.ogv",
                "original": "https://upload.frikanalen.no/media/624999/original/orig_53b89d1bdbc14cc7b99f964c56f34f19.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624999/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624999/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624999/broadcast/6437_ae66ab6d027c40d1a1b40be1de9f990a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624999/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-25T09:25:13.043000Z",
            "updatedTime": "2018-11-10T18:29:27.791756Z",
            "uploadedTime": "2012-09-25T09:25:13.043000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624999/theora/orig_53b89d1bdbc14cc7b99f964c56f34f19.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624999/large_thumb/large.jpg"
        },
        {
            "id": 624998,
            "name": "Tangert 2012 07 Plan for livet",
            "header": "ADRA Norge driver et omfattende arbeid for å hjelpe ungdommer i Peru. Livshåpet tennes for gatebarn og barnehjemsbarn som igjen får troen på at det nytter å legge en plan for livet. Gry Haugen fra ADRA er gjest i studio.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624998/theora/orig_351f9bdefcf044eaaa0feea031a43809.ogv",
                "original": "https://upload.frikanalen.no/media/624998/original/orig_351f9bdefcf044eaaa0feea031a43809.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624998/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624998/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624998/broadcast/6436_08b84c0ecbd94e0ca5d40d5a0945742c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624998/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-25T09:20:44.430000Z",
            "updatedTime": "2018-11-10T18:29:27.793103Z",
            "uploadedTime": "2012-09-25T09:20:44.430000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624998/theora/orig_351f9bdefcf044eaaa0feea031a43809.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624998/large_thumb/large.jpg"
        },
        {
            "id": 624997,
            "name": "Mennesket:, Guds skaperverk.",
            "header": "Hva betyr det at vi er skapt i Guds bilde? Program 3 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624997/theora/orig_ba2c910a56a3462291a4af0ccf99fe08.ogv",
                "original": "https://upload.frikanalen.no/media/624997/original/orig_ba2c910a56a3462291a4af0ccf99fe08.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624997/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624997/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624997/broadcast/6418_1d70566ac0b54ea8b986e3fff2b74fad.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624997/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:41:16.780000Z",
            "updatedTime": "2018-11-10T18:29:27.794451Z",
            "uploadedTime": "2012-09-21T08:41:16.780000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624997/theora/orig_ba2c910a56a3462291a4af0ccf99fe08.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624997/large_thumb/large.jpg"
        },
        {
            "id": 624996,
            "name": "Frelse - den eneste løsningen",
            "header": "Betyr frelse noe annet enn å bli reddet? Program 4 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624996/theora/orig_30e5575db5d6429e9cf135129231f514.ogv",
                "original": "https://upload.frikanalen.no/media/624996/original/orig_30e5575db5d6429e9cf135129231f514.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624996/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624996/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624996/broadcast/6419_d6344ec3e31e4f89ba1d181d8d5719d2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624996/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:44:49.490000Z",
            "updatedTime": "2018-11-10T18:29:27.795830Z",
            "uploadedTime": "2012-09-21T08:44:49.490000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624996/theora/orig_30e5575db5d6429e9cf135129231f514.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624996/large_thumb/large.jpg"
        },
        {
            "id": 624995,
            "name": "41_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624995/theora/6463_31a470e370c44010bf9c82968663c937.ogv",
                "original": "https://upload.frikanalen.no/media/624995/original/orig_7f4d4755d22749ccac165432977a783d.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624995/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624995/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624995/broadcast/6463_2c837b7610e348378c0d78f1ceb6826a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624995/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:52:26",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-10-04T22:07:44.520000Z",
            "updatedTime": "2018-11-10T18:29:27.797171Z",
            "uploadedTime": "2012-10-04T22:07:44.520000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624995/theora/6463_31a470e370c44010bf9c82968663c937.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624995/large_thumb/large.jpg"
        },
        {
            "id": 624994,
            "name": "Studentservice episode 4",
            "header": "Hva kommer til å skje med Studentservice? I forrige episode fikk alle arbeiderne sparken. Hvordan vil de takle sin siste arbeidsdag? Én ting er sikkert - det er duket for Bjørnars vanskeligste dag på jobb noensinne.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624994/theora/6462_90a7bcdf0e444c618bc6b309391fec36.ogv",
                "original": "https://upload.frikanalen.no/media/624994/original/orig_fb440ab745c9400b98f4ff708ea7aa8d.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624994/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624994/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624994/broadcast/6462_2f756b23a8c94de6840979ddd6ac0e0f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624994/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:05:10.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-04T21:42:47.257000Z",
            "updatedTime": "2018-11-10T18:29:27.798501Z",
            "uploadedTime": "2012-10-04T21:42:47.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624994/theora/6462_90a7bcdf0e444c618bc6b309391fec36.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624994/large_thumb/large.jpg"
        },
        {
            "id": 624993,
            "name": "Studentservice episode 3",
            "header": "Velkommen til Studentservice! I ukas episode skal inspektøren Ellen holde et øye med Geir for å vurdere hans arbeidsinnsats. Snart har hun kanskje holdt nok øyne med arbeiderne. Kommer noen til å få sparken?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624993/theora/6461_1c2f64293ac843ee86247b2dede682e0.ogv",
                "original": "https://upload.frikanalen.no/media/624993/original/orig_9bb1641f58ef4f6ab6d505337cc8d1d3.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624993/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624993/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624993/broadcast/6461_440803fda3fb421ebe7bdc32b8f51be5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624993/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:39.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-04T21:39:21.120000Z",
            "updatedTime": "2018-11-10T18:29:27.799950Z",
            "uploadedTime": "2012-10-04T21:39:21.120000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624993/theora/6461_1c2f64293ac843ee86247b2dede682e0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624993/large_thumb/large.jpg"
        },
        {
            "id": 624992,
            "name": "Studentservice episode 2",
            "header": "I andre episode forsetter Ellen å inspisere de ansatte i Studentservice. Samtidig har Annika oppdaget et problem, og for å få tilbake balansen bruker hun sine alternative metoder.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624992/theora/6460_0bfd842901d145338c0a11a1228beeda.ogv",
                "original": "https://upload.frikanalen.no/media/624992/original/orig_7957ce0ca3044876bdf273ae9aa64b25.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624992/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624992/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624992/broadcast/6460_2fa276bfeba9421694c6f3141c0febcc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624992/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:04:36.960000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-04T21:37:58.683000Z",
            "updatedTime": "2018-11-10T18:29:27.801342Z",
            "uploadedTime": "2012-10-04T21:37:58.683000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624992/theora/6460_0bfd842901d145338c0a11a1228beeda.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624992/large_thumb/large.jpg"
        },
        {
            "id": 624991,
            "name": "Studentservice: Episode 1",
            "header": "I første episode av Studentservice får arbeiderne besøk av inspektøren Ellen. En brukerundersøkelse har nemlig vist at studentene ikke er fornøyd med rådene de får. Kan Studentservice vise Ellen at de kan faget ditt?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624991/theora/6459_450da606939c4e80bcae861a62b4be18.ogv",
                "original": "https://upload.frikanalen.no/media/624991/original/orig_3c731a89f9bb4a0b855d9e9f50621bc1.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624991/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624991/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624991/broadcast/6459_d76be8ddc0d24d0ab8d099b3acdd7411.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624991/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:56.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-04T21:34:54.683000Z",
            "updatedTime": "2018-11-10T18:29:27.802697Z",
            "uploadedTime": "2012-10-04T21:34:54.683000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624991/theora/6459_450da606939c4e80bcae861a62b4be18.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624991/large_thumb/large.jpg"
        },
        {
            "id": 624990,
            "name": "40_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624990/theora/6382_8c2e77e24c2a421aba5a4fd2f6c0edae.ogv",
                "original": "https://upload.frikanalen.no/media/624990/original/orig_17259d20882e4dedabef46771e028698.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624990/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624990/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624990/broadcast/6382_15acd28871c2489cb0809a76187fcd25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624990/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:46",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-08-28T07:17:05.947000Z",
            "updatedTime": "2018-11-10T18:29:27.804085Z",
            "uploadedTime": "2012-08-28T07:17:05.947000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624990/theora/6382_8c2e77e24c2a421aba5a4fd2f6c0edae.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624990/large_thumb/large.jpg"
        },
        {
            "id": 624987,
            "name": "STV på Hove: Mikhael Paskalev",
            "header": "Det handler om å ha noe å falle tilbake på, sa trondheimsaktuelle Mikhael Paskalev om det å kombinere artistlivet med studier. Se Student-TVs intervju med ham her!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624987/theora/6447_aa89bec1789746cea0cdc437f4758f56.ogv",
                "original": "https://upload.frikanalen.no/media/624987/original/orig_ae4bf247d8cd406d873bb4488d97c466.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624987/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624987/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624987/broadcast/6447_4434da0177614bc7978b3751f95cfbdc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624987/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:26.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-28T14:54:51.343000Z",
            "updatedTime": "2018-11-10T18:29:27.808140Z",
            "uploadedTime": "2012-09-28T14:54:51.343000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624987/theora/6447_aa89bec1789746cea0cdc437f4758f56.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624987/large_thumb/large.jpg"
        },
        {
            "id": 624986,
            "name": "STV på Hove: LidoLido",
            "header": "LidoLido kunne ikke la være å bli musiker, men forteller at det er beinhard jobbing. Se vårt intervju med ham her!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624986/theora/6446_38dd53aa46c1443ba2841a87e40a9f79.ogv",
                "original": "https://upload.frikanalen.no/media/624986/original/orig_3a8edbe87a1b4617872499eb60d32a90.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624986/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624986/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624986/broadcast/6446_77d76f8be8154ac4b2a2c695bb1a848b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624986/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:24.760000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-28T14:47:38.147000Z",
            "updatedTime": "2018-11-10T18:29:27.810023Z",
            "uploadedTime": "2012-09-28T14:47:38.147000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624986/theora/6446_38dd53aa46c1443ba2841a87e40a9f79.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624986/large_thumb/large.jpg"
        },
        {
            "id": 624980,
            "name": "Den første hjemreise.",
            "header": "Et video fra Adventistsamfunnets virksomhet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624980/theora/6430_4693088630ba4c3cb084b62d2293740d.ogv",
                "original": "https://upload.frikanalen.no/media/624980/original/orig_b7fafacd74544de099e1906c8a389261.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624980/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624980/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624980/broadcast/6430_2572f476c8b1410ea95ea661d30336f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624980/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:12:00.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:26:55.027000Z",
            "updatedTime": "2018-11-10T18:29:27.817107Z",
            "uploadedTime": "2012-09-21T09:26:55.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624980/theora/6430_4693088630ba4c3cb084b62d2293740d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624980/large_thumb/large.jpg"
        },
        {
            "id": 624978,
            "name": "Den Gud som åpenbares.",
            "header": "Hvilket bilde av Gud gir Bibelen oss? Program 2 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624978/theora/orig_e38d0ec88a5e4df49f6e8bd091ccb8b1.ogv",
                "original": "https://upload.frikanalen.no/media/624978/original/orig_e38d0ec88a5e4df49f6e8bd091ccb8b1.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624978/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624978/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624978/broadcast/6417_842a97a6993e42e78b1638153478d36b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624978/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:38:24.660000Z",
            "updatedTime": "2018-11-10T18:29:27.819847Z",
            "uploadedTime": "2012-09-21T08:38:24.660000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624978/theora/orig_e38d0ec88a5e4df49f6e8bd091ccb8b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624978/large_thumb/large.jpg"
        },
        {
            "id": 624976,
            "name": "Den store konflikten.",
            "header": "Hva går den store striden mellom det gode og det onde ut på? Program 1 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624976/theora/orig_822763bd226f4c0aaff409755668d9d5.ogv",
                "original": "https://upload.frikanalen.no/media/624976/original/orig_822763bd226f4c0aaff409755668d9d5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624976/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624976/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624976/broadcast/6416_f7f89213be7b43ae8bd69eacea5c8649.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624976/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:35:06.787000Z",
            "updatedTime": "2018-11-10T18:29:27.822831Z",
            "uploadedTime": "2012-09-21T08:35:06.787000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624976/theora/orig_822763bd226f4c0aaff409755668d9d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624976/large_thumb/large.jpg"
        },
        {
            "id": 624975,
            "name": "Badstua.",
            "header": "Et video fra Adventistsamfunnets virksomhet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624975/theora/6429_b76b69b974084d48a2aa7e15b45d892d.ogv",
                "original": "https://upload.frikanalen.no/media/624975/original/orig_8dcd137b13a64f09b4134a340413fae9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624975/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624975/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624975/broadcast/6429_00f74673674a4f79923eed358d79888c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624975/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:45.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:24:42.277000Z",
            "updatedTime": "2018-11-10T18:29:27.824302Z",
            "uploadedTime": "2012-09-21T09:24:42.277000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624975/theora/6429_b76b69b974084d48a2aa7e15b45d892d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624975/large_thumb/large.jpg"
        }
    ]
}