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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3200&ordering=-publish_on_web",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3100&ordering=-publish_on_web",
    "results": [
        {
            "id": 624126,
            "name": "Apropos Trekant",
            "header": "Parodi på NRK3-serien \"Trekant\".",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624126/theora/5107_8799094ba8ac42238ac94bb454166bdf.ogv",
                "original": "https://upload.frikanalen.no/media/624126/original/orig_07b5d8ff6d7b45758923a035a78b0836.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624126/broadcast/5107_d48e1d20cb5d4db0947b958e71e3d4ea.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624126/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:41.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-20T21:29:53.497000Z",
            "updatedTime": "2018-11-10T18:29:28.925903Z",
            "uploadedTime": "2010-12-20T21:29:53Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624126/theora/5107_8799094ba8ac42238ac94bb454166bdf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624126/large_thumb/large.jpg"
        },
        {
            "id": 625501,
            "name": "Random Aussies - Outtakes 1",
            "header": "Random Aussies - Outtakes 1\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625501/broadcast/14 - Outtakes 1.dv",
                "original": "https://upload.frikanalen.no/media/625501/original/14 - Outtakes 1.mp4",
                "theora": "https://upload.frikanalen.no/media/625501/theora/14 - Outtakes 1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625501/small_thumb/14 - Outtakes 1.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625501/large_thumb/14 - Outtakes 1.jpg"
            },
            "creator": "erik@frikanalen.no",
            "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:25:08",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/home",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:01:23.009837Z",
            "uploadedTime": "2016-05-29T22:23:17.641368Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625501/theora/14 - Outtakes 1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625501/large_thumb/14 - Outtakes 1.jpg"
        },
        {
            "id": 624552,
            "name": "Empo tv - del 55",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624552/theora/5683_77b821d29d214295bedda879e4f9296c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624552/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624552/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624552/broadcast/5683_56e1c82a810a441390d61fc2d287bb9f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624552/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-07-08T08:24:23.380000Z",
            "updatedTime": "2020-08-30T19:55:03.887595Z",
            "uploadedTime": "2011-07-08T08:24:23.380000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624552/theora/5683_77b821d29d214295bedda879e4f9296c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624552/large_thumb/large.jpg"
        },
        {
            "id": 625221,
            "name": "Empo TV - del 156",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625221/theora/Empo-131114.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625221/large_thumb/Empo-131114.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625221/small_thumb/Empo-131114.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625221/broadcast/Empo-131114.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:58.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-11-17T10:11:57Z",
            "updatedTime": "2020-08-30T19:31:20.603088Z",
            "uploadedTime": "2013-11-17T10:11:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625221/theora/Empo-131114.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625221/large_thumb/Empo-131114.jpg"
        },
        {
            "id": 624512,
            "name": "Empo tv - del 53",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624512/theora/5598_8f12e5e472a444bc89ed317d44082048.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624512/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624512/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624512/broadcast/5598_0ef99d8e34d6411688fb360f0cbba524.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624512/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:24.400000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-05-11T12:24:50.807000Z",
            "updatedTime": "2020-08-30T19:55:12.984321Z",
            "uploadedTime": "2011-05-11T12:24:50.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624512/theora/5598_8f12e5e472a444bc89ed317d44082048.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624512/large_thumb/large.jpg"
        },
        {
            "id": 625496,
            "name": "Random Aussies - Meningie",
            "header": "Random Aussies - Meningie\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625496/original/9 - Meningie.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625496/broadcast/9 - Meningie.dv",
                "theora": "https://upload.frikanalen.no/media/625496/theora/9 - Meningie.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625496/large_thumb/9 - Meningie.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625496/small_thumb/9 - Meningie.jpg"
            },
            "creator": "erik@frikanalen.no",
            "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:25:11",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/home",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:02:42.214378Z",
            "uploadedTime": "2016-05-29T22:23:40.063800Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625496/theora/9 - Meningie.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625496/large_thumb/9 - Meningie.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": 624347,
            "name": "Empo tv - del 38",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624347/theora/5031_ddf1379fb9924294be3da7657d1bed65.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624347/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624347/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624347/broadcast/5031_458f3678581845eb87c98c7a708fd9f6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624347/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:15.360000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:25:01.063000Z",
            "updatedTime": "2020-08-30T19:57:44.444949Z",
            "uploadedTime": "2010-12-02T13:25:01.063000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624347/theora/5031_ddf1379fb9924294be3da7657d1bed65.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624347/large_thumb/large.jpg"
        },
        {
            "id": 624982,
            "name": "Empo TV - del 105",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624982/theora/6392_290255b8e5074ca485aad712f7445ad7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624982/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624982/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624982/broadcast/6392_08973010c00e4e1eb137a1e4272bd522.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624982/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:15.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-09-05T06:43:12.610000Z",
            "updatedTime": "2020-08-30T19:44:03.928861Z",
            "uploadedTime": "2012-09-05T06:43:12.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624982/theora/6392_290255b8e5074ca485aad712f7445ad7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624982/large_thumb/large.jpg"
        },
        {
            "id": 625164,
            "name": "Empo TV - del 129",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625164/large_thumb/Empo-1413.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625164/small_thumb/Empo-1413.jpg",
                "theora": "https://upload.frikanalen.no/media/625164/theora/Empo-1413.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625164/broadcast/Empo-1413.mpg"
            },
            "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:59.970000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-04-03T06:59:05Z",
            "updatedTime": "2020-08-30T19:37:00.407177Z",
            "uploadedTime": "2013-04-03T06:59:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625164/theora/Empo-1413.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625164/large_thumb/Empo-1413.jpg"
        },
        {
            "id": 624477,
            "name": "Empo tv - del 48",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624477/theora/5593_52f2c7c47f8b48308863227e768fda46.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624477/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624477/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624477/broadcast/5593_6ae3763dfd4947438b3f25c057636d1d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624477/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:49.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-05-10T12:23:41.817000Z",
            "updatedTime": "2020-08-30T19:56:00.777360Z",
            "uploadedTime": "2011-05-10T12:23:41.817000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624477/theora/5593_52f2c7c47f8b48308863227e768fda46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624477/large_thumb/large.jpg"
        },
        {
            "id": 624308,
            "name": "Uka-TV 11 - Sending 4",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624308/theora/5337_eab55eef4b684c1284762653568007ec.ogv",
                "original": "https://upload.frikanalen.no/media/624308/original/orig_18bcbf59990c48a48cb18ec2a7002360.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624308/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624308/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624308/broadcast/5337_8915445020214b428e000c1e7567e2aa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624308/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:22.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:33:16.533000Z",
            "updatedTime": "2018-11-10T18:29:28.686655Z",
            "uploadedTime": "2011-02-15T22:33:16.533000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624308/theora/5337_eab55eef4b684c1284762653568007ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624308/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": 625017,
            "name": "Empo tv - del 108",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625017/theora/6452_58edcae2797e4e938d37da0ece71106b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625017/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625017/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625017/broadcast/6452_42496fd4a682407b905d0d78b63c96b2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625017/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:35:04.670000Z",
            "updatedTime": "2020-08-30T19:43:06.457129Z",
            "uploadedTime": "2012-10-02T06:35:04.670000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625017/theora/6452_58edcae2797e4e938d37da0ece71106b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625017/large_thumb/large.jpg"
        },
        {
            "id": 625002,
            "name": "Empo TV - del 107",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625002/theora/6394_612e0908ab1f4a8a8f02f47020a57ee9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625002/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625002/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625002/broadcast/6394_04f661fe0b384587ba03104710e83983.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625002/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-09-05T06:44:59.107000Z",
            "updatedTime": "2020-08-30T19:43:41.193658Z",
            "uploadedTime": "2012-09-05T06:44:59.107000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625002/theora/6394_612e0908ab1f4a8a8f02f47020a57ee9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625002/large_thumb/large.jpg"
        },
        {
            "id": 624439,
            "name": "Empo tv - del 46",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624439/theora/5499_b56c7316c7b641c3a7b71a753408facc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624439/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624439/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624439/broadcast/5499_7480cc955a714c009ca7823ff950d504.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624439/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:47.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-04-06T13:28:54.303000Z",
            "updatedTime": "2020-08-30T19:56:23.479637Z",
            "uploadedTime": "2011-04-06T13:28:54.303000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624439/theora/5499_b56c7316c7b641c3a7b71a753408facc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624439/large_thumb/large.jpg"
        },
        {
            "id": 624305,
            "name": "Uka-TV 11 - Sending 3",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624305/theora/5336_e8bbf71ba1e941009b3474bd266ed93d.ogv",
                "original": "https://upload.frikanalen.no/media/624305/original/orig_e3a3614543414a54b0b9246abcd653e9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624305/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624305/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624305/broadcast/5336_c19f550f92694c758ba6c726e35864a3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624305/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:51.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:28:52.990000Z",
            "updatedTime": "2018-11-10T18:29:28.690842Z",
            "uploadedTime": "2011-02-15T22:28:52.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624305/theora/5336_e8bbf71ba1e941009b3474bd266ed93d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624305/large_thumb/large.jpg"
        },
        {
            "id": 625466,
            "name": "test 311015",
            "header": "test",
            "description": "",
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625466/broadcast/intro - dv.avi",
                "theora": "https://upload.frikanalen.no/media/625466/theora/intro - dv.ogv"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:59",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-04T11:59:01Z",
            "updatedTime": "2018-11-10T18:29:27.210353Z",
            "uploadedTime": "2016-03-04T11:59:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625466/theora/intro - dv.ogv",
            "largeThumbnailUrl": "/static/default_large_thumbnail.png"
        },
        {
            "id": 622473,
            "name": "Barn og ungdom (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622473/theora/642_6a4bcb80b4d244cd92e6202f40a521cb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622473/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622473/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622473/broadcast/orig_vignetter.barne og ungdomsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622473/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": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:42:00Z",
            "updatedTime": "2018-11-14T11:22:47.284914Z",
            "uploadedTime": "2009-01-01T10:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622473/theora/642_6a4bcb80b4d244cd92e6202f40a521cb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622473/large_thumb/large.jpg"
        },
        {
            "id": 625285,
            "name": "Empo TV - del 190",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625285/theora/Empo-140703.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625285/large_thumb/Empo-140703.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625285/small_thumb/Empo-140703.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625285/broadcast/Empo-140703.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": "2014-07-03T04:42:34Z",
            "updatedTime": "2020-08-30T19:17:33.795527Z",
            "uploadedTime": "2014-07-03T04:42:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625285/theora/Empo-140703.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625285/large_thumb/Empo-140703.jpg"
        },
        {
            "id": 625279,
            "name": "Empo TV - del 186",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625279/theora/Empo-140605.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625279/large_thumb/Empo-140605.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625279/small_thumb/Empo-140605.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625279/broadcast/Empo-140605.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:39.480000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-06-05T07:27:15Z",
            "updatedTime": "2020-08-30T19:20:17.987691Z",
            "uploadedTime": "2014-06-05T07:27:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625279/theora/Empo-140605.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625279/large_thumb/Empo-140605.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": 625278,
            "name": "Empo TV - del 185",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625278/theora/Empo-140529.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625278/large_thumb/Empo-140529.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625278/small_thumb/Empo-140529.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625278/broadcast/Empo-140529.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:56.560000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-29T08:53:30Z",
            "updatedTime": "2020-08-30T19:21:00.154244Z",
            "uploadedTime": "2014-05-29T08:53:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625278/theora/Empo-140529.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625278/large_thumb/Empo-140529.jpg"
        },
        {
            "id": 625160,
            "name": "Empo TV - del 127",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625160/large_thumb/Empo-130321.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625160/small_thumb/Empo-130321.jpg",
                "theora": "https://upload.frikanalen.no/media/625160/theora/Empo-130321.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625160/broadcast/Empo-130321.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": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:09Z",
            "updatedTime": "2020-08-30T19:37:13.405808Z",
            "uploadedTime": "2013-03-21T04:33:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625160/theora/Empo-130321.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625160/large_thumb/Empo-130321.jpg"
        },
        {
            "id": 624753,
            "name": "Empo tv - del 79",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624753/theora/6008_7e2735ee2e0e4dc0a375370f6f2832c6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624753/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624753/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624753/broadcast/6008_ca4de005249f49569a5723875351fd60.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624753/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:58.120000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-02-06T09:09:28.690000Z",
            "updatedTime": "2020-08-30T19:50:39.163698Z",
            "uploadedTime": "2012-02-06T09:09:28.690000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624753/theora/6008_7e2735ee2e0e4dc0a375370f6f2832c6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624753/large_thumb/large.jpg"
        },
        {
            "id": 624744,
            "name": "Empo tv - del 78",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624744/theora/5867_194c103566424d6bb5ea571d4d976a73.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624744/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624744/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624744/broadcast/5867_f82350dadce948daa1aa852332a1363e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624744/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:59.480000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-12-21T08:25:02.637000Z",
            "updatedTime": "2020-08-30T19:50:47.650373Z",
            "uploadedTime": "2011-12-21T08:25:02.637000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624744/theora/5867_194c103566424d6bb5ea571d4d976a73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624744/large_thumb/large.jpg"
        },
        {
            "id": 624739,
            "name": "Empo tv - del 77",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624739/theora/5866_80aa8f13f5fd4a1bbd41b8bb3ed94b57.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624739/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624739/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624739/broadcast/5866_ea797ded8bdf40c6b873430f99d683b7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624739/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:45.880000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-12-21T08:01:35.470000Z",
            "updatedTime": "2020-08-30T19:50:55.812004Z",
            "uploadedTime": "2011-12-21T08:01:35.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624739/theora/5866_80aa8f13f5fd4a1bbd41b8bb3ed94b57.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624739/large_thumb/large.jpg"
        },
        {
            "id": 624737,
            "name": "Empo TV - del 76",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624737/theora/5964_b56ef54d98364ee0847ad02ff0485b69.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624737/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624737/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624737/broadcast/5964_e4dc0b0533634e319d57c90378d8c0ae.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624737/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-01-25T12:17:00.617000Z",
            "updatedTime": "2020-08-30T19:51:04.033745Z",
            "uploadedTime": "2012-01-25T12:17:00.617000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624737/theora/5964_b56ef54d98364ee0847ad02ff0485b69.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624737/large_thumb/large.jpg"
        },
        {
            "id": 624298,
            "name": "Uka-TV 11 - Sending 2",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624298/theora/5335_b7f04fa4e2cd4d9cadbfd88d5fc38386.ogv",
                "original": "https://upload.frikanalen.no/media/624298/original/orig_c172d995b5154dafbb4ddfe95a6817d6.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624298/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624298/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624298/broadcast/5335_2d27959c3f374d8b90e1c6c4cb9f43a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624298/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:35.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:26:00.610000Z",
            "updatedTime": "2018-11-10T18:29:28.700404Z",
            "uploadedTime": "2011-02-15T22:26:00.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624298/theora/5335_b7f04fa4e2cd4d9cadbfd88d5fc38386.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624298/large_thumb/large.jpg"
        },
        {
            "id": 624297,
            "name": "Uka-TV 11 - Sending 1",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624297/theora/orig_14461aa6ce10463b84dd7e207e312cf9.ogv",
                "original": "https://upload.frikanalen.no/media/624297/original/orig_14461aa6ce10463b84dd7e207e312cf9.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624297/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624297/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624297/broadcast/5334_30afe807ffc941aea482ab701901b107.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624297/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:59.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:21:55.497000Z",
            "updatedTime": "2018-11-10T18:29:28.701767Z",
            "uploadedTime": "2011-02-15T22:21:55.497000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624297/theora/orig_14461aa6ce10463b84dd7e207e312cf9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624297/large_thumb/large.jpg"
        },
        {
            "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": 625262,
            "name": "Empo TV - del 164",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625262/theora/Empo-140116.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625262/small_thumb/Empo-140116.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625262/large_thumb/Empo-140116.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625262/broadcast/Empo-140116.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": "2014-05-05T06:33:25Z",
            "updatedTime": "2020-08-30T19:27:16.492589Z",
            "uploadedTime": "2014-05-05T06:33:26Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625262/theora/Empo-140116.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625262/large_thumb/Empo-140116.jpg"
        },
        {
            "id": 625256,
            "name": "Empo TV - del 176",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625256/theora/Empo-140403.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625256/small_thumb/Empo-140403.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625256/large_thumb/Empo-140403.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625256/broadcast/Empo-140403.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:22:51.280000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-04-03T13:24:32Z",
            "updatedTime": "2020-08-30T19:27:35.237402Z",
            "uploadedTime": "2014-04-03T13:24:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625256/theora/Empo-140403.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625256/large_thumb/Empo-140403.jpg"
        },
        {
            "id": 625206,
            "name": "Empo TV - del 146",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625206/theora/Empo-130829.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625206/large_thumb/Empo-130829.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625206/small_thumb/Empo-130829.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625206/broadcast/Empo-130829.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-09-07T08:03:58Z",
            "updatedTime": "2020-08-30T19:33:58.755587Z",
            "uploadedTime": "2013-09-07T08:03:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625206/theora/Empo-130829.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625206/large_thumb/Empo-130829.jpg"
        },
        {
            "id": 625234,
            "name": "Empo TV - del 165",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625234/theora/Empo-140123.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625234/small_thumb/Empo-140123.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625234/large_thumb/Empo-140123.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625234/broadcast/Empo-140123.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.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-01-23T10:17:43Z",
            "updatedTime": "2020-08-30T19:29:39.747947Z",
            "uploadedTime": "2014-01-23T10:17:45Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625234/theora/Empo-140123.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625234/large_thumb/Empo-140123.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": 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": 624292,
            "name": "Promo UKA-TV 2011",
            "header": "En første hils på årets programledere! Sjekk ut promovideoen til UKA-TV her!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624292/theora/5352_9bc55dddf6644412bc9014ccd9a2f119.ogv",
                "original": "https://upload.frikanalen.no/media/624292/original/orig_f74f9952559e44b992c52ff80466acdc.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624292/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624292/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624292/broadcast/5352_7a2a9f0971684daea463f7827c609e00.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624292/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:50",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-18T13:52:54.400000Z",
            "updatedTime": "2018-11-10T18:29:28.707314Z",
            "uploadedTime": "2011-02-18T13:52:54.400000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624292/theora/5352_9bc55dddf6644412bc9014ccd9a2f119.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624292/large_thumb/large.jpg"
        },
        {
            "id": 625198,
            "name": "Empo TV - del 145",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625198/small_thumb/Empo-130822.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625198/large_thumb/Empo-130822.jpg",
                "theora": "https://upload.frikanalen.no/media/625198/theora/Empo-130822.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625198/broadcast/Empo-130822.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-08-22T13:03:49Z",
            "updatedTime": "2020-08-30T19:34:27.932719Z",
            "uploadedTime": "2013-08-22T13:03:50Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625198/theora/Empo-130822.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625198/large_thumb/Empo-130822.jpg"
        },
        {
            "id": 625173,
            "name": "Empo TV - del 133",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625173/large_thumb/Empo-130502.jpg",
                "theora": "https://upload.frikanalen.no/media/625173/theora/Empo-130502.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625173/small_thumb/Empo-130502.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625173/broadcast/Empo-130502.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-05-02T12:43:17Z",
            "updatedTime": "2020-08-30T19:36:15.356173Z",
            "uploadedTime": "2013-05-02T12:43:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625173/theora/Empo-130502.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625173/large_thumb/Empo-130502.jpg"
        },
        {
            "id": 622549,
            "name": "Musikk: Sheibane Bet Hamikdash",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622549/theora/1266_1c63b31de8164b91b475bc9f83cbc259.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622549/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622549/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622549/broadcast/orig_Terje og Sidsel Dahl - Sheibane Bet Hamikdash.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622549/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:42",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:06:00Z",
            "updatedTime": "2018-11-10T18:29:30.569746Z",
            "uploadedTime": "2009-01-01T21:06:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622549/theora/1266_1c63b31de8164b91b475bc9f83cbc259.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622549/large_thumb/large.jpg"
        },
        {
            "id": 625103,
            "name": "empo tv - del 117",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625103/theora/6581_51b7764f769a4e8bbd81c559448a9bd6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625103/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625103/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625103/broadcast/6581_7a2ba8a915544e49a69f584a652f101a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625103/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-27T13:18:46.133000Z",
            "updatedTime": "2020-08-30T19:40:44.913647Z",
            "uploadedTime": "2012-11-27T13:18:46.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625103/theora/6581_51b7764f769a4e8bbd81c559448a9bd6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625103/large_thumb/large.jpg"
        },
        {
            "id": 625089,
            "name": "Empo tv - del 115",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625089/theora/6537_8d1ed9ecd7b849c9a5ae4174df439fcb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625089/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625089/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625089/broadcast/6537_c63fbd832aee4dbd98a5bc384b105430.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625089/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-07T11:25:01.027000Z",
            "updatedTime": "2020-08-30T19:41:05.356326Z",
            "uploadedTime": "2012-11-07T11:25:01.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625089/theora/6537_8d1ed9ecd7b849c9a5ae4174df439fcb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625089/large_thumb/large.jpg"
        },
        {
            "id": 625246,
            "name": "Empo TV - del 171",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625246/theora/Empo-140306.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625246/large_thumb/Empo-140306.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625246/small_thumb/Empo-140306.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625246/broadcast/Empo-140306.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:33.720000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-03-05T21:30:20Z",
            "updatedTime": "2020-08-30T19:30:03.464999Z",
            "uploadedTime": "2014-03-05T21:30:21Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625246/theora/Empo-140306.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625246/large_thumb/Empo-140306.jpg"
        },
        {
            "id": 625972,
            "name": "Snapchat-59153712.mp4 yep",
            "header": "Test",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625972/theora/Snapchat-59153712.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625972/broadcast/Snapchat-59153712.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625972/large_thumb/Snapchat-59153712.jpg",
                "original": "https://upload.frikanalen.no/media/625972/original/Snapchat-59153712.mp4"
            },
            "creator": "odin.omdal@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:03",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2018-02-02T23:27:20.854766Z",
            "updatedTime": "2018-11-18T14:11:40.435420Z",
            "uploadedTime": "2018-02-02T22:33:02.536532Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625972/theora/Snapchat-59153712.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625972/large_thumb/Snapchat-59153712.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": 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": 627916,
            "name": "Takk fra barn i Gaza",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627916/theora/2024-09-04 13-23-30.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627916/broadcast/2024-09-04 13-23-30.dv",
                "original": "https://upload.frikanalen.no/media/627916/original/2024-09-04 13-23-30.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627916/large_thumb/2024-09-04 13-23-30.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:13:01.080000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-09-06T21:19:50.462686Z",
            "updatedTime": "2024-10-04T09:20:39.866443Z",
            "uploadedTime": "2024-09-06T21:22:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627916/theora/2024-09-04 13-23-30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627916/large_thumb/2024-09-04 13-23-30.jpg"
        },
        {
            "id": 624511,
            "name": "Empo tv - del 52",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624511/theora/5597_11d8aee31ae84310b17f4bbb5c2f71f7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624511/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624511/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624511/broadcast/5597_f76bf39a694a4fabb3b606c656123c34.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624511/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:27.680000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-05-11T12:23:04.757000Z",
            "updatedTime": "2020-08-30T19:55:22.758475Z",
            "uploadedTime": "2011-05-11T12:23:04.757000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624511/theora/5597_11d8aee31ae84310b17f4bbb5c2f71f7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624511/large_thumb/large.jpg"
        },
        {
            "id": 624504,
            "name": "Empo tv - del 51",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624504/theora/5594_b58e0b04794e4e29bc3ea02798a2c643.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624504/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624504/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624504/broadcast/5594_72b3cf31fc2f41a18ff544ce967dba26.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624504/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:59",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-05-11T12:07:08.167000Z",
            "updatedTime": "2020-08-30T19:55:32.711816Z",
            "uploadedTime": "2011-05-11T12:07:08.167000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624504/theora/5594_b58e0b04794e4e29bc3ea02798a2c643.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624504/large_thumb/large.jpg"
        }
    ]
}