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

{
    "count": 3719,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=150&ordering=header&page=2",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=50&ordering=header&page=2",
    "results": [
        {
            "id": 625396,
            "name": "Empo TV - 14.06.19",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625396/theora/Empo-140619.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625396/small_thumb/Empo-140619.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625396/large_thumb/Empo-140619.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625396/broadcast/Empo-140619.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:37:47Z",
            "updatedTime": "2020-08-30T20:19:49.456520Z",
            "uploadedTime": "2015-06-15T08:37:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625396/theora/Empo-140619.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625396/large_thumb/Empo-140619.jpg"
        },
        {
            "id": 626308,
            "name": "Shofar TV 14 Reise til Tel Aviv.mp4",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626308/theora/Shofar TV 14 Reise til Tel Aviv.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626308/broadcast/Shofar TV 14 Reise til Tel Aviv.dv",
                "original": "https://upload.frikanalen.no/media/626308/original/Shofar TV 14 Reise til Tel Aviv.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626308/large_thumb/Shofar TV 14 Reise til Tel Aviv.jpg"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:33.600000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-03T15:20:33.457599Z",
            "updatedTime": "2020-02-03T15:37:04.255731Z",
            "uploadedTime": "2020-02-03T15:34:09.183277Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626308/theora/Shofar TV 14 Reise til Tel Aviv.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626308/large_thumb/Shofar TV 14 Reise til Tel Aviv.jpg"
        },
        {
            "id": 626263,
            "name": "Sanger til glede fra P7 - sesong 3, program 6",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626263/theora/tv_sg_030.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626263/broadcast/tv_sg_030.dv",
                "original": "https://upload.frikanalen.no/media/626263/original/tv_sg_030.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626263/large_thumb/tv_sg_030.jpg"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:24:09.080000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-01-03T11:19:21.304479Z",
            "updatedTime": "2020-05-18T06:50:34.107982Z",
            "uploadedTime": "2020-01-03T11:39:46.015144Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626263/theora/tv_sg_030.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626263/large_thumb/tv_sg_030.jpg"
        },
        {
            "id": 625835,
            "name": "Daily Tech News Show 31. October 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625835/theora/DTNS20161029.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625835/broadcast/DTNS20161029.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625835/small_thumb/DTNS20161029.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625835/large_thumb/DTNS20161029.jpg",
                "original": "https://upload.frikanalen.no/media/625835/original/DTNS20161029.mp4"
            },
            "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:36:55.900000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7895vid",
            "createdTime": "2016-12-01T11:13:10.559531Z",
            "updatedTime": "2018-11-10T18:29:26.647160Z",
            "uploadedTime": "2016-12-01T11:13:15.754093Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625835/theora/DTNS20161029.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625835/large_thumb/DTNS20161029.jpg"
        },
        {
            "id": 625410,
            "name": "Empo TV - 15.01.22",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625410/theora/Empo-150122.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625410/large_thumb/Empo-150122.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625410/small_thumb/Empo-150122.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625410/broadcast/Empo-150122.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:09.320000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:41:09Z",
            "updatedTime": "2020-08-30T20:17:44.851619Z",
            "uploadedTime": "2015-06-15T08:41:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625410/theora/Empo-150122.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625410/large_thumb/Empo-150122.jpg"
        },
        {
            "id": 626349,
            "name": "God Søndag fra P7 - Steinene taler 3 - Levende steiner",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626349/theora/tv_gs_297_tv.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626349/broadcast/tv_gs_297_tv.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626349/large_thumb/tv_gs_297_tv.jpg",
                "original": "https://upload.frikanalen.no/media/626349/original/tv_gs_297_tv.mp4"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:58:47.100000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-08T06:31:26.761064Z",
            "updatedTime": "2020-08-31T19:18:20.243944Z",
            "uploadedTime": "2020-04-08T07:06:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626349/theora/tv_gs_297_tv.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626349/large_thumb/tv_gs_297_tv.jpg"
        },
        {
            "id": 625409,
            "name": "Empo TV - 14.11.27",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625409/large_thumb/Empo-141127.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625409/small_thumb/Empo-141127.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625409/broadcast/Empo-141127.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:28:02.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:41:19Z",
            "updatedTime": "2020-08-30T20:18:00.063891Z",
            "uploadedTime": "2015-06-15T08:41:26Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625409/large_thumb/Empo-141127.jpg"
        },
        {
            "id": 625787,
            "name": "Daily Tech News Show 19. September 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625787/broadcast/DTNS20160919.dv",
                "theora": "https://upload.frikanalen.no/media/625787/theora/DTNS20160919.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625787/large_thumb/DTNS20160919.jpg",
                "original": "https://upload.frikanalen.no/media/625787/original/DTNS20160919.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625787/small_thumb/DTNS20160919.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:50:31.110000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7538vid",
            "createdTime": "2016-10-10T08:52:42.356207Z",
            "updatedTime": "2018-11-10T18:29:26.720438Z",
            "uploadedTime": "2016-10-10T08:52:54.344496Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625787/theora/DTNS20160919.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625787/large_thumb/DTNS20160919.jpg"
        },
        {
            "id": 626168,
            "name": "Sanger til glede - S2.P06",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626168/theora/tv_sg_018.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626168/broadcast/tv_sg_018.dv",
                "original": "https://upload.frikanalen.no/media/626168/original/tv_sg_018.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626168/large_thumb/tv_sg_018.jpg"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:24:42.880000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2019-04-17T06:01:16.252420Z",
            "updatedTime": "2020-05-18T06:53:26.187655Z",
            "uploadedTime": "2019-04-17T06:06:10.375706Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626168/theora/tv_sg_018.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626168/large_thumb/tv_sg_018.jpg"
        },
        {
            "id": 625781,
            "name": "Daily Tech News Show 12. September 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625781/broadcast/DTNS20160912.dv",
                "theora": "https://upload.frikanalen.no/media/625781/theora/DTNS20160912.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625781/small_thumb/DTNS20160912.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625781/large_thumb/DTNS20160912.jpg",
                "original": "https://upload.frikanalen.no/media/625781/original/DTNS20160912.mp4"
            },
            "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:48:25.140000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7488vid",
            "createdTime": "2016-09-30T07:18:02.355544Z",
            "updatedTime": "2018-11-10T18:29:26.728901Z",
            "uploadedTime": "2016-09-30T07:18:12.831308Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625781/theora/DTNS20160912.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625781/large_thumb/DTNS20160912.jpg"
        },
        {
            "id": 626264,
            "name": "Sanger til glede fra P7 - sesong 3, program 7",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626264/theora/tv_sg_031.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626264/broadcast/tv_sg_031.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626264/large_thumb/tv_sg_031.jpg",
                "original": "https://upload.frikanalen.no/media/626264/original/tv_sg_031.mp4"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:23:14.460000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-01-03T12:05:51.122889Z",
            "updatedTime": "2020-05-18T06:50:41.333222Z",
            "uploadedTime": "2020-01-03T12:25:09.959782Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626264/theora/tv_sg_031.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626264/large_thumb/tv_sg_031.jpg"
        },
        {
            "id": 625877,
            "name": "Trond-Viggo.avi",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625877/theora/Trond-Viggo.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625877/broadcast/Trond-Viggo.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625877/large_thumb/Trond-Viggo.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625877/small_thumb/Trond-Viggo.jpg"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:24:52.840000",
            "categories": [
                "Andre"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2017-04-18T17:09:24.597922Z",
            "updatedTime": "2018-11-10T18:29:26.590380Z",
            "uploadedTime": "2017-04-18T17:10:17.920847Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625877/theora/Trond-Viggo.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625877/large_thumb/Trond-Viggo.jpg"
        },
        {
            "id": 625421,
            "name": "Empo TV - 15.06.25",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625421/theora/Empo-150625.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625421/small_thumb/Empo-150625.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625421/large_thumb/Empo-150625.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625421/broadcast/Empo-150625-dv.avi",
                "original": "https://upload.frikanalen.no/media/625421/original/Empo-150625.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:12:15.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-25T12:37:01Z",
            "updatedTime": "2020-08-29T18:52:39.831656Z",
            "uploadedTime": "2015-06-25T12:37:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625421/theora/Empo-150625.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625421/large_thumb/Empo-150625.jpg"
        },
        {
            "id": 625406,
            "name": "Empo TV - 14.08.28",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625406/theora/Empo-140828.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625406/large_thumb/Empo-140828.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625406/small_thumb/Empo-140828.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625406/broadcast/Empo-140828.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:26:46.360000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:29Z",
            "updatedTime": "2020-08-30T19:32:39.971426Z",
            "uploadedTime": "2015-06-15T08:40:31Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625406/theora/Empo-140828.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625406/large_thumb/Empo-140828.jpg"
        },
        {
            "id": 625509,
            "name": "Empo TV - 16.03.03",
            "header": "",
            "description": "",
            "files": {
                "original": "https://upload.frikanalen.no/media/625509/original/Empo-160303.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625509/small_thumb/Empo-160303.jpg",
                "theora": "https://upload.frikanalen.no/media/625509/theora/Empo-160303.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625509/large_thumb/Empo-160303.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625509/broadcast/Empo-160303-dv.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:33.960000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-04T11:21:53Z",
            "updatedTime": "2020-08-30T20:16:24.001208Z",
            "uploadedTime": "2016-03-04T11:21:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625509/theora/Empo-160303.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625509/large_thumb/Empo-160303.jpg"
        },
        {
            "id": 625405,
            "name": "Empo TV - 14.06.12",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625405/theora/Empo-140612.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625405/large_thumb/Empo-140612.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625405/small_thumb/Empo-140612.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625405/broadcast/Empo-140612.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:22Z",
            "updatedTime": "2020-08-30T20:18:47.179325Z",
            "uploadedTime": "2015-06-15T08:40:23Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625405/theora/Empo-140612.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625405/large_thumb/Empo-140612.jpg"
        },
        {
            "id": 622474,
            "name": "Andre (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622474/theora/645_f878681a95de454cab9fde355a47f502.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622474/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622474/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622474/broadcast/orig_vignetter.andre organisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622474/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Andre"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:45:00Z",
            "updatedTime": "2018-11-14T11:22:23.803006Z",
            "uploadedTime": "2009-01-01T10:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622474/theora/645_f878681a95de454cab9fde355a47f502.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622474/large_thumb/large.jpg"
        },
        {
            "id": 625393,
            "name": "Empo TV - 14.08.07",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625393/theora/Empo-140807.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625393/large_thumb/Empo-140807.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625393/small_thumb/Empo-140807.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625393/broadcast/Empo-140807.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:30.360000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:36:50Z",
            "updatedTime": "2020-08-30T20:19:57.868665Z",
            "uploadedTime": "2015-06-15T08:36:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625393/theora/Empo-140807.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625393/large_thumb/Empo-140807.jpg"
        },
        {
            "id": 622472,
            "name": "Minoriteter (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622472/theora/641_1e660bc8289944cc9096deccd29f7164.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622472/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622472/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622472/broadcast/orig_vignetter.minoritetsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622472/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:41:00Z",
            "updatedTime": "2018-11-14T11:23:17.611834Z",
            "uploadedTime": "2009-01-01T10:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622472/theora/641_1e660bc8289944cc9096deccd29f7164.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622472/large_thumb/large.jpg"
        },
        {
            "id": 625791,
            "name": "Daily Tech News Show 23. September 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625791/broadcast/DTNS-2863---forsale.dv",
                "theora": "https://upload.frikanalen.no/media/625791/theora/DTNS-2863---forsale.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625791/large_thumb/DTNS-2863---forsale.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625791/small_thumb/DTNS-2863---forsale.jpg",
                "original": "https://upload.frikanalen.no/media/625791/original/DTNS-2863---forsale.mp4"
            },
            "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": "01:11:15.440000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7596vid",
            "createdTime": "2016-10-12T11:22:13.841854Z",
            "updatedTime": "2018-11-10T18:29:26.714976Z",
            "uploadedTime": "2016-10-12T11:22:20.101651Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625791/theora/DTNS-2863---forsale.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625791/large_thumb/DTNS-2863---forsale.jpg"
        },
        {
            "id": 625850,
            "name": "Daily Tech News Show 23. November 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625850/broadcast/DTNS20161123.dv",
                "theora": "https://upload.frikanalen.no/media/625850/theora/DTNS20161123.ogv",
                "original": "https://upload.frikanalen.no/media/625850/original/DTNS20161123.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625850/large_thumb/DTNS20161123.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625850/small_thumb/DTNS20161123.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": "01:09:29.770000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8076vid",
            "createdTime": "2016-12-19T15:00:41.120322Z",
            "updatedTime": "2018-11-10T18:29:26.625688Z",
            "uploadedTime": "2016-12-19T15:00:52.815330Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625850/theora/DTNS20161123.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625850/large_thumb/DTNS20161123.jpg"
        },
        {
            "id": 625397,
            "name": "Empo TV - 14.11.06",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625397/theora/Empo-141106.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625397/large_thumb/Empo-141106.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625397/small_thumb/Empo-141106.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625397/broadcast/Empo-141106.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:58.680000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:37:38Z",
            "updatedTime": "2020-08-30T20:20:40.517643Z",
            "uploadedTime": "2015-06-15T08:37:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625397/theora/Empo-141106.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625397/large_thumb/Empo-141106.jpg"
        },
        {
            "id": 625847,
            "name": "Daily Tech News Show 18. November 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625847/theora/DTNS20161118.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625847/broadcast/DTNS20161118.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625847/large_thumb/DTNS20161118.jpg",
                "original": "https://upload.frikanalen.no/media/625847/original/DTNS20161118.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625847/small_thumb/DTNS20161118.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:58:24.080000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8045vid",
            "createdTime": "2016-12-19T12:40:24.110380Z",
            "updatedTime": "2018-11-10T18:29:26.630252Z",
            "uploadedTime": "2016-12-19T12:40:28.668708Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625847/theora/DTNS20161118.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625847/large_thumb/DTNS20161118.jpg"
        },
        {
            "id": 625216,
            "name": "God Søndag fra P7 - Følg meg (2) - Lys og salt",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625216/theora/tv_gs_075.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625216/small_thumb/tv_gs_075.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625216/large_thumb/tv_gs_075.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625216/broadcast/tv_gs_075.avi"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:59:36.600000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-10-27T10:01:45Z",
            "updatedTime": "2020-08-31T19:27:45.098885Z",
            "uploadedTime": "2013-10-27T10:01:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625216/theora/tv_gs_075.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625216/large_thumb/tv_gs_075.jpg"
        },
        {
            "id": 625402,
            "name": "Empo TV - 14.05.08",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625402/theora/Empo-140508.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625402/small_thumb/Empo-140508.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625402/large_thumb/Empo-140508.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625402/broadcast/Empo-140508.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:43.840000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:39:16Z",
            "updatedTime": "2020-08-30T20:19:12.766859Z",
            "uploadedTime": "2015-06-15T08:39:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625402/theora/Empo-140508.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625402/large_thumb/Empo-140508.jpg"
        },
        {
            "id": 626130,
            "name": "Rune test",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626130/theora/Popsenteret.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626130/broadcast/Popsenteret.dv",
                "original": "https://upload.frikanalen.no/media/626130/original/Popsenteret.mov",
                "largeThumb": "https://upload.frikanalen.no/media/626130/large_thumb/Popsenteret.jpg"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:03:09.840000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2019-01-28T10:51:00.251654Z",
            "updatedTime": "2019-01-28T13:30:02.295998Z",
            "uploadedTime": "2019-01-28T13:28:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626130/theora/Popsenteret.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626130/large_thumb/Popsenteret.jpg"
        },
        {
            "id": 625404,
            "name": "Empo TV - 14.10.16",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625404/theora/Empo-141016.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625404/small_thumb/Empo-141016.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625404/large_thumb/Empo-141016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625404/broadcast/Empo-141016.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:30.080000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:16Z",
            "updatedTime": "2020-08-30T20:18:55.587624Z",
            "uploadedTime": "2015-06-15T08:40:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625404/theora/Empo-141016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625404/large_thumb/Empo-141016.jpg"
        },
        {
            "id": 626163,
            "name": "Sanger til glede - S2.P02",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626163/theora/tv_sg_014.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626163/broadcast/tv_sg_014.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626163/large_thumb/tv_sg_014.jpg",
                "original": "https://upload.frikanalen.no/media/626163/original/tv_sg_014.mp4"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:25:20.560000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2019-04-15T13:26:11.261614Z",
            "updatedTime": "2020-05-18T06:53:02.006124Z",
            "uploadedTime": "2019-04-15T13:30:42.596502Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626163/theora/tv_sg_014.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626163/large_thumb/tv_sg_014.jpg"
        },
        {
            "id": 625765,
            "name": "Daily Tech News Show 26. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625765/theora/DTNS20160826.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625765/broadcast/DTNS20160826.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625765/small_thumb/DTNS20160826.jpg",
                "original": "https://upload.frikanalen.no/media/625765/original/DTNS20160826.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625765/large_thumb/DTNS20160826.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:56:01.040000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7296vid",
            "createdTime": "2016-08-29T06:22:59.671520Z",
            "updatedTime": "2018-11-10T18:29:26.751339Z",
            "uploadedTime": "2016-08-29T06:23:06.772974Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625765/theora/DTNS20160826.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625765/large_thumb/DTNS20160826.jpg"
        },
        {
            "id": 625784,
            "name": "Daily Tech News Show 15. September 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625784/theora/DTNS20160915.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625784/broadcast/DTNS20160915.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625784/small_thumb/DTNS20160915.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625784/large_thumb/DTNS20160915.jpg",
                "original": "https://upload.frikanalen.no/media/625784/original/DTNS20160915.mp4"
            },
            "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:00.620000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7514vid",
            "createdTime": "2016-10-03T09:46:01.846044Z",
            "updatedTime": "2018-11-10T18:29:26.724567Z",
            "uploadedTime": "2016-10-03T09:46:06.351336Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625784/theora/DTNS20160915.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625784/large_thumb/DTNS20160915.jpg"
        },
        {
            "id": 625852,
            "name": "Daily Tech News Show 29. November 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625852/broadcast/DTNS20161129.dv",
                "theora": "https://upload.frikanalen.no/media/625852/theora/DTNS20161129.ogv",
                "original": "https://upload.frikanalen.no/media/625852/original/DTNS20161129.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625852/small_thumb/DTNS20161129.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625852/large_thumb/DTNS20161129.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:57:38.750000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8105vid",
            "createdTime": "2016-12-20T07:34:15.995674Z",
            "updatedTime": "2018-11-10T18:29:26.622894Z",
            "uploadedTime": "2016-12-20T07:34:33.295839Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625852/theora/DTNS20161129.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625852/large_thumb/DTNS20161129.jpg"
        },
        {
            "id": 625403,
            "name": "Empo TV - 15.02.12",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625403/theora/Empo-150212.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625403/large_thumb/Empo-150212.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625403/small_thumb/Empo-150212.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625403/broadcast/Empo-150212.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:10",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:02Z",
            "updatedTime": "2020-08-30T20:19:03.459808Z",
            "uploadedTime": "2015-06-15T08:40:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625403/theora/Empo-150212.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625403/large_thumb/Empo-150212.jpg"
        },
        {
            "id": 625846,
            "name": "Daily Tech News Show 17. November 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625846/broadcast/DTNS20161117.dv",
                "theora": "https://upload.frikanalen.no/media/625846/theora/DTNS20161117.ogv",
                "original": "https://upload.frikanalen.no/media/625846/original/DTNS20161117.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625846/large_thumb/DTNS20161117.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625846/small_thumb/DTNS20161117.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": "01:01:35.320000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8036vid",
            "createdTime": "2016-12-19T11:50:21.326748Z",
            "updatedTime": "2018-11-10T18:29:26.631730Z",
            "uploadedTime": "2016-12-19T11:50:26.760578Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625846/theora/DTNS20161117.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625846/large_thumb/DTNS20161117.jpg"
        },
        {
            "id": 625845,
            "name": "Daily Tech News Show 16. November 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625845/theora/DTNS20161116.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625845/broadcast/DTNS20161116.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625845/small_thumb/DTNS20161116.jpg",
                "original": "https://upload.frikanalen.no/media/625845/original/DTNS20161116.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625845/large_thumb/DTNS20161116.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": "01:08:51.090000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8027vid",
            "createdTime": "2016-12-16T13:46:52.866002Z",
            "updatedTime": "2018-11-10T18:29:26.633147Z",
            "uploadedTime": "2016-12-16T13:46:58.411406Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625845/theora/DTNS20161116.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625845/large_thumb/DTNS20161116.jpg"
        },
        {
            "id": 622393,
            "name": "Beredskap (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622393/theora/644_76f05177328441bca2d7337f2842f833.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622393/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622393/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622393/broadcast/orig_vignetter.beredskapsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622393/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:44:00Z",
            "updatedTime": "2018-11-14T11:24:05.703596Z",
            "uploadedTime": "2009-01-01T10:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622393/theora/644_76f05177328441bca2d7337f2842f833.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622393/large_thumb/large.jpg"
        },
        {
            "id": 625508,
            "name": "God Søndag fra P7 - Fristaden",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625508/theora/God sondag - tv_gs_198 airdate 2016_03_06.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625508/small_thumb/God sondag - tv_gs_198 airdate 2016_03_06.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625508/large_thumb/God sondag - tv_gs_198 airdate 2016_03_06.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625508/broadcast/God sondag - tv_gs_198 airdate 2016_03_06.avi"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:00:05.400000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-04T10:17:09Z",
            "updatedTime": "2020-08-31T19:25:00.056918Z",
            "uploadedTime": "2016-03-04T10:17:28Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625508/theora/God sondag - tv_gs_198 airdate 2016_03_06.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625508/large_thumb/God sondag - tv_gs_198 airdate 2016_03_06.jpg"
        },
        {
            "id": 625168,
            "name": "Empo TV - del 130",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625168/large_thumb/Empo-130411.jpg",
                "theora": "https://upload.frikanalen.no/media/625168/theora/Empo-130411.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625168/small_thumb/Empo-130411.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625168/broadcast/Empo-130411.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-11T13:34:53Z",
            "updatedTime": "2020-08-30T19:36:51.732109Z",
            "uploadedTime": "2013-04-11T13:34:54Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625168/theora/Empo-130411.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625168/large_thumb/Empo-130411.jpg"
        },
        {
            "id": 626256,
            "name": "Sanger til glede fra P7 - sesong 3, program 1",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626256/theora/tv_sg_025.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626256/broadcast/tv_sg_025.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626256/large_thumb/tv_sg_025.jpg",
                "original": "https://upload.frikanalen.no/media/626256/original/tv_sg_025.mp4"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:34.060000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-01-03T06:30:55.253774Z",
            "updatedTime": "2020-05-18T06:48:57.082348Z",
            "uploadedTime": "2020-01-03T06:54:28.801235Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626256/theora/tv_sg_025.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626256/large_thumb/tv_sg_025.jpg"
        },
        {
            "id": 625514,
            "name": "Empo TV - 16.03.10",
            "header": "",
            "description": "",
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625514/broadcast/Empo-160310-dv.avi",
                "original": "https://upload.frikanalen.no/media/625514/original/Empo-160310.avi",
                "theora": "https://upload.frikanalen.no/media/625514/theora/Empo-160310.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625514/small_thumb/Empo-160310.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625514/large_thumb/Empo-160310.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:16.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-11T18:19:05Z",
            "updatedTime": "2020-08-30T20:16:13.903754Z",
            "uploadedTime": "2016-03-11T18:19:07Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625514/theora/Empo-160310.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625514/large_thumb/Empo-160310.jpg"
        },
        {
            "id": 625408,
            "name": "Empo TV - 14.08.14",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625408/theora/Empo-140814.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625408/large_thumb/Empo-140814.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625408/small_thumb/Empo-140814.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625408/broadcast/Empo-140814.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:36.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:42:35Z",
            "updatedTime": "2020-08-30T20:18:08.277228Z",
            "uploadedTime": "2015-06-15T08:42:36Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625408/theora/Empo-140814.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625408/large_thumb/Empo-140814.jpg"
        },
        {
            "id": 626152,
            "name": "Sanger til glede - s1.p10",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626152/theora/tv_sg_010.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626152/broadcast/tv_sg_010.dv",
                "original": "https://upload.frikanalen.no/media/626152/original/tv_sg_010.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626152/large_thumb/tv_sg_010.jpg"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:10.440000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2019-03-06T09:20:00.957799Z",
            "updatedTime": "2020-05-18T06:52:29.647239Z",
            "uploadedTime": "2019-03-06T09:23:20.904087Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626152/theora/tv_sg_010.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626152/large_thumb/tv_sg_010.jpg"
        },
        {
            "id": 626153,
            "name": "Sanger til glede - s1.p11",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626153/theora/tv_sg_011.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626153/broadcast/tv_sg_011.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626153/large_thumb/tv_sg_011.jpg",
                "original": "https://upload.frikanalen.no/media/626153/original/tv_sg_011.mp4"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:32.360000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2019-03-06T09:52:57.350440Z",
            "updatedTime": "2020-05-18T06:52:39.703959Z",
            "uploadedTime": "2019-03-06T09:57:45.790448Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626153/theora/tv_sg_011.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626153/large_thumb/tv_sg_011.jpg"
        },
        {
            "id": 623922,
            "name": "Test av ny Theora",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623922/theora/4750_68e162e0d91746d6ab896267e245345a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623922/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623922/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623922/broadcast/4750_35509d1ad1e341d880b66302c5a68243.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623922/large_thumb/large.jpg"
            },
            "creator": "rune@never.no",
            "organization": {
                "id": 99,
                "name": "never.no (test/dev-konto #1)",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1048,
                "editorName": "Rune Bjerke",
                "editorEmail": "rune@never.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:05",
            "categories": [
                "Andre"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-14T12:02:49.807000Z",
            "updatedTime": "2018-11-14T11:26:01.799935Z",
            "uploadedTime": "2010-09-14T12:02:49.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623922/theora/4750_68e162e0d91746d6ab896267e245345a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623922/large_thumb/large.jpg"
        },
        {
            "id": 625505,
            "name": "Empo TV - 25.02.16",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625505/theora/Empo-160225.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625505/small_thumb/Empo-160225.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625505/large_thumb/Empo-160225.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625505/broadcast/Empo-160225-dv.avi",
                "original": "https://upload.frikanalen.no/media/625505/original/Empo-160225.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:17.600000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-02-25T09:58:09Z",
            "updatedTime": "2020-08-30T20:16:32.226335Z",
            "uploadedTime": "2016-02-25T09:58:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625505/theora/Empo-160225.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625505/large_thumb/Empo-160225.jpg"
        },
        {
            "id": 626137,
            "name": "Sanger til glede - s01/e05",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626137/theora/tv_sg_005_HD.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626137/broadcast/tv_sg_005_HD.dv",
                "original": "https://upload.frikanalen.no/media/626137/original/tv_sg_005_HD.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626137/large_thumb/tv_sg_005_HD.jpg"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:26:43.240000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2019-02-05T07:59:02.198409Z",
            "updatedTime": "2020-05-18T06:51:40.107925Z",
            "uploadedTime": "2019-02-05T08:09:24.726628Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626137/theora/tv_sg_005_HD.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626137/large_thumb/tv_sg_005_HD.jpg"
        },
        {
            "id": 626047,
            "name": "God Søndag fra P7 - Guds bolig er hos menneskene (1) - To adresser",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626047/theora/tv_gs_259.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626047/broadcast/tv_gs_259.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626047/large_thumb/tv_gs_259.jpg",
                "original": "https://upload.frikanalen.no/media/626047/original/tv_gs_259.mp4"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:29.800000",
            "categories": [
                "Religion/livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2018-10-30T07:53:03.094669Z",
            "updatedTime": "2020-08-31T19:21:21.738225Z",
            "uploadedTime": "2018-11-02T17:28:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626047/theora/tv_gs_259.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626047/large_thumb/tv_gs_259.jpg"
        },
        {
            "id": 625829,
            "name": "Daily Tech News Show 25. October 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625829/theora/DTNS20161025.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625829/broadcast/DTNS20161025.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625829/small_thumb/DTNS20161025.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625829/large_thumb/DTNS20161025.jpg",
                "original": "https://upload.frikanalen.no/media/625829/original/DTNS20161025.mp4"
            },
            "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:55:55.310000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7854vid",
            "createdTime": "2016-11-24T19:33:18.066024Z",
            "updatedTime": "2018-11-10T18:29:26.655660Z",
            "uploadedTime": "2016-11-24T19:33:29.415404Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625829/theora/DTNS20161025.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625829/large_thumb/DTNS20161025.jpg"
        },
        {
            "id": 625770,
            "name": "Daily Tech News Show 02. September 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625770/large_thumb/DTNS-2848-Time-Is-Of-The-Obsolescence.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625770/small_thumb/DTNS-2848-Time-Is-Of-The-Obsolescence.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625770/broadcast/DTNS-2848-Time-Is-Of-The-Obsolescence.dv",
                "theora": "https://upload.frikanalen.no/media/625770/theora/DTNS-2848-Time-Is-Of-The-Obsolescence.ogv",
                "original": "https://upload.frikanalen.no/media/625770/original/DTNS-2848-Time-Is-Of-The-Obsolescence.mp4"
            },
            "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:58:51.080000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7389vid",
            "createdTime": "2016-09-07T09:05:59.157531Z",
            "updatedTime": "2018-11-10T18:29:26.744395Z",
            "uploadedTime": "2016-09-07T09:06:05.832798Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625770/theora/DTNS-2848-Time-Is-Of-The-Obsolescence.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625770/large_thumb/DTNS-2848-Time-Is-Of-The-Obsolescence.jpg"
        },
        {
            "id": 625825,
            "name": "Daily Tech News Show 21. October 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625825/theora/DTNS20161021.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625825/broadcast/DTNS20161021.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625825/small_thumb/DTNS20161021.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625825/large_thumb/DTNS20161021.jpg",
                "original": "https://upload.frikanalen.no/media/625825/original/DTNS20161021.mp4"
            },
            "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": "01:05:04.480000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7834vid",
            "createdTime": "2016-11-22T10:17:24.268278Z",
            "updatedTime": "2018-11-10T18:29:26.661403Z",
            "uploadedTime": "2016-11-22T10:17:36.664756Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625825/theora/DTNS20161021.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625825/large_thumb/DTNS20161021.jpg"
        },
        {
            "id": 625667,
            "name": "Daily Tech News Show 12. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625667/theora/DTNS20160712.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625667/broadcast/DTNS20160712.dv",
                "original": "https://upload.frikanalen.no/media/625667/original/DTNS20160712.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625667/large_thumb/DTNS20160712.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625667/small_thumb/DTNS20160712.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:53:56.190000",
            "categories": [
                "Samfunn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6910vid",
            "createdTime": "2016-07-15T22:17:46.837875Z",
            "updatedTime": "2018-11-10T18:29:26.898087Z",
            "uploadedTime": "2016-07-15T22:17:53.424948Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625667/theora/DTNS20160712.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625667/large_thumb/DTNS20160712.jpg"
        }
    ]
}