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

{
    "count": 3455,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1600&ordering=-ref_url",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1500&ordering=-ref_url",
    "results": [
        {
            "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": 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": 625074,
            "name": "Menigheten - menneskets tjener",
            "header": "Oppdag gleden ved å tjene. Program 8 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625074/theora/orig_f29b7ef4736b4c59a9a3cc41ad1d1d4c.ogv",
                "original": "https://upload.frikanalen.no/media/625074/original/orig_f29b7ef4736b4c59a9a3cc41ad1d1d4c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625074/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625074/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625074/broadcast/6423_dd0f051d6f224968a062f7af50945fdc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625074/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:55:59.153000Z",
            "updatedTime": "2018-11-10T18:29:27.689752Z",
            "uploadedTime": "2012-09-21T08:55:59.153000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625074/theora/orig_f29b7ef4736b4c59a9a3cc41ad1d1d4c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625074/large_thumb/large.jpg"
        },
        {
            "id": 623995,
            "name": "ShowKafé 2010 del 2 - 10.11.10",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623995/theora/4892_d4e0e93618c8476584fe900340543618.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623995/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623995/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623995/broadcast/4892_fdd23bf1b96447e0bff3bbb0f296d98f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623995/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:39.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-10-19T08:29:47.377000Z",
            "updatedTime": "2018-11-10T18:29:29.090111Z",
            "uploadedTime": "2010-10-19T08:29:47.377000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623995/theora/4892_d4e0e93618c8476584fe900340543618.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623995/large_thumb/large.jpg"
        },
        {
            "id": 624309,
            "name": "Country Team",
            "header": "Country Team med Kåre og Lena Johnsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624309/theora/5371_67338293b68c4db18066a3c6f511733a.ogv",
                "original": "https://upload.frikanalen.no/media/624309/original/orig_16e27f6ea1954b0c8aa5141ce831872d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624309/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624309/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624309/broadcast/5371_9438cb55b4dc4bb2b6a635b413c60c82.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624309/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-23T06:11:20.657000Z",
            "updatedTime": "2018-11-10T18:29:28.685311Z",
            "uploadedTime": "2011-02-23T06:11:20.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624309/theora/5371_67338293b68c4db18066a3c6f511733a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624309/large_thumb/large.jpg"
        },
        {
            "id": 623929,
            "name": "Guds Ord, 041010",
            "header": "Guds Ord med Björn Kristofersen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623929/theora/4760_903093d130ac4708852ac66580d916c1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623929/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623929/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623929/broadcast/4760_903093d130ac4708852ac66580d916c1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623929/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:25:31.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-21T13:17:02.633000Z",
            "updatedTime": "2018-11-10T18:29:29.178746Z",
            "uploadedTime": "2010-09-21T13:17:02.633000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623929/theora/4760_903093d130ac4708852ac66580d916c1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623929/large_thumb/large.jpg"
        },
        {
            "id": 624312,
            "name": "? Hest er best",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624312/theora/5347_60457bdecc3840949c0595284e61599b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624312/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624312/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624312/broadcast/5347_31550d7b91ac47c9b9468b54caaaccee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624312/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:03",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-17T12:18:30.473000Z",
            "updatedTime": "2018-11-10T18:29:28.681128Z",
            "uploadedTime": "2011-02-17T12:18:30.473000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624312/theora/5347_60457bdecc3840949c0595284e61599b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624312/large_thumb/large.jpg"
        },
        {
            "id": 623991,
            "name": "Akkurat Nå! 17 oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623991/theora/4673_d4efc7885f7b4774af169a9fe6bcd1c7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623991/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623991/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623991/broadcast/4673_25d786f6fc5348ea80e375233d5a2d9f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623991/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:55:58.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T04:59:09.080000Z",
            "updatedTime": "2018-11-10T18:29:29.095747Z",
            "uploadedTime": "2010-08-28T04:59:09.080000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623991/theora/4673_d4efc7885f7b4774af169a9fe6bcd1c7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623991/large_thumb/large.jpg"
        },
        {
            "id": 624313,
            "name": "Jarle Bernhoft",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624313/theora/5374_0bd4b6ebdaab4e29918c48afe62e0ea5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624313/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624313/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624313/broadcast/5374_3a73c15a26d041a687e44992732c9b09.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624313/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:14.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-23T17:38:47.640000Z",
            "updatedTime": "2018-11-10T18:29:28.679709Z",
            "uploadedTime": "2011-02-23T17:38:47.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624313/theora/5374_0bd4b6ebdaab4e29918c48afe62e0ea5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624313/large_thumb/large.jpg"
        },
        {
            "id": 625041,
            "name": "Den norske kirke i eksil 122",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625041/theora/orig_96b518686e2643f6a4374ffec1288ef6.ogv",
                "original": "https://upload.frikanalen.no/media/625041/original/orig_96b518686e2643f6a4374ffec1288ef6.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625041/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625041/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625041/broadcast/6533_bff6e57f8b8e480dafa007665a130f08.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625041/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:34",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-01T08:59:13.857000Z",
            "updatedTime": "2018-11-10T18:29:27.736752Z",
            "uploadedTime": "2012-11-01T08:59:13.857000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625041/theora/orig_96b518686e2643f6a4374ffec1288ef6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625041/large_thumb/large.jpg"
        },
        {
            "id": 625453,
            "name": "Eckankar: God is Love",
            "header": "God is Love",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625453/theora/God_Is_Love.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625453/large_thumb/God_Is_Love.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625453/small_thumb/God_Is_Love.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625453/broadcast/God_Is_Love.avi"
            },
            "creator": "info@eckankar.no",
            "organization": {
                "id": 131,
                "name": "ECKANKAR Norge",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2094,
                "editorName": "Kjell Aarhus",
                "editorEmail": "info@eckankar.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:03",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-09-14T20:05:10Z",
            "updatedTime": "2020-09-15T21:54:51.551375Z",
            "uploadedTime": "2015-09-14T20:05:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625453/theora/God_Is_Love.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625453/large_thumb/God_Is_Love.jpg"
        },
        {
            "id": 624314,
            "name": "Peder Påske",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624314/theora/5375_d919a21d71514ec5a9bc58ee5ef1c0bb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624314/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624314/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624314/broadcast/5375_909a084e3d81480298d841a3b2a454cc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624314/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:47.970000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-23T17:41:55.613000Z",
            "updatedTime": "2018-11-10T18:29:28.678163Z",
            "uploadedTime": "2011-02-23T17:41:55.613000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624314/theora/5375_d919a21d71514ec5a9bc58ee5ef1c0bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624314/large_thumb/large.jpg"
        },
        {
            "id": 624315,
            "name": "Uka-TV 11 - Sending 5",
            "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/624315/theora/5338_ee89f224bbad4de9884ada234144aca8.ogv",
                "original": "https://upload.frikanalen.no/media/624315/original/orig_c6c519d7fa874ef5b2157ebd5a13fb7b.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624315/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624315/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624315/broadcast/5338_2557581e34534acc85e8a318b7981912.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624315/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:29:07.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:36:58.837000Z",
            "updatedTime": "2018-11-10T18:29:28.676774Z",
            "uploadedTime": "2011-02-15T22:36:58.837000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624315/theora/5338_ee89f224bbad4de9884ada234144aca8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624315/large_thumb/large.jpg"
        },
        {
            "id": 623980,
            "name": "Jesus I India del 7",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623980/theora/4826_ee2e1621261d4603b105e901d4b2512b.ogv",
                "original": "https://upload.frikanalen.no/media/623980/original/orig_d4cb0c58b2cd4e9183cf6cfd149767e0.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623980/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623980/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623980/broadcast/4826_12f76df8c0a44a1a91eb3f05bbd6aa56.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623980/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:03.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-12T13:11:12.713000Z",
            "updatedTime": "2018-11-10T18:29:29.109559Z",
            "uploadedTime": "2010-10-12T13:11:12.713000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623980/theora/4826_ee2e1621261d4603b105e901d4b2512b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623980/large_thumb/large.jpg"
        },
        {
            "id": 625045,
            "name": "BI parodi",
            "header": "Ikke forbli en lettvekter...",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625045/theora/6558_b7a5847c5a0840599f8f0336d87e7ede.ogv",
                "original": "https://upload.frikanalen.no/media/625045/original/orig_cdb945ac3bb44d50afb57b702811a1b2.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625045/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625045/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625045/broadcast/6558_f7faacbf2b354f38b5d614730acbab93.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625045/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:00:57.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T20:04:33.117000Z",
            "updatedTime": "2018-11-10T18:29:27.732210Z",
            "uploadedTime": "2012-11-08T20:04:33.117000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625045/theora/6558_b7a5847c5a0840599f8f0336d87e7ede.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625045/large_thumb/large.jpg"
        },
        {
            "id": 623978,
            "name": "Den norske kirke i eksil 68",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623978/theora/4823_45e7689378784149817ebd4b65477a4b.ogv",
                "original": "https://upload.frikanalen.no/media/623978/original/orig_cdc35e43d7f5424b862d357609799f0c.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623978/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623978/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623978/broadcast/4823_ac3363e4d2974d98b3281a4b79043f02.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623978/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:40.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-11T18:14:08.750000Z",
            "updatedTime": "2018-11-10T18:29:29.112284Z",
            "uploadedTime": "2010-10-11T18:14:08.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623978/theora/4823_45e7689378784149817ebd4b65477a4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623978/large_thumb/large.jpg"
        },
        {
            "id": 624009,
            "name": "Akkurat Nå! 31 oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624009/theora/4675_5b7e217dd4df42a9a043793bd3eadc67.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624009/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624009/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624009/broadcast/4675_817a721f71d243ae80269e6a96af9d83.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624009/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:35.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T05:01:54.600000Z",
            "updatedTime": "2018-11-10T18:29:29.072359Z",
            "uploadedTime": "2010-08-28T05:01:54.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624009/theora/4675_5b7e217dd4df42a9a043793bd3eadc67.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624009/large_thumb/large.jpg"
        },
        {
            "id": 623976,
            "name": "Akkurat Nå! 10 oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623976/theora/4672_3f0dd778205e474f8ebd58106345b49b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623976/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623976/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623976/broadcast/4672_6b3a706a6adc4c9db5c3b1b592ca1e7e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623976/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:52:05.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T04:57:45.623000Z",
            "updatedTime": "2018-11-10T18:29:29.114961Z",
            "uploadedTime": "2010-08-28T04:57:45.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623976/theora/4672_3f0dd778205e474f8ebd58106345b49b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623976/large_thumb/large.jpg"
        },
        {
            "id": 624316,
            "name": "Helse & Källan",
            "header": "Helse med Eva Britt Fjeldberg og Källan med Carl Henrik Karlson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624316/theora/5376_fc71f6c580834d628e2fe95dea5a59eb.ogv",
                "original": "https://upload.frikanalen.no/media/624316/original/orig_d4d01b18373c4ad6ad06aa5503a7dd97.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624316/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624316/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624316/broadcast/5376_ab07b389780b4263bb1ae481da4e8014.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624316/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-24T06:21:57.127000Z",
            "updatedTime": "2018-11-10T18:29:28.675372Z",
            "uploadedTime": "2011-02-24T06:21:57.127000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624316/theora/5376_fc71f6c580834d628e2fe95dea5a59eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624316/large_thumb/large.jpg"
        },
        {
            "id": 623931,
            "name": "Dem Gode nyheterna 111010",
            "header": "De gude Nyheterna med Erilng I. Nilssen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623931/theora/4759_8462679c0a2245db9b7b3b76fbe03ec9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623931/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623931/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623931/broadcast/4759_d40aa7fa06af404fb6df92e59683a98f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623931/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:08.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-21T11:10:50.027000Z",
            "updatedTime": "2018-11-10T18:29:29.176061Z",
            "uploadedTime": "2010-09-21T11:10:50.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623931/theora/4759_8462679c0a2245db9b7b3b76fbe03ec9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623931/large_thumb/large.jpg"
        },
        {
            "id": 625077,
            "name": "Den norske kirke i eksil 124",
            "header": "I dette programmet er det Bibelen Guds ord og litturgien som vi kjenner den fra Den norske kirke i eksil.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625077/theora/orig_162240199a39406f8f7fbe21610a6992.ogv",
                "original": "https://upload.frikanalen.no/media/625077/original/orig_162240199a39406f8f7fbe21610a6992.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625077/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625077/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625077/broadcast/6574_aec68c4b458c453189cffba6109bbdc8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625077/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:55",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-16T19:50:15.307000Z",
            "updatedTime": "2018-11-10T18:29:27.685375Z",
            "uploadedTime": "2012-11-16T19:50:15.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625077/theora/orig_162240199a39406f8f7fbe21610a6992.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625077/large_thumb/large.jpg"
        },
        {
            "id": 623930,
            "name": "Møteplassen - Bønn 3",
            "header": "Prest Sigve Ims i Gand kirke i Sandnes har refleksjoner rundt Fadervår, og Oddvar Søvik snakker om bønnens fem retninger.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623930/theora/4704_22b83011800b41b2980225c3d293895e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623930/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623930/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623930/broadcast/4704_313063d701f341c9985499a84ef6c386.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623930/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-03T08:46:25Z",
            "updatedTime": "2018-11-10T18:29:29.177404Z",
            "uploadedTime": "2010-09-03T08:46:25Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623930/theora/4704_22b83011800b41b2980225c3d293895e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623930/large_thumb/large.jpg"
        },
        {
            "id": 623928,
            "name": "Helse, Program5 061010",
            "header": "Helseprogam Avsnitt 5 med Eva-Britt Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623928/theora/4758_97b63742f56b4736a69eb22e9c46c337.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623928/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623928/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623928/broadcast/4758_93276ea45df04aa8aca7ce935ca968a2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623928/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:18:20.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-21T10:53:29.780000Z",
            "updatedTime": "2018-11-10T18:29:29.180127Z",
            "uploadedTime": "2010-09-21T10:53:29.780000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623928/theora/4758_97b63742f56b4736a69eb22e9c46c337.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623928/large_thumb/large.jpg"
        },
        {
            "id": 623993,
            "name": "Misjonsmøte 01",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623993/theora/4847_7b17cab083ce4f64bba137f1e9b26cab.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623993/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623993/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623993/broadcast/4847_7b17cab083ce4f64bba137f1e9b26cab.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623993/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-17T21:21:06.763000Z",
            "updatedTime": "2023-07-12T22:32:51.709385Z",
            "uploadedTime": "2010-10-17T21:21:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623993/theora/4847_7b17cab083ce4f64bba137f1e9b26cab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623993/large_thumb/large.jpg"
        },
        {
            "id": 624318,
            "name": "Uka-TV 11 - Sending 6",
            "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/624318/theora/orig_a3aa7541716b4d2eaaaa033823215947.ogv",
                "original": "https://upload.frikanalen.no/media/624318/original/orig_a3aa7541716b4d2eaaaa033823215947.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624318/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624318/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624318/broadcast/5339_a8b8167106d94f74b087a15ed019c8e1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624318/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:05.070000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:40:21.310000Z",
            "updatedTime": "2018-11-10T18:29:28.673985Z",
            "uploadedTime": "2011-02-15T22:40:21.310000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624318/theora/orig_a3aa7541716b4d2eaaaa033823215947.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624318/large_thumb/large.jpg"
        },
        {
            "id": 624319,
            "name": "NM2011 - Tertnes Amatørkorps",
            "header": "Tertnes Amatørkorps og Talentfabrikken",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624319/theora/5377_57b998fd524d4be29be9a3c2fc22d688.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624319/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624319/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624319/broadcast/5377_f4c35a61688f4ffea2072e495777ac29.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624319/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:35.680000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-24T18:14:44.680000Z",
            "updatedTime": "2018-11-10T18:29:28.672612Z",
            "uploadedTime": "2011-02-24T18:14:44.680000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624319/theora/5377_57b998fd524d4be29be9a3c2fc22d688.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624319/large_thumb/large.jpg"
        },
        {
            "id": 624320,
            "name": "Sexundervisning på Samfundet",
            "header": "Kronprinsesse Mette Marit var blant gjestene da ISFiT satte fokus på kondombruk og kjønnssykdommer.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624320/theora/5368_85679eea15bd4ee0932e82d330c83b36.ogv",
                "original": "https://upload.frikanalen.no/media/624320/original/orig_832a8d34b2ca43799609d1af0c040a2f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624320/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624320/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624320/broadcast/5368_29e0f9447d03475387069d7c7e7102e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624320/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:01:14.520000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-21T12:47:19Z",
            "updatedTime": "2018-11-10T18:29:28.671105Z",
            "uploadedTime": "2011-02-21T12:47:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624320/theora/5368_85679eea15bd4ee0932e82d330c83b36.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624320/large_thumb/large.jpg"
        },
        {
            "id": 623844,
            "name": "Time 4 Glory 180810",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623844/theora/4619_fb65726321fb4240ab9a85d95df6b18d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623844/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623844/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623844/broadcast/4619_c152eea3d5044e36aaaac871c3017fa9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623844/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:25:31.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T11:52:55.090000Z",
            "updatedTime": "2018-11-10T18:29:29.300727Z",
            "uploadedTime": "2010-08-13T11:52:55.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623844/theora/4619_fb65726321fb4240ab9a85d95df6b18d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623844/large_thumb/large.jpg"
        },
        {
            "id": 624321,
            "name": "Invadert av inntrykk",
            "header": "Under ISFiT har Trondheim by blitt invadert av kunst. Hva har de å si til sitt forsvar?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624321/theora/5378_ac96481ef92847e8868e7f695a2b379c.ogv",
                "original": "https://upload.frikanalen.no/media/624321/original/orig_e194ecb5d2894e85b6fb5ce7cdb25542.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624321/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624321/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624321/broadcast/5378_76c3ab3e01884d3793699eafcc79253f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624321/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:01:50",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-25T16:16:18Z",
            "updatedTime": "2018-11-10T18:29:28.669705Z",
            "uploadedTime": "2011-02-25T16:16:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624321/theora/5378_ac96481ef92847e8868e7f695a2b379c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624321/large_thumb/large.jpg"
        },
        {
            "id": 625249,
            "name": "Empo TV - del 172",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625249/theora/Empo-140313.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625249/small_thumb/Empo-140313.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625249/large_thumb/Empo-140313.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625249/broadcast/Empo-140313.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:18:28.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-03-16T10:45:45Z",
            "updatedTime": "2020-08-30T19:30:12.374634Z",
            "uploadedTime": "2014-03-16T10:45:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625249/theora/Empo-140313.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625249/large_thumb/Empo-140313.jpg"
        },
        {
            "id": 623968,
            "name": "Amerikansk fotball",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623968/theora/4809_8f63a1ff6c85410caa8d7f5a39bef4b8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623968/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623968/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623968/broadcast/4809_58d7bb1b929b406883a2cd066353ecbc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623968/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:26.360000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-05T11:28:55Z",
            "updatedTime": "2018-11-10T18:29:29.124664Z",
            "uploadedTime": "2010-10-05T11:28:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623968/theora/4809_8f63a1ff6c85410caa8d7f5a39bef4b8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623968/large_thumb/large.jpg"
        },
        {
            "id": 624322,
            "name": "Uka-TV 11 - Sending 7",
            "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/624322/theora/5340_091b95727e08481288811f4323dc9773.ogv",
                "original": "https://upload.frikanalen.no/media/624322/original/orig_cf987eaac74348b4b2df6f9bceb80c18.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624322/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624322/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624322/broadcast/5340_58426e7a921e4144929d4fefb334a0f2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624322/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:32.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:42:06.953000Z",
            "updatedTime": "2018-11-10T18:29:28.668283Z",
            "uploadedTime": "2011-02-15T22:42:06.953000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624322/theora/5340_091b95727e08481288811f4323dc9773.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624322/large_thumb/large.jpg"
        },
        {
            "id": 624323,
            "name": "De Gode Nyheder",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624323/theora/5379_3fa581dc291e4a4f908f606a8a1ea558.ogv",
                "original": "https://upload.frikanalen.no/media/624323/original/orig_ebfce92be49e42758b75e7780d8807a8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624323/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624323/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624323/broadcast/5379_859391470d7846ff8c609ccfe047d258.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624323/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-28T08:21:37.280000Z",
            "updatedTime": "2018-11-10T18:29:28.666900Z",
            "uploadedTime": "2011-02-28T08:21:37.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624323/theora/5379_3fa581dc291e4a4f908f606a8a1ea558.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624323/large_thumb/large.jpg"
        },
        {
            "id": 624324,
            "name": "Backstage med Bernhoft",
            "header": "Hvordan går det med multiartisten Jarle Bernhoft?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624324/theora/5389_c2539c685b4b420d87fe394bc5bed8e0.ogv",
                "original": "https://upload.frikanalen.no/media/624324/original/orig_dad0eee86e8440729de5d597c00c804c.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624324/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624324/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624324/broadcast/5389_a6fd4bb2ebf740ceab62072eaecc7f47.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624324/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:27.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-28T13:22:01Z",
            "updatedTime": "2018-11-10T18:29:28.665558Z",
            "uploadedTime": "2011-02-28T13:22:01Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624324/theora/5389_c2539c685b4b420d87fe394bc5bed8e0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624324/large_thumb/large.jpg"
        },
        {
            "id": 623963,
            "name": "New Life 2010 del 12",
            "header": "Fra Ebenezer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623963/theora/orig_27c9ff84055f4c03a41a11d1fd3d62c6.ogv",
                "original": "https://upload.frikanalen.no/media/623963/original/orig_27c9ff84055f4c03a41a11d1fd3d62c6.dv",
                "smallThumb": "https://upload.frikanalen.no/media/623963/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623963/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623963/broadcast/4792_88ebf4bc726e45bb8f48b3a662149a79.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623963/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:09.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T15:23:10.780000Z",
            "updatedTime": "2018-11-10T18:29:29.132032Z",
            "uploadedTime": "2010-09-30T15:23:10.780000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623963/theora/orig_27c9ff84055f4c03a41a11d1fd3d62c6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623963/large_thumb/large.jpg"
        },
        {
            "id": 623962,
            "name": "Møteplassen - Bønn 5",
            "header": "Prest Sigve Ims i Gand kirke i Sandnes har refleksjoner rundt Fadervår, og Oddvar Søvik snakker om bønnens fem retninger.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623962/theora/4706_a8fc5e4ba7274c7d8f086d598996330e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623962/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623962/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623962/broadcast/4706_0ea2f4e9fd1d4c93a183fd5e3a6235b7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623962/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-03T08:51:28Z",
            "updatedTime": "2018-11-10T18:29:29.133649Z",
            "uploadedTime": "2010-09-03T08:51:28Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623962/theora/4706_a8fc5e4ba7274c7d8f086d598996330e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623962/large_thumb/large.jpg"
        },
        {
            "id": 623961,
            "name": "Jesus I India del 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623961/theora/4791_f4f56995c0bb404fa52f6b05bc419685.ogv",
                "original": "https://upload.frikanalen.no/media/623961/original/orig_f6ccf0a5862440b7a1b551f9f24ae85a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623961/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623961/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623961/broadcast/4791_f8ca8e82b5464defbd5eefe83083b27d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623961/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:41.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T14:35:51.517000Z",
            "updatedTime": "2018-11-10T18:29:29.135055Z",
            "uploadedTime": "2010-09-30T14:35:51.517000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623961/theora/4791_f4f56995c0bb404fa52f6b05bc419685.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623961/large_thumb/large.jpg"
        },
        {
            "id": 623960,
            "name": "Værldens Gjemfødelse 251010",
            "header": "Världens pånyttfödelse avsnitt 6 del 2",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623960/theora/4790_6fa65b965c994e55ab3e05c3e16ebfb3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623960/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623960/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623960/broadcast/4790_c9a5a8ca03cf4e6eb54dba934e424bb8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623960/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:15.120000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T13:22:02.437000Z",
            "updatedTime": "2018-11-10T18:29:29.136444Z",
            "uploadedTime": "2010-09-30T13:22:02.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623960/theora/4790_6fa65b965c994e55ab3e05c3e16ebfb3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623960/large_thumb/large.jpg"
        },
        {
            "id": 623959,
            "name": "Værldens Gjemfødelse 3 181010",
            "header": "Världens pånyttfödelse avsnitt 6 del 1",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623959/theora/4789_97aff4bb0c734f949e41964ff56d149d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623959/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623959/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623959/broadcast/4789_10815a55489e4e55bc825e4ff9652347.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623959/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:15.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T13:17:17.680000Z",
            "updatedTime": "2018-11-10T18:29:29.137789Z",
            "uploadedTime": "2010-09-30T13:17:17.680000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623959/theora/4789_97aff4bb0c734f949e41964ff56d149d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623959/large_thumb/large.jpg"
        },
        {
            "id": 623958,
            "name": "10min med Svenn Tommy 131010",
            "header": "Tio minuter med Svenn Thommy Fjeldberg, följt av Levande Ord",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623958/theora/4788_7678bc6c6cc643f9862c26eb15f24ecc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623958/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623958/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623958/broadcast/4788_48866e61f3114cfe91dc798c1354dc25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623958/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:54.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T12:05:25.343000Z",
            "updatedTime": "2018-11-10T18:29:29.139184Z",
            "uploadedTime": "2010-09-30T12:05:25.343000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623958/theora/4788_7678bc6c6cc643f9862c26eb15f24ecc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623958/large_thumb/large.jpg"
        },
        {
            "id": 624325,
            "name": "Utrop TV - Studio2",
            "header": "Studiodebatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624325/theora/5281_c3f84fba1ec44edfa786a189f058024c.ogv",
                "original": "https://upload.frikanalen.no/media/624325/original/orig_9837f335794846e381f46cb911acec7c.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624325/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624325/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624325/broadcast/5281_11f53d8be3a748e7ab2eab16b989ed11.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624325/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:55.320000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-08T09:56:33.493000Z",
            "updatedTime": "2018-11-10T18:29:28.664203Z",
            "uploadedTime": "2011-02-08T09:56:33.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624325/theora/5281_c3f84fba1ec44edfa786a189f058024c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624325/large_thumb/large.jpg"
        },
        {
            "id": 624326,
            "name": "Ti Minutter & De Levende Ord",
            "header": "Ti Minutter med Svenn Thommy Fjeldberg & De Levende Ord med Tommy M. Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624326/theora/5381_d33fbbf9ea5a4cf78bec5bc83fb16387.ogv",
                "original": "https://upload.frikanalen.no/media/624326/original/orig_0161291c8532402ba2f271d9b19b42d0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624326/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624326/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624326/broadcast/5381_a08d01646a3b4ba287620a993a5978a7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624326/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-28T12:22:38.787000Z",
            "updatedTime": "2018-11-10T18:29:28.662812Z",
            "uploadedTime": "2011-02-28T12:22:38.787000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624326/theora/5381_d33fbbf9ea5a4cf78bec5bc83fb16387.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624326/large_thumb/large.jpg"
        },
        {
            "id": 624328,
            "name": "Inside Israel Mars 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624328/theora/orig_4daf993b47a5449791ce0ab0f4888f43.ogv",
                "original": "https://upload.frikanalen.no/media/624328/original/orig_4daf993b47a5449791ce0ab0f4888f43.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624328/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624328/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624328/broadcast/5380_fad7056e185340c0bb5bfd91bd72c0c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624328/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-28T10:12:56.610000Z",
            "updatedTime": "2018-11-10T18:29:28.660128Z",
            "uploadedTime": "2011-02-28T10:12:56.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624328/theora/orig_4daf993b47a5449791ce0ab0f4888f43.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624328/large_thumb/large.jpg"
        },
        {
            "id": 624329,
            "name": "De Levende Ord",
            "header": "De levende Ord med Hans O.Hansson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624329/theora/5391_9980dde5e9df4bc38e2d01ce664a495f.ogv",
                "original": "https://upload.frikanalen.no/media/624329/original/orig_e3012de1f5924832aa4ef3e362c0d625.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624329/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624329/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624329/broadcast/5391_1be44b24270e49a1b5a38b0b139d1757.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624329/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-01T09:48:29.570000Z",
            "updatedTime": "2018-11-10T18:29:28.658699Z",
            "uploadedTime": "2011-03-01T09:48:29.570000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624329/theora/5391_9980dde5e9df4bc38e2d01ce664a495f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624329/large_thumb/large.jpg"
        },
        {
            "id": 625084,
            "name": "Den norske kirke i eksil 125",
            "header": "Dette programmet omde 10 jomfruer og deres oljelamper. Hva betyr dette for deg?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625084/theora/orig_197361f2edf14755a112e1e8e33da7a2.ogv",
                "original": "https://upload.frikanalen.no/media/625084/original/orig_197361f2edf14755a112e1e8e33da7a2.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625084/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625084/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625084/broadcast/6583_e7b80706cf2f4f29b55427eca30806a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625084/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:19",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-27T22:58:47.703000Z",
            "updatedTime": "2018-11-10T18:29:27.676968Z",
            "uploadedTime": "2012-11-27T22:58:47.703000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625084/theora/orig_197361f2edf14755a112e1e8e33da7a2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625084/large_thumb/large.jpg"
        },
        {
            "id": 625877,
            "name": "Trond-Viggo.avi",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625877/theora/Trond-Viggo.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625877/broadcast/Trond-Viggo.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625877/large_thumb/Trond-Viggo.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625877/small_thumb/Trond-Viggo.jpg"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:24:52.840000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2017-04-18T17:09:24.597922Z",
            "updatedTime": "2018-11-10T18:29:26.590380Z",
            "uploadedTime": "2017-04-18T17:10:17.920847Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625877/theora/Trond-Viggo.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625877/large_thumb/Trond-Viggo.jpg"
        },
        {
            "id": 626303,
            "name": "Shofar Guds lover - Israels lover",
            "header": "Bladet Evangelisten\r\nprogram 25",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626303/theora/Shofar 30 Guds lover - Israels lover.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626303/broadcast/Shofar 30 Guds lover - Israels lover.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626303/large_thumb/Shofar 30 Guds lover - Israels lover.jpg",
                "original": "https://upload.frikanalen.no/media/626303/original/Shofar 30 Guds lover - Israels lover.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:20.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-03T14:37:48.415996Z",
            "updatedTime": "2020-08-31T20:24:17.507939Z",
            "uploadedTime": "2020-02-03T14:48:31.828017Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626303/theora/Shofar 30 Guds lover - Israels lover.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626303/large_thumb/Shofar 30 Guds lover - Israels lover.jpg"
        },
        {
            "id": 626098,
            "name": "FSCONS 2017 - Maria Xynou - Collect evidence of Internet Censorship",
            "header": "Since 2012, the Open Observatory of Network Interference (OONI) project has been invesnsorship around the world. OONI's network measurement software has shed light on many scary, yet interein how information controls are being deployed. From Deep Packet Inspection (DPI) technology being used to block media websites during heavy political protests, to country-wide internet blackouts during elections and other events.\r\n\r\nThis talk will highlight some of the most striking internet censorship\r\nevents that have been detected by OONI over the last years, and will\r\ninclude a discussion of their relation and relevance to social and\r\npolitical events. This talk will also explain how you can take action to\r\nuncover evidence of internet censorship in your country and beyond.\r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626098/theora/fscons17_-_309_-_en_-_simula_-_201711041800_-_collect_evidence_of_internet_censorship_-_maria_xynou.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626098/broadcast/fscons17_-_309_-_en_-_simula_-_201711041800_-_collect_evidence_of_internet_censorship_-_maria_xynou.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626098/large_thumb/fscons17_-_309_-_en_-_simula_-_201711041800_-_collect_evidence_of_internet_censorship_-_maria_xynou.jpg",
                "original": "https://upload.frikanalen.no/media/626098/original/fscons17_-_309_-_en_-_simula_-_201711041800_-_collect_evidence_of_internet_censorship_-_maria_xynou.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:07:17.140000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2018-12-12T19:51:47.103830Z",
            "updatedTime": "2018-12-12T22:32:48.267221Z",
            "uploadedTime": "2018-12-12T20:28:33.157774Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626098/theora/fscons17_-_309_-_en_-_simula_-_201711041800_-_collect_evidence_of_internet_censorship_-_maria_xynou.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626098/large_thumb/fscons17_-_309_-_en_-_simula_-_201711041800_-_collect_evidence_of_internet_censorship_-_maria_xynou.jpg"
        },
        {
            "id": 622393,
            "name": "Beredskap (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622393/theora/644_76f05177328441bca2d7337f2842f833.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622393/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622393/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622393/broadcast/orig_vignetter.beredskapsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622393/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:44:00Z",
            "updatedTime": "2018-11-14T11:24:05.703596Z",
            "uploadedTime": "2009-01-01T10:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622393/theora/644_76f05177328441bca2d7337f2842f833.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622393/large_thumb/large.jpg"
        },
        {
            "id": 625533,
            "name": "Empo TV - 16.04.21",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625533/broadcast/Empo-160421.avi",
                "theora": "https://upload.frikanalen.no/media/625533/theora/Empo-160421.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625533/large_thumb/Empo-160421.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625533/small_thumb/Empo-160421.jpg",
                "original": "https://upload.frikanalen.no/media/625533/original/Empo-160421.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:11:53.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-04-22T12:27:14.352352Z",
            "updatedTime": "2020-08-30T20:18:28.593991Z",
            "uploadedTime": "2016-04-22T12:29:04.257595Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625533/theora/Empo-160421.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625533/large_thumb/Empo-160421.jpg"
        }
    ]
}