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

{
    "count": 3454,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1400&ordering=-is_filler",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1300&ordering=-is_filler",
    "results": [
        {
            "id": 625137,
            "name": "Den norske kirke i eksil 133",
            "header": "Frikanalen stopper 29 januar men håper å være i drift begynnelsen av februar",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625137/theora/orig_fb3395fb24324340af0ad5ea9298bc25.ogv",
                "original": "https://upload.frikanalen.no/media/625137/original/orig_fb3395fb24324340af0ad5ea9298bc25.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625137/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625137/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625137/broadcast/6656_33d1445381fa4bb9821111c0ec584fc2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625137/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:52",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-01-28T14:41:07.733000Z",
            "updatedTime": "2018-11-10T18:29:27.607579Z",
            "uploadedTime": "2013-01-28T14:41:07.733000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625137/theora/orig_fb3395fb24324340af0ad5ea9298bc25.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625137/large_thumb/large.jpg"
        },
        {
            "id": 624247,
            "name": "HelseExpo Mjøndalen 11",
            "header": "Kan samliv læres? Spørsmåles stilles og forsøkes svares på av Håvard Altern.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624247/theora/orig_eab2019ffaa640feacf919cb3dbf0023.ogv",
                "original": "https://upload.frikanalen.no/media/624247/original/orig_eab2019ffaa640feacf919cb3dbf0023.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624247/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624247/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624247/broadcast/5267_927c62351bdf46fe8e30358f99fdde00.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624247/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:55.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-03T10:54:48.320000Z",
            "updatedTime": "2018-11-10T18:29:28.772823Z",
            "uploadedTime": "2011-02-03T10:54:48.320000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624247/theora/orig_eab2019ffaa640feacf919cb3dbf0023.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624247/large_thumb/large.jpg"
        },
        {
            "id": 624211,
            "name": "Akkurat Nå! 30. januar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624211/theora/5197_e57a6060fd0a487fa1d0f6f80712bba9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624211/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624211/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624211/broadcast/5197_bf99483fd64547dc9ce04339bda06655.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624211/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:59.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-20T12:56:39.587000Z",
            "updatedTime": "2018-11-10T18:29:28.821865Z",
            "uploadedTime": "2011-01-20T12:56:39.587000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624211/theora/5197_e57a6060fd0a487fa1d0f6f80712bba9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624211/large_thumb/large.jpg"
        },
        {
            "id": 624246,
            "name": "Av jord til liv - Ivar Torp",
            "header": "Alle levende vesener unntatt mennesket synes å arbeide for balanse, sier Ivar Torp som har fått kongens fortjenestemedalje i sølv for sitt pionerarbeid med å innføre organisk-biologisk jordbruk som fag ved norske landbruksskoler.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624246/theora/orig_1ccc997612784a92b44d8a9765ec4cc3.ogv",
                "original": "https://upload.frikanalen.no/media/624246/original/orig_1ccc997612784a92b44d8a9765ec4cc3.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624246/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624246/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624246/broadcast/5269_5b650d4e6ac947979e5123305ebf1b23.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624246/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-03T11:04:44.697000Z",
            "updatedTime": "2018-11-10T18:29:28.774171Z",
            "uploadedTime": "2011-02-03T11:04:44.697000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624246/theora/orig_1ccc997612784a92b44d8a9765ec4cc3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624246/large_thumb/large.jpg"
        },
        {
            "id": 625139,
            "name": "Den norske kirke i eksil 132",
            "header": "Hva gjør antikrister med vårt samfunn i dag dag? er det ikke på tide å svare de som vil ødelegge vår kristne kulturarv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625139/theora/6654_6dac3ae0fe5943f4b2ca302fa86c5f1b.ogv",
                "original": "https://upload.frikanalen.no/media/625139/original/orig_03e191af97824ff7a59feb1ef35dd6e5.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625139/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625139/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625139/broadcast/6654_40cd3a53ecbd430b824c4e362d4ed7af.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625139/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:17:42",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-01-23T13:23:50.463000Z",
            "updatedTime": "2018-11-10T18:29:27.604728Z",
            "uploadedTime": "2013-01-23T13:23:50.463000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625139/theora/6654_6dac3ae0fe5943f4b2ca302fa86c5f1b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625139/large_thumb/large.jpg"
        },
        {
            "id": 624243,
            "name": "Hele Verdens Reformator",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624243/theora/orig_54ec8c93058b44d880fa11bef75c1e92.ogv",
                "original": "https://upload.frikanalen.no/media/624243/original/orig_54ec8c93058b44d880fa11bef75c1e92.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624243/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624243/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624243/broadcast/5280_e79c8b032929427a8d8ffa8b719a3bfd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624243/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:25:54.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-07T17:46:24.203000Z",
            "updatedTime": "2018-11-10T18:29:28.778587Z",
            "uploadedTime": "2011-02-07T17:46:24.203000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624243/theora/orig_54ec8c93058b44d880fa11bef75c1e92.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624243/large_thumb/large.jpg"
        },
        {
            "id": 624240,
            "name": "Ti minutt & Levende Ord",
            "header": "Svenn Thommy Fjeldberg og Tommy M. Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624240/theora/5274_011b46d553064e45881d17dacaea644c.ogv",
                "original": "https://upload.frikanalen.no/media/624240/original/orig_7c8f35c175d44dfa9767b37156e9c92f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624240/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624240/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624240/broadcast/5274_2f1690854c4448d9b0064a0fb3db5736.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624240/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:28:45.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T10:33:12.860000Z",
            "updatedTime": "2018-11-10T18:29:28.783005Z",
            "uploadedTime": "2011-02-04T10:33:12.860000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624240/theora/5274_011b46d553064e45881d17dacaea644c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624240/large_thumb/large.jpg"
        },
        {
            "id": 624239,
            "name": "Helse & Källan",
            "header": "Helse med Eva Britt Fjeldberg og Kællan med Cark henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624239/theora/5273_38a692a5f9ca4d4986d3fdcec1632a7e.ogv",
                "original": "https://upload.frikanalen.no/media/624239/original/orig_92785c2a6641430fa9f200203c8f0cdd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624239/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624239/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624239/broadcast/5273_203dddea4e2c4461a800fc19fea6f058.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624239/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:12.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T10:10:30.353000Z",
            "updatedTime": "2018-11-10T18:29:28.784435Z",
            "uploadedTime": "2011-02-04T10:10:30.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624239/theora/5273_38a692a5f9ca4d4986d3fdcec1632a7e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624239/large_thumb/large.jpg"
        },
        {
            "id": 627958,
            "name": "Hvordan kan du bli lykkelig?",
            "header": "Viktige beskjeder",
            "description": "Fra bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627958/theora/Hvordan kan du bli lykkelig_ (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627958/broadcast/Hvordan kan du bli lykkelig_ (1).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627958/large_thumb/Hvordan kan du bli lykkelig_ (1).jpg",
                "original": "https://upload.frikanalen.no/media/627958/original/Hvordan kan du bli lykkelig_ (1).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:21:52.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-26T11:00:40.628989Z",
            "updatedTime": "2024-10-26T11:38:17.416471Z",
            "uploadedTime": "2024-10-26T11:27:52.271664Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627958/theora/Hvordan kan du bli lykkelig_ (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627958/large_thumb/Hvordan kan du bli lykkelig_ (1).jpg"
        },
        {
            "id": 624237,
            "name": "EBF-KHA 20110209-2959",
            "header": "Helse med Eva Britt Fjeldberg og källan\nmed Karl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624237/theora/5271_b0967c4f9cad4fbcb2db65f44b07b9c3.ogv",
                "original": "https://upload.frikanalen.no/media/624237/original/orig_95dea28066184a6b8cc4559cfd97b0dc.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624237/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624237/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624237/broadcast/5271_d83a84eb2c2947ddad63a7d6f8f889d7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624237/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:59.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T08:26:59.453000Z",
            "updatedTime": "2018-11-10T18:29:28.787189Z",
            "uploadedTime": "2011-02-04T08:26:59.453000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624237/theora/5271_b0967c4f9cad4fbcb2db65f44b07b9c3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624237/large_thumb/large.jpg"
        },
        {
            "id": 626305,
            "name": "Shofar Mandeltreet",
            "header": "Bladet Evangelisten\r\nProgram 6",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626305/theora/Shofar 31 Mandeltreet.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626305/broadcast/Shofar 31 Mandeltreet.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626305/large_thumb/Shofar 31 Mandeltreet.jpg",
                "original": "https://upload.frikanalen.no/media/626305/original/Shofar 31 Mandeltreet.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:18:28.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-03T14:50:32.427909Z",
            "updatedTime": "2020-08-31T20:24:04.156371Z",
            "uploadedTime": "2020-02-03T15:03:44.926933Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626305/theora/Shofar 31 Mandeltreet.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626305/large_thumb/Shofar 31 Mandeltreet.jpg"
        },
        {
            "id": 624444,
            "name": "Hælse & Kællan 20110615",
            "header": "Hälsa, med Evabritt Fjeldberg \nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624444/theora/5553_a9896261423c400384adb73d2daf41b6.ogv",
                "original": "https://upload.frikanalen.no/media/624444/original/orig_ef79412d09a748d3beb07f042aefa1c2.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624444/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624444/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624444/broadcast/5553_7c8421f8d03748d78da611a93b1e24e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624444/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:28:33.290000Z",
            "updatedTime": "2018-11-10T18:29:28.510975Z",
            "uploadedTime": "2011-05-04T13:28:33.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624444/theora/5553_a9896261423c400384adb73d2daf41b6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624444/large_thumb/large.jpg"
        },
        {
            "id": 624445,
            "name": "Hælse & Kællan 20110629",
            "header": "Hälsa, med Evabritt Fjeldberg\nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624445/theora/5554_97032c4ebe24427a993f60bb5e453f47.ogv",
                "original": "https://upload.frikanalen.no/media/624445/original/orig_c1d8860d3e944d41804b06e777256408.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624445/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624445/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624445/broadcast/5554_f47ef32c2cbe4980b522eed8c7877849.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624445/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:31:30.560000Z",
            "updatedTime": "2018-11-10T18:29:28.509536Z",
            "uploadedTime": "2011-05-04T13:31:30.560000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624445/theora/5554_97032c4ebe24427a993f60bb5e453f47.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624445/large_thumb/large.jpg"
        },
        {
            "id": 625141,
            "name": "Student-TV 2013 Uke 3",
            "header": "Aktuelt: Nyhet: Studiestøtte\r\nApropos Dommedag: Ikke alle er like glad for at dommedag aldri kom...\r\nAktuelt: Nyhet: Studenter lager racerbil",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625141/small_thumb/Uke2-3STV-Frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625141/large_thumb/Uke2-3STV-Frikanalen.jpg",
                "theora": "https://upload.frikanalen.no/media/625141/theora/Uke2-3STV-Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625141/broadcast/Uke2-3STV-Frikanalen.avi"
            },
            "creator": "tobias.skaaren@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:06:23.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-02-15T09:39:24Z",
            "updatedTime": "2018-11-10T18:29:27.601763Z",
            "uploadedTime": "2013-02-15T09:39:26Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625141/theora/Uke2-3STV-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625141/large_thumb/Uke2-3STV-Frikanalen.jpg"
        },
        {
            "id": 624446,
            "name": "Hælse & Kællan 20110601",
            "header": "Hälsa, med Evabritt Fjeldberg \n\nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624446/theora/5552_e9250787733a48fcbc173af5d90c069a.ogv",
                "original": "https://upload.frikanalen.no/media/624446/original/orig_d6a20e50391d4be0ae9dff522ecdb614.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624446/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624446/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624446/broadcast/5552_7ad3bd87d12b485ab21658f2cf7341f1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624446/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:08:51.250000Z",
            "updatedTime": "2018-11-10T18:29:28.507976Z",
            "uploadedTime": "2011-05-04T13:08:51.250000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624446/theora/5552_e9250787733a48fcbc173af5d90c069a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624446/large_thumb/large.jpg"
        },
        {
            "id": 624230,
            "name": "Redd pressen- Around the world",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624230/theora/5261_a590d53160d44534868bc327fefdc8c9.ogv",
                "original": "https://upload.frikanalen.no/media/624230/original/orig_7e72295c73dd4c7187c3b6e55545f302.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624230/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624230/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624230/broadcast/5261_91af4bb2d2df4dbc9059abb3205be976.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624230/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:45.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:47:04.093000Z",
            "updatedTime": "2018-11-10T18:29:28.795497Z",
            "uploadedTime": "2011-02-03T08:47:04.093000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624230/theora/5261_a590d53160d44534868bc327fefdc8c9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624230/large_thumb/large.jpg"
        },
        {
            "id": 624447,
            "name": "Hælse & Kællan 20110713",
            "header": "Hælsa, med Evabritt Fjeldberg \nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624447/theora/5555_493d3553a95a46689c30d047165c41db.ogv",
                "original": "https://upload.frikanalen.no/media/624447/original/orig_8c33befecc3d4608a64daebbe6953556.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624447/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624447/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624447/broadcast/5555_c23ce1d296484bee945d419da5182a55.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624447/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:36:26.693000Z",
            "updatedTime": "2018-11-10T18:29:28.506524Z",
            "uploadedTime": "2011-05-04T13:36:26.693000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624447/theora/5555_493d3553a95a46689c30d047165c41db.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624447/large_thumb/large.jpg"
        },
        {
            "id": 625142,
            "name": "Student-TV 2013 Uke 4",
            "header": "Apropos Jobbintervju: Villig til sex på julebord? Vi avslører hva som egentlig blir sagt på jobbintervjuet.\r\nAktuelt: Nyhet: Trøndelagsdagen\r\nReportasje: Kantine-Lizzie - en hverdagshelt?\r\nLesesalen 1:5: fem Studenter - en lesesal - fem uker - en vinner!",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625142/large_thumb/Uke_4-Untitled_QuickTime_Movie.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625142/small_thumb/Uke_4-Untitled_QuickTime_Movie.jpg",
                "theora": "https://upload.frikanalen.no/media/625142/theora/Uke_4-Untitled_QuickTime_Movie.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625142/broadcast/Uke_4-Untitled_QuickTime_Movie.avi"
            },
            "creator": "tobias.skaaren@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:08:18.200000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-02-15T09:43:03Z",
            "updatedTime": "2018-11-10T18:29:27.600413Z",
            "uploadedTime": "2013-02-15T09:43:04Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625142/theora/Uke_4-Untitled_QuickTime_Movie.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625142/large_thumb/Uke_4-Untitled_QuickTime_Movie.jpg"
        },
        {
            "id": 625574,
            "name": "Daily Tech News Show 05. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625574/large_thumb/DTNS20160505.jpg",
                "original": "https://upload.frikanalen.no/media/625574/original/DTNS20160505.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625574/small_thumb/DTNS20160505.jpg",
                "theora": "https://upload.frikanalen.no/media/625574/theora/DTNS20160505.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625574/broadcast/DTNS20160505.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:04:00.650000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6346vid",
            "createdTime": "2016-05-23T16:07:06.319300Z",
            "updatedTime": "2018-11-10T18:29:27.065222Z",
            "uploadedTime": "2016-05-23T16:57:55.367709Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625574/theora/DTNS20160505.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625574/large_thumb/DTNS20160505.jpg"
        },
        {
            "id": 624448,
            "name": "Hælsa & kællan 20110824",
            "header": "Hælsa, med Evabritt Fjeldberg \nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624448/theora/5558_8c1816ae102f44ca8c2af95a3bba7a29.ogv",
                "original": "https://upload.frikanalen.no/media/624448/original/orig_7ac80dfb860b4e88b87a3e4b3aef679d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624448/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624448/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624448/broadcast/5558_1f0fd2e99b5e43daa5f5a61ea2e6e3a4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624448/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:47:57.290000Z",
            "updatedTime": "2018-11-10T18:29:28.505177Z",
            "uploadedTime": "2011-05-04T13:47:57.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624448/theora/5558_8c1816ae102f44ca8c2af95a3bba7a29.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624448/large_thumb/large.jpg"
        },
        {
            "id": 624449,
            "name": "Hælse & Kællan 20110810",
            "header": "Hælsa, med Evabritt Fjeldberg \nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624449/theora/5557_5a35a5f9bac64d80be505dbd7ad1ff51.ogv",
                "original": "https://upload.frikanalen.no/media/624449/original/orig_d9cf78f051364c3bbc8b8e171531b1f2.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624449/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624449/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624449/broadcast/5557_f5bd51070aef436786bbd750c88a3b85.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624449/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:46:57.147000Z",
            "updatedTime": "2018-11-10T18:29:28.503833Z",
            "uploadedTime": "2011-05-04T13:46:57.147000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624449/theora/5557_5a35a5f9bac64d80be505dbd7ad1ff51.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624449/large_thumb/large.jpg"
        },
        {
            "id": 625143,
            "name": "Student-TV 2013 Uke 5",
            "header": "Parodi: Stian Stud - Trondheims nye talkshow!\r\nRomkameraten 1:6\r\nLesesalen 2:5",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625143/theora/Uke_5-Frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625143/small_thumb/Uke_5-Frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625143/large_thumb/Uke_5-Frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625143/broadcast/Uke_5-Frikanalen.avi"
            },
            "creator": "tobias.skaaren@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:09:40.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-02-15T09:43:53Z",
            "updatedTime": "2018-11-10T18:29:27.599040Z",
            "uploadedTime": "2013-02-15T09:43:54Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625143/theora/Uke_5-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625143/large_thumb/Uke_5-Frikanalen.jpg"
        },
        {
            "id": 624450,
            "name": "Hælse & Kællan 20110727",
            "header": "Hælsa, med Evabritt Fjeldberg \nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624450/theora/5556_b8bc5be8ba70420aa809015866db6a5f.ogv",
                "original": "https://upload.frikanalen.no/media/624450/original/orig_346497fd5285409faec5e07eb985dc76.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624450/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624450/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624450/broadcast/5556_e24a93f2074c417fbc10fef1b397605e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624450/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:41:59.593000Z",
            "updatedTime": "2018-11-10T18:29:28.502436Z",
            "uploadedTime": "2011-05-04T13:41:59.593000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624450/theora/5556_b8bc5be8ba70420aa809015866db6a5f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624450/large_thumb/large.jpg"
        },
        {
            "id": 624451,
            "name": "18_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624451/theora/5426_82f94d17443e433e8c180571e99bfb40.ogv",
                "original": "https://upload.frikanalen.no/media/624451/original/orig_6bfe33d5541a43a0b6f5fb2562c5df96.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624451/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624451/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624451/broadcast/5426_e312a77f0f174f6e85969bc88335945c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624451/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:37",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-03-09T10:23:35.033000Z",
            "updatedTime": "2018-11-10T18:29:28.501066Z",
            "uploadedTime": "2011-03-09T10:23:35.033000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624451/theora/5426_82f94d17443e433e8c180571e99bfb40.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624451/large_thumb/large.jpg"
        },
        {
            "id": 625144,
            "name": "Student-TV 2013 Uke 6",
            "header": "Aktuelt: Nyhet: Vil forbedre eksamen\r\nApropos Verdens rikeste land\r\nRomkameraten 2:6\r\nLesesalen 3:5\r\n\r\nKonkurranse: Fristen er utgått. Se dusken.no/tv for ferske konkurranser",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625144/large_thumb/Uke_6-Frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625144/small_thumb/Uke_6-Frikanalen.jpg",
                "theora": "https://upload.frikanalen.no/media/625144/theora/Uke_6-Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625144/broadcast/Uke_6-Frikanalen.avi"
            },
            "creator": "tobias.skaaren@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:13:23.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-02-15T09:44:44Z",
            "updatedTime": "2018-11-10T18:29:27.597666Z",
            "uploadedTime": "2013-02-15T09:44:45Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625144/theora/Uke_6-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625144/large_thumb/Uke_6-Frikanalen.jpg"
        },
        {
            "id": 625575,
            "name": "Daily Tech News Show 06. May 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625575/small_thumb/DTNS20160506.jpg",
                "original": "https://upload.frikanalen.no/media/625575/original/DTNS20160506.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625575/broadcast/DTNS20160506.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625575/large_thumb/DTNS20160506.jpg",
                "theora": "https://upload.frikanalen.no/media/625575/theora/DTNS20160506.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:05:15.530000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6354vid",
            "createdTime": "2016-05-23T16:59:09.831782Z",
            "updatedTime": "2018-11-10T18:29:27.063794Z",
            "uploadedTime": "2016-05-23T18:12:12.645832Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625575/theora/DTNS20160506.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625575/large_thumb/DTNS20160506.jpg"
        },
        {
            "id": 624452,
            "name": "De Gode Nyheterna 20110523",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624452/theora/5560_f638e6b754934111a3e7f72ce73b0240.ogv",
                "original": "https://upload.frikanalen.no/media/624452/original/orig_c9ead091ad69454b9fa61fb44356c6d5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624452/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624452/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624452/broadcast/5560_a525631e74254523992747360540ffdc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624452/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:18:24.917000Z",
            "updatedTime": "2018-11-10T18:29:28.499601Z",
            "uploadedTime": "2011-05-05T15:18:24.917000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624452/theora/5560_f638e6b754934111a3e7f72ce73b0240.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624452/large_thumb/large.jpg"
        },
        {
            "id": 624453,
            "name": "De Gode Nyheterna 20110606",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624453/theora/5561_75ed1848e1384b4a871a5f623dea36ca.ogv",
                "original": "https://upload.frikanalen.no/media/624453/original/orig_ca3d04bb87d64d9d9bbc0a78f8a0a15c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624453/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624453/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624453/broadcast/5561_e751bfe49f804f58ad19915b39f90ad4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624453/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:28:03.933000Z",
            "updatedTime": "2018-11-10T18:29:28.498000Z",
            "uploadedTime": "2011-05-05T15:28:03.933000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624453/theora/5561_75ed1848e1384b4a871a5f623dea36ca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624453/large_thumb/large.jpg"
        },
        {
            "id": 625151,
            "name": "Student-TV 2013 Uke 7",
            "header": "Denne uken sjekker vi ut magedanskurs på ISFiT, \r\nhumorspalten Apropos presenterer TV2s nye \r\nprogrammer, vi får tidenes mest dramatiske episode av \r\nLesesalen (4:5) og vi har snakket med studenter som har \r\nhybel på havet.",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625151/small_thumb/Uke_7-Frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625151/large_thumb/Uke_7-Frikanalen.jpg",
                "theora": "https://upload.frikanalen.no/media/625151/theora/Uke_7-Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625151/broadcast/Uke_7-Frikanalen.avi"
            },
            "creator": "tobias.skaaren@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:11:10.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-03-08T11:22:44Z",
            "updatedTime": "2018-11-10T18:29:27.588083Z",
            "uploadedTime": "2013-03-08T11:22:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625151/theora/Uke_7-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625151/large_thumb/Uke_7-Frikanalen.jpg"
        },
        {
            "id": 624454,
            "name": "De Gode Nyheterna 20110801",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624454/theora/5562_58cd0efba6ed420482230747bb4f32d5.ogv",
                "original": "https://upload.frikanalen.no/media/624454/original/orig_f7310962f87c4baab03e5edb7685c391.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624454/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624454/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624454/broadcast/5562_e0626fbf926d424aa5b8e17e2937ed3f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624454/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:28:41.340000Z",
            "updatedTime": "2018-11-10T18:29:28.496657Z",
            "uploadedTime": "2011-05-05T15:28:41.340000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624454/theora/5562_58cd0efba6ed420482230747bb4f32d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624454/large_thumb/large.jpg"
        },
        {
            "id": 624455,
            "name": "De Gode Nyheterna 20110718",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624455/theora/5564_837018da38aa49599635c3941cf26327.ogv",
                "original": "https://upload.frikanalen.no/media/624455/original/orig_92552f124c224873bfcf831d733aa2c0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624455/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624455/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624455/broadcast/5564_41c5750407fa456bbb689150531a6d9c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624455/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:29:44.280000Z",
            "updatedTime": "2018-11-10T18:29:28.495239Z",
            "uploadedTime": "2011-05-05T15:29:44.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624455/theora/5564_837018da38aa49599635c3941cf26327.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624455/large_thumb/large.jpg"
        },
        {
            "id": 625152,
            "name": "Student-TV 2013 Uke 8",
            "header": "Denne uken har vi besøkt Luftkrigsskolen i Trondheim, hvor studentene har en litt annerledes skoledag.\r\nKonfliken tilspisses i episode 3 av Felles kjøleskap, og få med deg finalen av Lesesalen. Studentlekene har blitt arrangert i Trondheim, og vi har snakket med Samfundetlederen om hva som er viktig når det nå skal velges ny leder av Samfundet.",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625152/small_thumb/Uke_8-Frikanalen.jpg",
                "theora": "https://upload.frikanalen.no/media/625152/theora/Uke_8-Frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625152/large_thumb/Uke_8-Frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625152/broadcast/Uke_8-Frikanalen.avi"
            },
            "creator": "tobias.skaaren@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:16:54.240000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-03-08T11:28:41Z",
            "updatedTime": "2018-11-10T18:29:27.586690Z",
            "uploadedTime": "2013-03-08T11:28:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625152/theora/Uke_8-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625152/large_thumb/Uke_8-Frikanalen.jpg"
        },
        {
            "id": 624456,
            "name": "De Gode Nyheterna 20110704",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624456/theora/5565_050918958ff8454680afe940adb55142.ogv",
                "original": "https://upload.frikanalen.no/media/624456/original/orig_c3aa3c1939a34f639c8cc96c057d5e6a.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624456/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624456/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624456/broadcast/5565_6ff499a7b4cc45c58057a6e8cd980e6b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624456/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:30:26.257000Z",
            "updatedTime": "2018-11-10T18:29:28.493840Z",
            "uploadedTime": "2011-05-05T15:30:26.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624456/theora/5565_050918958ff8454680afe940adb55142.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624456/large_thumb/large.jpg"
        },
        {
            "id": 625153,
            "name": "Student-TV 2013 Uke 9",
            "header": "Blir man fin av øl og vin? Vi har testet myten! \r\nApropos ser på pavevalget og vi har snakket med Moddi om alkoholpress i musikkbransjen. I tillegg har vi som alltid aktuelle saker om studentlivet: Hvem er smartest på gløshaugen, og hvordan bør du gå fram hvis du vil lage film? \r\nSe også episode 4 av Felles kjøleskap i ukens sending fra Student-TV i Trondheim.",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625153/small_thumb/Uke_9-Frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625153/large_thumb/Uke_9-Frikanalen.jpg",
                "theora": "https://upload.frikanalen.no/media/625153/theora/Uke_9-Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625153/broadcast/Uke_9-Frikanalen.avi"
            },
            "creator": "tobias.skaaren@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:21:38",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-03-08T11:32:24Z",
            "updatedTime": "2018-11-10T18:29:27.585338Z",
            "uploadedTime": "2013-03-08T11:32:26Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625153/theora/Uke_9-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625153/large_thumb/Uke_9-Frikanalen.jpg"
        },
        {
            "id": 624459,
            "name": "De Gode Nyheterna 20110620",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624459/theora/5569_a6d71bb4fa4543b493daf227005393a0.ogv",
                "original": "https://upload.frikanalen.no/media/624459/original/orig_fda051fbe65a491483d282b1091c2655.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624459/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624459/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624459/broadcast/5569_65eae8f978644670b107b11ae399fbb1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624459/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:32:44.180000Z",
            "updatedTime": "2018-11-10T18:29:28.489774Z",
            "uploadedTime": "2011-05-05T15:32:44.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624459/theora/5569_a6d71bb4fa4543b493daf227005393a0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624459/large_thumb/large.jpg"
        },
        {
            "id": 624152,
            "name": "STFp01-LOp02 20110105-2940",
            "header": "Ti Minutter med Svenn Thommy Fjeldberg och Levande Ord Tommy Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624152/theora/5133_e30bd720964f463cbd61efd8e3d478f9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624152/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624152/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624152/broadcast/5133_e8486665711049e98eca02a19609f6d5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624152/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:40",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-27T13:48:51.440000Z",
            "updatedTime": "2018-11-10T18:29:28.889854Z",
            "uploadedTime": "2010-12-27T13:48:51.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624152/theora/5133_e30bd720964f463cbd61efd8e3d478f9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624152/large_thumb/large.jpg"
        },
        {
            "id": 624151,
            "name": "Akkurat Nå 26. desember 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624151/theora/5120_568538bed0be49fd84a351bcfd3af939.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624151/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624151/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624151/broadcast/5120_a6247fad671d4aeb8ba54200c148d47c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624151/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:49:44.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-22T04:58:18.520000Z",
            "updatedTime": "2018-11-10T18:29:28.891209Z",
            "uploadedTime": "2010-12-22T04:58:18.520000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624151/theora/5120_568538bed0be49fd84a351bcfd3af939.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624151/large_thumb/large.jpg"
        },
        {
            "id": 624460,
            "name": "De Gode Nyheterna 20110815",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624460/theora/5566_66296c1d483a4ee08c7c49a1f5c21fad.ogv",
                "original": "https://upload.frikanalen.no/media/624460/original/orig_f80bfbca2fc74bd0b079ecadb79f547a.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624460/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624460/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624460/broadcast/5566_3ce4ff608f224303b2606571e5cab20c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624460/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:31:05.943000Z",
            "updatedTime": "2018-11-10T18:29:28.488429Z",
            "uploadedTime": "2011-05-05T15:31:05.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624460/theora/5566_66296c1d483a4ee08c7c49a1f5c21fad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624460/large_thumb/large.jpg"
        },
        {
            "id": 625156,
            "name": "Student-TV 2013 Uke 10",
            "header": "Denne uken møter du Studentersamfundets nye leder og finn ut hva Dragvolligaen er.\r\nFinn også ut hvordan det er å være blind, musikkprodusent og lydtekniker. Apropos tar deg med på kurs i netthat, og det blir spennende i nest siste episode av Felles kjøleskap.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625156/theora/Student-TV_2013_uke_10.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625156/small_thumb/Student-TV_2013_uke_10.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625156/large_thumb/Student-TV_2013_uke_10.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625156/broadcast/Student-TV_2013_uke_10.avi"
            },
            "creator": "tobias.skaaren@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:13:54",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-03-15T00:29:03Z",
            "updatedTime": "2018-11-10T18:29:27.582519Z",
            "uploadedTime": "2013-03-15T00:29:04Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625156/theora/Student-TV_2013_uke_10.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625156/large_thumb/Student-TV_2013_uke_10.jpg"
        },
        {
            "id": 624204,
            "name": "CTT17_2856 20110131",
            "header": "Country Team med Kåre og Lena Jönsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624204/theora/5207_b9baf07a1eef44989743ba138d56ebba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624204/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624204/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624204/broadcast/5207_40a3b5eed21a40ef8ccf78b83d27263b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624204/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:28:56.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-27T11:18:44.280000Z",
            "updatedTime": "2018-11-10T18:29:28.830316Z",
            "uploadedTime": "2011-01-27T11:18:44.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624204/theora/5207_b9baf07a1eef44989743ba138d56ebba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624204/large_thumb/large.jpg"
        },
        {
            "id": 625626,
            "name": "Daily Tech News Show 13. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625626/theora/DTNS20160613.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625626/broadcast/DTNS20160613.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625626/small_thumb/DTNS20160613.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625626/large_thumb/DTNS20160613.jpg",
                "original": "https://upload.frikanalen.no/media/625626/original/DTNS20160613.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:59:25.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6628vid",
            "createdTime": "2016-06-14T07:47:20.702137Z",
            "updatedTime": "2018-11-10T18:29:26.959376Z",
            "uploadedTime": "2016-06-14T07:47:26.535185Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625626/theora/DTNS20160613.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625626/large_thumb/DTNS20160613.jpg"
        },
        {
            "id": 624200,
            "name": "Akkurat Nå! 23. januar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624200/theora/5196_c0353f108c8a4f0ea28612e69c11e9d0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624200/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624200/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624200/broadcast/5196_5a4e91329f1b421a986edbc6bdca2997.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624200/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:54:05.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-20T12:48:58.317000Z",
            "updatedTime": "2018-11-10T18:29:28.834471Z",
            "uploadedTime": "2011-01-20T12:48:58.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624200/theora/5196_c0353f108c8a4f0ea28612e69c11e9d0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624200/large_thumb/large.jpg"
        },
        {
            "id": 624197,
            "name": "STF_p01-BST_p01 20110126-2828",
            "header": "10 minutter med Svenn Thommy Fjeldberg og Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624197/theora/5195_4be84220d1d84360a7e124989bff58d8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624197/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624197/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624197/broadcast/5195_2d21f20e90134d2fb363860f5d911d28.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624197/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:28:28.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-19T11:11:14.290000Z",
            "updatedTime": "2018-11-10T18:29:28.837465Z",
            "uploadedTime": "2011-01-19T11:11:14.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624197/theora/5195_4be84220d1d84360a7e124989bff58d8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624197/large_thumb/large.jpg"
        },
        {
            "id": 624196,
            "name": "DGN188- 20110124_2853",
            "header": "Gode Nyheder med Erling Ilsöe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624196/theora/5194_b2094c7eaa8e457983fe2060c1c6d9b5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624196/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624196/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624196/broadcast/5194_66ad3de778424b9abf9a4029fed37854.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624196/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:28:53",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-19T10:11:31.943000Z",
            "updatedTime": "2018-11-10T18:29:28.838827Z",
            "uploadedTime": "2011-01-19T10:11:31.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624196/theora/5194_b2094c7eaa8e457983fe2060c1c6d9b5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624196/large_thumb/large.jpg"
        },
        {
            "id": 627957,
            "name": "Hva kan hjelpe deg til å styre økonomien?",
            "header": "Viktige beskjeder",
            "description": "Fra bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627957/theora/Hva kan hjelpe deg til � styre �konomien (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627957/broadcast/Hva kan hjelpe deg til � styre �konomien (1).dv",
                "original": "https://upload.frikanalen.no/media/627957/original/Hva kan hjelpe deg til � styre �konomien (1).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627957/large_thumb/Hva kan hjelpe deg til � styre �konomien (1).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:30:22.966667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-26T10:56:55.480255Z",
            "updatedTime": "2024-10-26T11:27:51.540897Z",
            "uploadedTime": "2024-10-26T11:13:24.308077Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627957/theora/Hva kan hjelpe deg til � styre �konomien (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627957/large_thumb/Hva kan hjelpe deg til � styre �konomien (1).jpg"
        },
        {
            "id": 624147,
            "name": "Fenomenet Paulus 09",
            "header": "Program 9/11 ? Sabbaten.\nMennesker som lever hektiske liv bør unne seg å prøve den gudgitte resepten mot stress.\nPaulus var stadig på farten som misjonær. Han jobbet intenst. Ikke ulikt mange moderne mennesker som forsøker å fylle mange forventninger. Mennesker som lever hektiske liv bør unne seg å prøve den gudgitte resepten mot stress.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624147/theora/5074_f7a43e5073404cf1b1e32a865824e131.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624147/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624147/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624147/broadcast/5074_f7a43e5073404cf1b1e32a865824e131.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624147/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": "2010-12-10T12:30:27.333000Z",
            "updatedTime": "2018-11-10T18:29:28.896643Z",
            "uploadedTime": "2010-12-10T12:30:27.333000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624147/theora/5074_f7a43e5073404cf1b1e32a865824e131.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624147/large_thumb/large.jpg"
        },
        {
            "id": 624112,
            "name": "Den norske kirke i eksil 73",
            "header": "Gudstjeneste 3 søndag i advent.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624112/theora/orig_3560e6a216884ffabd31722b4ef3e8cc.ogv",
                "original": "https://upload.frikanalen.no/media/624112/original/orig_3560e6a216884ffabd31722b4ef3e8cc.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624112/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624112/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624112/broadcast/5089_0e8ecef0cb954a0e94532c6b084b3333.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624112/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:01.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-14T11:56:08.307000Z",
            "updatedTime": "2018-11-10T18:29:28.941854Z",
            "uploadedTime": "2010-12-14T11:56:08.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624112/theora/orig_3560e6a216884ffabd31722b4ef3e8cc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624112/large_thumb/large.jpg"
        },
        {
            "id": 624461,
            "name": "De Gode Nyheterna 20110829",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624461/theora/5567_a7758fcd6d664291abdbe3a39fc8b768.ogv",
                "original": "https://upload.frikanalen.no/media/624461/original/orig_b2626f183c254fa28e82bd6100e89cb0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624461/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624461/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624461/broadcast/5567_8e7d73c79ac34e2a92b3c2d3fc3fdf36.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624461/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:31:25.240000Z",
            "updatedTime": "2018-11-10T18:29:28.487049Z",
            "uploadedTime": "2011-05-05T15:31:25.240000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624461/theora/5567_a7758fcd6d664291abdbe3a39fc8b768.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624461/large_thumb/large.jpg"
        },
        {
            "id": 624462,
            "name": "LevandeOrd & 10min 20110822",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624462/theora/5570_37f6909a9e134c21b983ba446ddd39bb.ogv",
                "original": "https://upload.frikanalen.no/media/624462/original/orig_a2f71a30d28b4c789e4cf2be638cc0e0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624462/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624462/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624462/broadcast/5570_2f4670959e324de88ecad2f17833d8d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624462/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:43:39.120000Z",
            "updatedTime": "2018-11-10T18:29:28.485689Z",
            "uploadedTime": "2011-05-05T15:43:39.120000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624462/theora/5570_37f6909a9e134c21b983ba446ddd39bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624462/large_thumb/large.jpg"
        },
        {
            "id": 627822,
            "name": "Er det bare plass til 144 000 i himmelen?",
            "header": "Egil S. Langemyr",
            "description": "Velkommen til den tredje episoden av Sannheten.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627822/theora/Episode-3-FK.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627822/broadcast/Episode-3-FK.dv",
                "original": "https://upload.frikanalen.no/media/627822/original/Episode-3-FK.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627822/large_thumb/Episode-3-FK.jpg"
            },
            "creator": "egil@skarning.no",
            "organization": {
                "id": 251,
                "name": "Sannheten",
                "homepage": "www.sannheten.org",
                "description": "",
                "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "editorId": 2827,
                "editorName": "Egil Langemyr",
                "editorEmail": "egil@skarning.no",
                "editorMsisdn": "+47 458 88 666",
                "fkmember": true
            },
            "duration": "00:24:55.133333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-11-22T16:15:19.093170Z",
            "updatedTime": "2023-11-24T14:18:25.453032Z",
            "uploadedTime": "2023-11-22T16:18:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627822/theora/Episode-3-FK.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627822/large_thumb/Episode-3-FK.jpg"
        }
    ]
}