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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2000&ordering=name",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1900&ordering=name",
    "results": [
        {
            "id": 623583,
            "name": "Lennart Chröder",
            "header": "Lennart Schröders tiltale fra Gud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623583/theora/4264_78b58262d66844c8981faf73c33df573.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623583/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623583/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623583/broadcast/4264_aeb2965dbcae4d44a9d914e56a9f8d2e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623583/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:11:53.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-04-26T08:59:18.797000Z",
            "updatedTime": "2018-11-10T18:29:29.628134Z",
            "uploadedTime": "2010-04-26T08:59:18.797000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623583/theora/4264_78b58262d66844c8981faf73c33df573.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623583/large_thumb/large.jpg"
        },
        {
            "id": 625692,
            "name": "Lessons from 15 years of NBD - Debconf 16",
            "header": "In 2001, I uploaded the very first nbd-client and nbd-server packages into Debian. A few years later, I took over upstream maintenance. Much has changed in that time, both in Debian and in the wider open source community. Some of it had an impact on NBD, some of it did not.\n\nThis talk will reflect on 15 years of NBD history, contrast it against Debian's history over the same time period, and see what we can learn from it.\n\nTalk (20 mins) session with Wouter Verhelst during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625692/broadcast/Lessons_from_15_years_of_NBD.dv",
                "theora": "https://upload.frikanalen.no/media/625692/theora/Lessons_from_15_years_of_NBD.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625692/small_thumb/Lessons_from_15_years_of_NBD.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625692/large_thumb/Lessons_from_15_years_of_NBD.jpg",
                "original": "https://upload.frikanalen.no/media/625692/original/Lessons_from_15_years_of_NBD.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:14:41.690000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/58/",
            "createdTime": "2016-07-21T16:19:14.054267Z",
            "updatedTime": "2018-11-10T18:29:26.854572Z",
            "uploadedTime": "2016-07-21T16:19:21.348898Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625692/theora/Lessons_from_15_years_of_NBD.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625692/large_thumb/Lessons_from_15_years_of_NBD.jpg"
        },
        {
            "id": 625704,
            "name": "Less passwords, more security: mass administration of MariaDB servers with socket authentication - Debconf 16",
            "header": "In this talk I'll explain how socket authentication in MariaDB works and how it makes the life of system administrators easier when they can do all maintenance as root, without the need of additional passwords. Life without extra passwords is also more secure, as there is less to leak or loose. Socket authentication in MariaDB is by default enabled in Debian.\n\nTalk (45 mins) session with Otto Kekäläinen during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625704/theora/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625704/broadcast/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625704/large_thumb/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625704/small_thumb/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.jpg",
                "original": "https://upload.frikanalen.no/media/625704/original/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:35:58.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/49/",
            "createdTime": "2016-07-22T09:38:23.055033Z",
            "updatedTime": "2018-11-10T18:29:26.837896Z",
            "uploadedTime": "2016-07-22T09:38:30.893653Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625704/theora/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625704/large_thumb/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.jpg"
        },
        {
            "id": 624442,
            "name": "LevandeOrd & 10min 20110516",
            "header": "Levande Ord med Tommy M. Josefsson\n\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624442/theora/5551_0b0c223180374ac0824ae56b3b83b59a.ogv",
                "original": "https://upload.frikanalen.no/media/624442/original/orig_efc1010f94134303b22e61f79b680ffc.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624442/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624442/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624442/broadcast/5551_fbb3e93851aa4f4783911ac773111b0c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624442/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:06:14.403000Z",
            "updatedTime": "2018-11-10T18:29:28.513754Z",
            "uploadedTime": "2011-05-04T13:06:14.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624442/theora/5551_0b0c223180374ac0824ae56b3b83b59a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624442/large_thumb/large.jpg"
        },
        {
            "id": 624464,
            "name": "LevandeOrd & 10min 20110530",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624464/theora/5573_73b2ecaec6f64bbfab860367d401beca.ogv",
                "original": "https://upload.frikanalen.no/media/624464/original/orig_6e22532a8b814c7495bbfccc1fc69dfe.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624464/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624464/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624464/broadcast/5573_5e9ada798511409586b26023643727c2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624464/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:45:41.747000Z",
            "updatedTime": "2018-11-10T18:29:28.482857Z",
            "uploadedTime": "2011-05-05T15:45:41.747000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624464/theora/5573_73b2ecaec6f64bbfab860367d401beca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624464/large_thumb/large.jpg"
        },
        {
            "id": 624465,
            "name": "LevandeOrd & 10min 20110613",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624465/theora/5576_040bc762377548f8bcb12f5939466062.ogv",
                "original": "https://upload.frikanalen.no/media/624465/original/orig_51b23c3b5df04acabdc9314839bb39ef.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624465/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624465/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624465/broadcast/5576_21fb8c308d5649bc9412d5094ab07846.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624465/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:47:40.943000Z",
            "updatedTime": "2018-11-10T18:29:28.481515Z",
            "uploadedTime": "2011-05-05T15:47:40.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624465/theora/5576_040bc762377548f8bcb12f5939466062.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624465/large_thumb/large.jpg"
        },
        {
            "id": 624463,
            "name": "LevandeOrd & 10min 20110627",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624463/theora/5571_2d057312bc304ab09f70e209938897b9.ogv",
                "original": "https://upload.frikanalen.no/media/624463/original/orig_888d6e928f914849940bb46066259083.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624463/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624463/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624463/broadcast/5571_0112bde9e28d42e895dcc5538fc97209.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624463/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:44:17.950000Z",
            "updatedTime": "2018-11-10T18:29:28.484296Z",
            "uploadedTime": "2011-05-05T15:44:17.950000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624463/theora/5571_2d057312bc304ab09f70e209938897b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624463/large_thumb/large.jpg"
        },
        {
            "id": 624472,
            "name": "LevandeOrd & 10min 20110808",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624472/theora/5574_949680cf96c744e399080c7a792d8275.ogv",
                "original": "https://upload.frikanalen.no/media/624472/original/orig_adf4c8553bb94a459e1b74d34b4659a8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624472/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624472/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624472/broadcast/5574_7059a3a09a5144bd9625ed9be19ca939.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624472/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:46:22.453000Z",
            "updatedTime": "2018-11-10T18:29:28.473323Z",
            "uploadedTime": "2011-05-05T15:46:22.453000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624472/theora/5574_949680cf96c744e399080c7a792d8275.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624472/large_thumb/large.jpg"
        },
        {
            "id": 624462,
            "name": "LevandeOrd & 10min 20110822",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624462/theora/5570_37f6909a9e134c21b983ba446ddd39bb.ogv",
                "original": "https://upload.frikanalen.no/media/624462/original/orig_a2f71a30d28b4c789e4cf2be638cc0e0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624462/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624462/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624462/broadcast/5570_2f4670959e324de88ecad2f17833d8d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624462/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:43:39.120000Z",
            "updatedTime": "2018-11-10T18:29:28.485689Z",
            "uploadedTime": "2011-05-05T15:43:39.120000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624462/theora/5570_37f6909a9e134c21b983ba446ddd39bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624462/large_thumb/large.jpg"
        },
        {
            "id": 624545,
            "name": "LevandeOrd & 10min 20110919",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624545/theora/5715_e4f89838a8704df3aef6e55cfe4c1f6e.ogv",
                "original": "https://upload.frikanalen.no/media/624545/original/orig_3564d5774b164daaa4bc9f6cf6a62a65.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624545/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624545/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624545/broadcast/5715_e4b986cf64a241c1a0f8312b88f46012.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624545/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-08-22T08:20:06.863000Z",
            "updatedTime": "2018-11-10T18:29:28.377738Z",
            "uploadedTime": "2011-08-22T08:20:06.863000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624545/theora/5715_e4f89838a8704df3aef6e55cfe4c1f6e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624545/large_thumb/large.jpg"
        },
        {
            "id": 624615,
            "name": "LevandeOrd & 10min 20111102",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624615/theora/5798_d86174a098554c139960ddff915785aa.ogv",
                "original": "https://upload.frikanalen.no/media/624615/original/orig_cf5cb72060ed484da50652c5c97f37e9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624615/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624615/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624615/broadcast/5798_cbb566843bab4e68b909829f5c8e8028.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624615/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-17T13:11:05.300000Z",
            "updatedTime": "2018-11-10T18:29:28.287601Z",
            "uploadedTime": "2011-10-17T13:11:05.300000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624615/theora/5798_d86174a098554c139960ddff915785aa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624615/large_thumb/large.jpg"
        },
        {
            "id": 624616,
            "name": "LevandeOrd & 10min 20111116",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624616/theora/5799_59aa39d2c4734851a1bb85e350dc6fb7.ogv",
                "original": "https://upload.frikanalen.no/media/624616/original/orig_40aa3ec15eb74c8cade484562277235f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624616/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624616/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624616/broadcast/5799_e8ced03069cd4aa9bb8981edddef6112.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624616/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-17T13:11:51.190000Z",
            "updatedTime": "2018-11-10T18:29:28.286183Z",
            "uploadedTime": "2011-10-17T13:11:51.190000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624616/theora/5799_59aa39d2c4734851a1bb85e350dc6fb7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624616/large_thumb/large.jpg"
        },
        {
            "id": 624443,
            "name": "Levande Ord & Gospel Miracle 20110511",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624443/theora/5550_30fc4af32b6c4fc79f7b5dbad478cf1c.ogv",
                "original": "https://upload.frikanalen.no/media/624443/original/orig_a9f9556a49414bfbb04fcdd44a31eac3.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624443/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624443/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624443/broadcast/5550_f21310931d01457b8f554fc72f11c1ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624443/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T12:58:48.390000Z",
            "updatedTime": "2018-11-10T18:29:28.512392Z",
            "uploadedTime": "2011-05-04T12:58:48.390000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624443/theora/5550_30fc4af32b6c4fc79f7b5dbad478cf1c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624443/large_thumb/large.jpg"
        },
        {
            "id": 624543,
            "name": "LevandOrd & 10min 20110905",
            "header": "LevandOrd med Tommy M. Josefsson följd av 10min med Sven Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624543/theora/5713_e56760ea2cd84ff88cb049d4b98b7fb1.ogv",
                "original": "https://upload.frikanalen.no/media/624543/original/orig_1074794a6c0c4c9d9bcbc3b9c47d3c48.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624543/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624543/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624543/broadcast/5713_6dd8d5d0bfa44ad0843e59b0368ea25b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624543/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-08-18T12:20:27.410000Z",
            "updatedTime": "2018-11-10T18:29:28.380540Z",
            "uploadedTime": "2011-08-18T12:20:27.410000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624543/theora/5713_e56760ea2cd84ff88cb049d4b98b7fb1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624543/large_thumb/large.jpg"
        },
        {
            "id": 624044,
            "name": "Levende julekrybbe",
            "header": "Levende julekrybbe, ett opptak fra Surte Missionskyrka, i Sverige",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624044/theora/4949_880f003fc9bd4ddbb8bd6f7d5f40f677.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624044/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624044/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624044/broadcast/4949_880f003fc9bd4ddbb8bd6f7d5f40f677.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624044/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:06.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-24T19:05:58.133000Z",
            "updatedTime": "2018-11-10T18:29:29.028247Z",
            "uploadedTime": "2010-11-24T19:05:58.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624044/theora/4949_880f003fc9bd4ddbb8bd6f7d5f40f677.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624044/large_thumb/large.jpg"
        },
        {
            "id": 624466,
            "name": "Lev.Ord & Gospel Mir..20110525",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624466/theora/5578_1a7d1b9d4a9245618e6e2cd9cf1f2dc5.ogv",
                "original": "https://upload.frikanalen.no/media/624466/original/orig_8f1b281cbafd4510a64cd2036626a361.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624466/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624466/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624466/broadcast/5578_df98bd18fc97451b81405440fa1f6ac9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624466/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:02:35.807000Z",
            "updatedTime": "2018-11-10T18:29:28.480168Z",
            "uploadedTime": "2011-05-05T18:02:35.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624466/theora/5578_1a7d1b9d4a9245618e6e2cd9cf1f2dc5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624466/large_thumb/large.jpg"
        },
        {
            "id": 624469,
            "name": "Lev.Ord & Gospel Mir..20110608",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624469/theora/5577_c0c23c1a9f22424b90545d16b87bcad2.ogv",
                "original": "https://upload.frikanalen.no/media/624469/original/orig_aeff0ed1e45745deadc4a4518bf130e8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624469/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624469/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624469/broadcast/5577_958b76ba637a4080b64ed1905c512ce1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624469/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:02:16.493000Z",
            "updatedTime": "2018-11-10T18:29:28.477446Z",
            "uploadedTime": "2011-05-05T18:02:16.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624469/theora/5577_c0c23c1a9f22424b90545d16b87bcad2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624469/large_thumb/large.jpg"
        },
        {
            "id": 624475,
            "name": "Lev.Ord & Gospel Mir..20110622",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624475/theora/5579_c1ea5ba546f14d828789bd625a8a5354.ogv",
                "original": "https://upload.frikanalen.no/media/624475/original/orig_5f1aed88f95547f6b5c5f90354cfdd3d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624475/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624475/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624475/broadcast/5579_8a0010bf89de4c34b51a3cf04c9d61ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624475/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:02:55.417000Z",
            "updatedTime": "2018-11-10T18:29:28.469054Z",
            "uploadedTime": "2011-05-05T18:02:55.417000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624475/theora/5579_c1ea5ba546f14d828789bd625a8a5354.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624475/large_thumb/large.jpg"
        },
        {
            "id": 624470,
            "name": "Lev.Ord & Gospel Mir..20110706",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624470/theora/5580_9890ced2c03f4ff685525c6d50d48d80.ogv",
                "original": "https://upload.frikanalen.no/media/624470/original/orig_cea45459da584164a42e0d968da887a6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624470/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624470/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624470/broadcast/5580_ca1acbe4794b43a2bfa5030fa753c026.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624470/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:04:26.187000Z",
            "updatedTime": "2018-11-10T18:29:28.476105Z",
            "uploadedTime": "2011-05-05T18:04:26.187000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624470/theora/5580_9890ced2c03f4ff685525c6d50d48d80.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624470/large_thumb/large.jpg"
        },
        {
            "id": 624467,
            "name": "Lev.Ord & Gospel Mir..20110720",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624467/theora/5581_e2c31a2c48db418686e6da28b9b9121c.ogv",
                "original": "https://upload.frikanalen.no/media/624467/original/orig_6c1f9ec1449d4c2581989495fa7970d4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624467/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624467/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624467/broadcast/5581_12057b6961cf42b3a21a57709984756e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624467/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:05:05.157000Z",
            "updatedTime": "2018-11-10T18:29:28.478784Z",
            "uploadedTime": "2011-05-05T18:05:05.157000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624467/theora/5581_e2c31a2c48db418686e6da28b9b9121c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624467/large_thumb/large.jpg"
        },
        {
            "id": 624474,
            "name": "Lev.Ord & Gospel Mir..20110803",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624474/theora/5584_13233ba5ead14155831eb4e107087a0a.ogv",
                "original": "https://upload.frikanalen.no/media/624474/original/orig_d287dfa4ea834e0f9551adb1ed477c6b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624474/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624474/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624474/broadcast/5584_aa05b5caf4264cbaab6a1d7640a0d51b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624474/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:08:08.677000Z",
            "updatedTime": "2018-11-10T18:29:28.470415Z",
            "uploadedTime": "2011-05-05T18:08:08.677000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624474/theora/5584_13233ba5ead14155831eb4e107087a0a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624474/large_thumb/large.jpg"
        },
        {
            "id": 624473,
            "name": "Lev.Ord & Gospel Mir..20110817",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624473/theora/5583_c9a2f8519efa4bb886019f942609e73e.ogv",
                "original": "https://upload.frikanalen.no/media/624473/original/orig_26c2096e85624d82b979760e917cbf54.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624473/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624473/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624473/broadcast/5583_8da1432351c74821ace397cf40448d8f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624473/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:07:29.443000Z",
            "updatedTime": "2018-11-10T18:29:28.471798Z",
            "uploadedTime": "2011-05-05T18:07:29.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624473/theora/5583_c9a2f8519efa4bb886019f942609e73e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624473/large_thumb/large.jpg"
        },
        {
            "id": 624471,
            "name": "Lev.Ord & Gospel Mir..20110831",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624471/theora/5582_433ffa3d95764b2ea184acdf0299a0a9.ogv",
                "original": "https://upload.frikanalen.no/media/624471/original/orig_796cc634cded43ef8e22513f763f6fec.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624471/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624471/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624471/broadcast/5582_cca9e2c4ca6540a0a89a798d8e6c30f4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624471/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:06:50.660000Z",
            "updatedTime": "2018-11-10T18:29:28.474706Z",
            "uploadedTime": "2011-05-05T18:06:50.660000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624471/theora/5582_433ffa3d95764b2ea184acdf0299a0a9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624471/large_thumb/large.jpg"
        },
        {
            "id": 624549,
            "name": "Lev.Ord & Gospel Mir..20110914",
            "header": "Levande Ord med Tommy M. Josefsson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624549/theora/5719_bd7e61a60b0146b69a6c83b1c4c024ab.ogv",
                "original": "https://upload.frikanalen.no/media/624549/original/orig_332de70b66c64672817cf3b2f3abb8c6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624549/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624549/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624549/broadcast/5719_cbc8a070e5354b2db2db0d69a6c66aaf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624549/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-08-22T08:29:20.080000Z",
            "updatedTime": "2018-11-10T18:29:28.372353Z",
            "uploadedTime": "2011-08-22T08:29:20.080000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624549/theora/5719_bd7e61a60b0146b69a6c83b1c4c024ab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624549/large_thumb/large.jpg"
        },
        {
            "id": 624550,
            "name": "Lev.Ord & Gospel Mir..20110928",
            "header": "Levande Ord med Tommy M. Josefsson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624550/theora/5720_b2b1f42ab8af4acfb292d10288ee58db.ogv",
                "original": "https://upload.frikanalen.no/media/624550/original/orig_27e9fa66bba14a7289a8e94aeb0535e5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624550/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624550/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624550/broadcast/5720_6ba1af50f89348de81eb571a7847231a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624550/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-08-22T08:30:15.757000Z",
            "updatedTime": "2018-11-10T18:29:28.370983Z",
            "uploadedTime": "2011-08-22T08:30:15.757000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624550/theora/5720_b2b1f42ab8af4acfb292d10288ee58db.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624550/large_thumb/large.jpg"
        },
        {
            "id": 623737,
            "name": "LEV VEL 016",
            "header": "Hjerneslag, ryggplager og helse når man reiser, er temaer i denne utgaven av Lev Vel der Yngvar Børresen har med seg helseeksperter i studio.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623737/theora/4487_b0ef493b00094e22926efd6b9f6d1e01.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623737/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623737/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623737/broadcast/4487_b7b9f880c24f4ecea1c931d0813acc1d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623737/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:45.560000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:36:16.347000Z",
            "updatedTime": "2018-11-10T18:29:29.442803Z",
            "uploadedTime": "2010-07-07T08:36:16.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623737/theora/4487_b0ef493b00094e22926efd6b9f6d1e01.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623737/large_thumb/large.jpg"
        },
        {
            "id": 623738,
            "name": "LEV VEl 017",
            "header": "Blodsuger (flått), fornuftig soling og trening. Yngvar Børresen har med seg helseeksperter i studio.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623738/theora/4488_5064a68f9fcb4a6fbf0a11471571e771.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623738/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623738/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623738/broadcast/4488_5d7fe62b9f0a4d8f8266f14feb21d76c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623738/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:48.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:40:25.397000Z",
            "updatedTime": "2018-11-10T18:29:29.441455Z",
            "uploadedTime": "2010-07-07T08:40:25.397000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623738/theora/4488_5064a68f9fcb4a6fbf0a11471571e771.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623738/large_thumb/large.jpg"
        },
        {
            "id": 622425,
            "name": "LEV VEL 08 010",
            "header": "Vi snakker med helseeksperter om våre små og store plager. Programleder: Yngvar Børresen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622425/theora/2081_a453eaab6ba741cf88e66b1302edb0c3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622425/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622425/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622425/broadcast/orig_Lev Vel 08 010.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622425/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:16",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T10:41:00Z",
            "updatedTime": "2018-11-10T18:29:30.740933Z",
            "uploadedTime": "2009-01-02T10:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622425/theora/2081_a453eaab6ba741cf88e66b1302edb0c3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622425/large_thumb/large.jpg"
        },
        {
            "id": 622251,
            "name": "LEV VEL 08 011",
            "header": "Vi snakker med helseeksperter om våre store og små plager.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622251/theora/2082_90379c041d3c484aa10355bf9fda2816.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622251/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622251/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622251/broadcast/orig_Lev Vel 08 011.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622251/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:43.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T10:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.977335Z",
            "uploadedTime": "2009-01-02T10:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622251/theora/2082_90379c041d3c484aa10355bf9fda2816.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622251/large_thumb/large.jpg"
        },
        {
            "id": 622252,
            "name": "LEV VEL 08 012",
            "header": "Vi spør helseeksperter om våre store og små plager. Programleder: Yngvar Børresen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622252/theora/2083_98436a4853434de19396b4bca0561c14.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622252/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622252/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622252/broadcast/orig_5e79a71bd42440ad9c029538135b286f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622252/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.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T10:43:00Z",
            "updatedTime": "2018-11-10T18:29:30.975942Z",
            "uploadedTime": "2009-01-02T10:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622252/theora/2083_98436a4853434de19396b4bca0561c14.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622252/large_thumb/large.jpg"
        },
        {
            "id": 622274,
            "name": "LEV VEL 09 013",
            "header": "Serien tar opp våre store og små helseplager. Med bl.a. programleder Yngvar Børresen og lege Jørn Ossum Gronert.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622274/theora/2122_3c722f7bf3e94efbbaccac37c3655db0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622274/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622274/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622274/broadcast/orig_LEV VEL 09 013 Migrene.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622274/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:56.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T11:22:00Z",
            "updatedTime": "2018-11-10T18:29:30.946045Z",
            "uploadedTime": "2009-01-02T11:22:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622274/theora/2122_3c722f7bf3e94efbbaccac37c3655db0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622274/large_thumb/large.jpg"
        },
        {
            "id": 622273,
            "name": "LEV VEL 09 014",
            "header": "Programserien tar opp våre store og små helseproblemer, fysiske som psykiske. Programleder Yngvar Børresen, og lege Jørn Ossum Gronert.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622273/theora/2121_5517631744b04b92bde6d96b7d886d0c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622273/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622273/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622273/broadcast/orig_LEV VEL 09 014 Diabetes.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622273/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:59.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T11:21:00Z",
            "updatedTime": "2018-11-10T18:29:30.947395Z",
            "uploadedTime": "2009-01-02T11:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622273/theora/2121_5517631744b04b92bde6d96b7d886d0c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622273/large_thumb/large.jpg"
        },
        {
            "id": 622305,
            "name": "LEV VEL 09 015",
            "header": "Vi snakker med helsepersonell om våre store og små plager. Programleder er Yngvar Børresen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622305/theora/2294_667705c3c0ab43caab794c3ea647f51e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622305/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622305/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622305/broadcast/orig_LEV VEL 09 015 Kols.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622305/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:46.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T14:14:00Z",
            "updatedTime": "2018-11-10T18:29:30.905085Z",
            "uploadedTime": "2009-01-02T14:14:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622305/theora/2294_667705c3c0ab43caab794c3ea647f51e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622305/large_thumb/large.jpg"
        },
        {
            "id": 623404,
            "name": "LEV VEL fysisk aktivitet",
            "header": "Fysisk aktivitet er uvurderlig viktig for en god helse. Med Per og Karsten de Lange. Programleder Yngvar Børresen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623404/theora/3979_af8ea3b19b9b4cfbaf30d74285a12b9c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623404/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623404/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623404/broadcast/3979_2d3e9e1f66654339b61d8acdcb4aba0d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623404/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:53.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-17T09:58:27.957000Z",
            "updatedTime": "2018-11-10T18:29:29.838705Z",
            "uploadedTime": "2010-02-17T09:58:27.957000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623404/theora/3979_af8ea3b19b9b4cfbaf30d74285a12b9c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623404/large_thumb/large.jpg"
        },
        {
            "id": 623408,
            "name": "LEV VEL Ned i vekt 01",
            "header": "Per de Lange forteller hvordan vi kan gå ned i vekt.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623408/theora/3977_ed462d2b50b94db891c9469e77b265ab.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623408/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623408/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623408/broadcast/3977_38f723540b0a4d778c0bd3e9ba54805b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623408/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:56.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-17T09:44:55.983000Z",
            "updatedTime": "2018-11-10T18:29:29.833238Z",
            "uploadedTime": "2010-02-17T09:44:55.983000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623408/theora/3977_ed462d2b50b94db891c9469e77b265ab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623408/large_thumb/large.jpg"
        },
        {
            "id": 623406,
            "name": "LEV VEL ned i vekt 02",
            "header": "Per de Lange forteller hvordan vi kan gå ned i vekt.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623406/theora/3978_a290788a98de49b49949c326584a9ac2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623406/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623406/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623406/broadcast/3978_d571949a2c1c48c68e6399fa2962e767.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623406/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:20.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-17T09:54:38.767000Z",
            "updatedTime": "2018-11-10T18:29:29.835985Z",
            "uploadedTime": "2010-02-17T09:54:38.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623406/theora/3978_a290788a98de49b49949c326584a9ac2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623406/large_thumb/large.jpg"
        },
        {
            "id": 623409,
            "name": "LEV VEL Usunne barn",
            "header": "Barn vokser ikke automatisk opp med en god helse. Med Per og Karsten de Lange. Programleder Yngvar Børresen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623409/theora/3980_4776b292ae9c49a39a33e407c1c0291f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623409/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623409/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623409/broadcast/3980_c9794e00a64f42058d7ae76ae4b24e6f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623409/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:46.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-17T10:02:56.743000Z",
            "updatedTime": "2018-11-10T18:29:29.831843Z",
            "uploadedTime": "2010-02-17T10:02:56.743000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623409/theora/3980_4776b292ae9c49a39a33e407c1c0291f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623409/large_thumb/large.jpg"
        },
        {
            "id": 625714,
            "name": "Lightning talks - Debconf 16",
            "header": "They're talks. They go like lightning.\n\nTalk (45 mins) session with Nattie Mayer-Hutchings during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625714/broadcast/Lightning_talks_6.dv",
                "theora": "https://upload.frikanalen.no/media/625714/theora/Lightning_talks_6.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625714/large_thumb/Lightning_talks_6.jpg",
                "original": "https://upload.frikanalen.no/media/625714/original/Lightning_talks_6.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625714/small_thumb/Lightning_talks_6.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:51:22.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/105/",
            "createdTime": "2016-07-22T13:37:38.584877Z",
            "updatedTime": "2018-11-10T18:29:26.823686Z",
            "uploadedTime": "2016-07-22T13:37:45.209826Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625714/theora/Lightning_talks_6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625714/large_thumb/Lightning_talks_6.jpg"
        },
        {
            "id": 623821,
            "name": "Lillasyster",
            "header": "Konsertopptak med Lillasyster.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623821/theora/4590_9664a7e747934e588bf2abe05acfbdf5.ogv",
                "original": "https://upload.frikanalen.no/media/623821/original/orig_b63e3bbaa34d47b48cf9cfee4db0edcc.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623821/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623821/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623821/broadcast/4590_14c55c64f52d4201b0edcb12cfa6bfd2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623821/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:05:04.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:13:58Z",
            "updatedTime": "2018-11-10T18:29:29.332446Z",
            "uploadedTime": "2010-08-10T19:13:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623821/theora/4590_9664a7e747934e588bf2abe05acfbdf5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623821/large_thumb/large.jpg"
        },
        {
            "id": 624847,
            "name": "Lillestrøm Musikkorps",
            "header": "NM Janitsjar 2012 - Olavshallen Trondheim",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624847/theora/6207_daa1343569fa4d3088d870d6bd4cad9d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624847/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624847/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624847/broadcast/6207_8ff53fd581cc44cd832ddb8186bd5c6a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624847/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:48.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-11T09:54:16.193000Z",
            "updatedTime": "2018-11-10T18:29:27.987637Z",
            "uploadedTime": "2012-04-11T09:54:16.193000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624847/theora/6207_daa1343569fa4d3088d870d6bd4cad9d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624847/large_thumb/large.jpg"
        },
        {
            "id": 624745,
            "name": "Lima, Peru 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624745/theora/6013_0eb2c3619b73441eac57c0c7bf558a41.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624745/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624745/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624745/broadcast/6013_78e668f9f3c84fb39e37da1fdd0bf922.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624745/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:26.440000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-08T00:18:37.513000Z",
            "updatedTime": "2018-11-10T18:29:28.117049Z",
            "uploadedTime": "2012-02-08T00:18:37.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624745/theora/6013_0eb2c3619b73441eac57c0c7bf558a41.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624745/large_thumb/large.jpg"
        },
        {
            "id": 626085,
            "name": "Linux Security APIs and the Chromium Sandbox - Patricia Aas",
            "header": "The Linux Security and Isolation APIs have become the basis of some of the most useful features server-side, providing the isolation required for efficient containers. However, these APIs also form the basis of the Chromium Sandbox on Linux, and we will study them in that context in this talk.\r\n\r\nRecorded at the OWASP Norway Day by NUUG.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626085/theora/20181120-patricia.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626085/broadcast/20181120-patricia.dv",
                "original": "https://upload.frikanalen.no/media/626085/original/20181120-patricia.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626085/large_thumb/20181120-patricia.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:53:46.740000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=7aWdd3lYgWA",
            "createdTime": "2018-12-10T10:13:59.083146Z",
            "updatedTime": "2018-12-10T11:24:40.437997Z",
            "uploadedTime": "2018-12-10T10:26:48.582420Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626085/theora/20181120-patricia.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626085/large_thumb/20181120-patricia.jpg"
        },
        {
            "id": 626433,
            "name": "Liten test 2",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626433/theora/IMG_1133.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626433/broadcast/IMG_1133.dv",
                "original": "https://upload.frikanalen.no/media/626433/original/IMG_1133.MOV",
                "largeThumb": "https://upload.frikanalen.no/media/626433/large_thumb/IMG_1133.jpg"
            },
            "creator": "toresbe@protonmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:07.006656",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-08-05T21:57:34.270063Z",
            "updatedTime": "2020-08-05T21:57:56.290500Z",
            "uploadedTime": "2020-08-05T21:57:47.420131Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626433/theora/IMG_1133.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626433/large_thumb/IMG_1133.jpg"
        },
        {
            "id": 625729,
            "name": "Live demos - Debconf 16",
            "header": "Show off your project! NB: It will be mandatory to set up your laptop before the session, in order to assure a smooth transition between speakers.\n\nTalk (45 mins) session with Nattie Mayer-Hutchings during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625729/theora/Live_demos_4.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625729/broadcast/Live_demos_4.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625729/large_thumb/Live_demos_4.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625729/small_thumb/Live_demos_4.jpg",
                "original": "https://upload.frikanalen.no/media/625729/original/Live_demos_4.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:44:17.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/104/",
            "createdTime": "2016-07-22T20:57:26.088864Z",
            "updatedTime": "2018-11-10T18:29:26.802555Z",
            "uploadedTime": "2016-07-22T20:57:44.981947Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625729/theora/Live_demos_4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625729/large_thumb/Live_demos_4.jpg"
        },
        {
            "id": 625702,
            "name": "Live demos - Debconf 16",
            "header": "Show off your project! NB: It will be mandatory to set up your laptop before the session, in order to assure a smooth transition between speakers.\n\nTalk (45 mins) session with Nattie Mayer-Hutchings during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625702/broadcast/Live_demos_3.dv",
                "theora": "https://upload.frikanalen.no/media/625702/theora/Live_demos_3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625702/small_thumb/Live_demos_3.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625702/large_thumb/Live_demos_3.jpg",
                "original": "https://upload.frikanalen.no/media/625702/original/Live_demos_3.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:24:28.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/3/",
            "createdTime": "2016-07-22T07:41:20.142790Z",
            "updatedTime": "2018-11-10T18:29:26.840684Z",
            "uploadedTime": "2016-07-22T07:41:24.897230Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625702/theora/Live_demos_3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625702/large_thumb/Live_demos_3.jpg"
        },
        {
            "id": 626937,
            "name": "Live fra Literaturhuset",
            "header": "Live fra Literaturhuset, test mot baseavtalen mellom Norge og USA",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/626937/original/dummy"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 142,
                "name": "Norge ut av NATO",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2232,
                "editorName": "Sonja Krohn",
                "editorEmail": "skrohn@broadpark.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "02:00:00",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-10-08T08:45:49.161088Z",
            "updatedTime": "2021-10-08T17:27:09.752129Z",
            "uploadedTime": "2021-10-08T08:44:22Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "/static/default_large_thumbnail.png"
        },
        {
            "id": 626646,
            "name": "Livet og døden",
            "header": "Livet har 2 utganger",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626646/theora/Livet og døden.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626646/broadcast/Livet og døden.dv",
                "original": "https://upload.frikanalen.no/media/626646/original/Livet og døden.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626646/large_thumb/Livet og døden.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:49.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-12-17T15:20:13.734525Z",
            "updatedTime": "2020-12-17T15:36:39.199332Z",
            "uploadedTime": "2020-12-17T15:21:13.094987Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626646/theora/Livet og døden.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626646/large_thumb/Livet og døden.jpg"
        },
        {
            "id": 625008,
            "name": "Livets sanne hage",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625008/theora/6477_128b266375d4459286c1a1a55452f3f8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625008/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625008/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625008/broadcast/6477_128b266375d4459286c1a1a55452f3f8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625008/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:16.680000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-10-14T20:03:52.220000Z",
            "updatedTime": "2018-11-10T18:29:27.779195Z",
            "uploadedTime": "2012-10-14T20:03:52.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625008/theora/6477_128b266375d4459286c1a1a55452f3f8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625008/large_thumb/large.jpg"
        },
        {
            "id": 622927,
            "name": "Livsretning del 1a",
            "header": "Mening",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622927/theora/3174_5fd08929d96c4aa0b031d595f7b2364a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622927/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622927/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622927/broadcast/orig_1126f22220ae463d92c261dcbf369f83.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622927/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:23:13.227000Z",
            "updatedTime": "2018-11-10T18:29:30.416141Z",
            "uploadedTime": "2009-07-29T12:23:13.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622927/theora/3174_5fd08929d96c4aa0b031d595f7b2364a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622927/large_thumb/large.jpg"
        },
        {
            "id": 622928,
            "name": "Livsretning del 1b",
            "header": "Samtale",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622928/theora/3175_5dedc8294cda429cbdf62974d7f28546.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622928/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622928/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622928/broadcast/orig_d93fd848550f43c6a8a80550f8a73955.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622928/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:15",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:40:06.980000Z",
            "updatedTime": "2018-11-10T18:29:30.414759Z",
            "uploadedTime": "2009-07-29T12:40:06.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622928/theora/3175_5dedc8294cda429cbdf62974d7f28546.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622928/large_thumb/large.jpg"
        }
    ]
}