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

{
    "count": 3626,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1300&ordering=ref_url",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1200&ordering=ref_url",
    "results": [
        {
            "id": 625184,
            "name": "Empo TV - del 138",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625184/theora/Empo-130606.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625184/large_thumb/Empo-130606.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625184/small_thumb/Empo-130606.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625184/broadcast/Empo-130606.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-06-06T01:34:41Z",
            "updatedTime": "2020-08-30T19:35:31.324966Z",
            "uploadedTime": "2013-06-06T01:34:42Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625184/theora/Empo-130606.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625184/large_thumb/Empo-130606.jpg"
        },
        {
            "id": 628089,
            "name": "NUUG 22.03.2025 - Linux installasjonsfest av Debian 13 - Doble levetiden på PC-en",
            "header": "NUUG",
            "description": "Foredragsholder: Knut Yrvin\n\nNå har du mulighet til å doble levetiden på brukte bærbare maskiner for hele familien, med nyeste mest stabile programvaren nå som Microsoft i oktober 2025 avslutter støtten til forrige Windows-versjon.\n\nForedragslysark: https://bit.ly/3GnuidQ\n\nBrukergide på wiki:  https://wiki.pc-aid.no/Debianlive\n\nVelkommen til å melde deg inn i NUUG:\nhttps://www.letsreg.com/no/register/NUUG-innmelding",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628089/theora/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628089/broadcast/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.dv",
                "original": "https://upload.frikanalen.no/media/628089/original/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628089/large_thumb/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.jpg"
            },
            "creator": "malin.bruland@pm.me",
            "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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:34:56.240000",
            "durationSec": 2096.24,
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-05-05T10:02:55.758605Z",
            "updatedTime": "2025-05-05T10:16:23.437902Z",
            "uploadedTime": "2025-05-05T10:02:58.655524Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628089/theora/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628089/large_thumb/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.jpg"
        },
        {
            "id": 625177,
            "name": "Empo TV - del 135",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625177/small_thumb/Empo-130516.jpg",
                "theora": "https://upload.frikanalen.no/media/625177/theora/Empo-130516.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625177/large_thumb/Empo-130516.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625177/broadcast/Empo-130516.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-16T08:26:33Z",
            "updatedTime": "2020-08-30T19:35:47.324546Z",
            "uploadedTime": "2013-05-16T08:26:34Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625177/theora/Empo-130516.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625177/large_thumb/Empo-130516.jpg"
        },
        {
            "id": 624328,
            "name": "Inside Israel Mars 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624328/theora/orig_4daf993b47a5449791ce0ab0f4888f43.ogv",
                "original": "https://upload.frikanalen.no/media/624328/original/orig_4daf993b47a5449791ce0ab0f4888f43.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624328/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624328/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624328/broadcast/5380_fad7056e185340c0bb5bfd91bd72c0c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624328/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-28T10:12:56.610000Z",
            "updatedTime": "2018-11-10T18:29:28.660128Z",
            "uploadedTime": "2011-02-28T10:12:56.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624328/theora/orig_4daf993b47a5449791ce0ab0f4888f43.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624328/large_thumb/large.jpg"
        },
        {
            "id": 625176,
            "name": "Empo TV - del 134",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625176/small_thumb/Empo-130509.jpg",
                "theora": "https://upload.frikanalen.no/media/625176/theora/Empo-130509.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625176/large_thumb/Empo-130509.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625176/broadcast/Empo-130509.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-09T13:24:54Z",
            "updatedTime": "2020-08-30T19:36:01.585283Z",
            "uploadedTime": "2013-05-09T13:24:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625176/theora/Empo-130509.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625176/large_thumb/Empo-130509.jpg"
        },
        {
            "id": 625109,
            "name": "New Life - Program 09 2012",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625109/theora/6618_3124cb9a60fb4bf9850c6d1698a77d4c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625109/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625109/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625109/broadcast/6618_3124cb9a60fb4bf9850c6d1698a77d4c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625109/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:48.440000",
            "durationSec": 1608.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-21T07:42:19.283000Z",
            "updatedTime": "2018-11-10T18:29:27.646400Z",
            "uploadedTime": "2012-12-21T07:42:19.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625109/theora/6618_3124cb9a60fb4bf9850c6d1698a77d4c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625109/large_thumb/large.jpg"
        },
        {
            "id": 624426,
            "name": "Den norske kirke i eksil 83",
            "header": "Jesus sier.\"\nLa de små barn komme til meg. Hindre de ikke for slike hører Guds rike til.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624426/theora/orig_e08f70322ebb4a53aaa4bcbddc20333e.ogv",
                "original": "https://upload.frikanalen.no/media/624426/original/orig_e08f70322ebb4a53aaa4bcbddc20333e.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624426/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624426/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624426/broadcast/5537_1c80d749cb634f3ab62bede65f7c2995.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624426/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:50.600000",
            "durationSec": 1610.6,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-19T19:07:39.980000Z",
            "updatedTime": "2018-11-10T18:29:28.536235Z",
            "uploadedTime": "2011-04-19T19:07:39.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624426/theora/orig_e08f70322ebb4a53aaa4bcbddc20333e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624426/large_thumb/large.jpg"
        },
        {
            "id": 627835,
            "name": "Guds hensikter",
            "header": "Anders Helge Myhren",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627835/theora/Guds hensikter....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627835/broadcast/Guds hensikter....dv",
                "original": "https://upload.frikanalen.no/media/627835/original/Guds hensikter....mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627835/large_thumb/Guds hensikter....jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": "Anders Helge Myhren",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "+47 97 57 89 63",
                "fkmember": true
            },
            "duration": "00:40:30.400000",
            "durationSec": 2430.4,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-12-16T12:09:48.149333Z",
            "updatedTime": "2023-12-16T12:29:03.510204Z",
            "uploadedTime": "2023-12-16T12:09:59.626384Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627835/theora/Guds hensikter....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627835/large_thumb/Guds hensikter....jpg"
        },
        {
            "id": 624401,
            "name": "Sketsjup: En ganske sint mann",
            "header": "Historien om en ganske sint mann.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624401/theora/5512_c19af8624f3f4ef0bb5c67bf73cc89fe.ogv",
                "original": "https://upload.frikanalen.no/media/624401/original/orig_3ee834d6cf6f402685c6dd41262eb556.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624401/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624401/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624401/broadcast/5512_e78cf4b16b6e4d09b1ee25c73b28fbf0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624401/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:41.120000",
            "durationSec": 161.12,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T12:13:09Z",
            "updatedTime": "2018-11-10T18:29:28.567781Z",
            "uploadedTime": "2011-04-08T12:13:09Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624401/theora/5512_c19af8624f3f4ef0bb5c67bf73cc89fe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624401/large_thumb/large.jpg"
        },
        {
            "id": 624400,
            "name": "Svett deg smart!",
            "header": "Oppdag hvordan fysisk aktivitet gjør deg til en bedre student.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624400/theora/5508_923a1bc3d2cd46d7b30df2ea3c2f5bfc.ogv",
                "original": "https://upload.frikanalen.no/media/624400/original/orig_c30a7ddda4ca49f2bf44958b1eb213b7.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624400/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624400/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624400/broadcast/5508_a741bbf5395845639965f57b1d21c950.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624400/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:37.360000",
            "durationSec": 217.36,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T12:02:08Z",
            "updatedTime": "2018-11-10T18:29:28.569180Z",
            "uploadedTime": "2011-04-08T12:02:08Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624400/theora/5508_923a1bc3d2cd46d7b30df2ea3c2f5bfc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624400/large_thumb/large.jpg"
        },
        {
            "id": 624399,
            "name": "Stjernespekket kanonåpning",
            "header": "Det var mange kjente fjes da filmbransjen delte ut Kanonprisen i festivalteltet på Torget mandag kveld.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624399/theora/5504_24a8ce8abfab4d91b73cc7f7f5a5d5af.ogv",
                "original": "https://upload.frikanalen.no/media/624399/original/orig_14867d76c7e842c2b03eb52f7e7d5821.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624399/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624399/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624399/broadcast/5504_758f2fdd17f1499ebafbc2b93b3224aa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624399/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:07.400000",
            "durationSec": 127.4,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T11:51:17.473000Z",
            "updatedTime": "2018-11-10T18:29:28.570556Z",
            "uploadedTime": "2011-04-08T11:51:17.473000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624399/theora/5504_24a8ce8abfab4d91b73cc7f7f5a5d5af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624399/large_thumb/large.jpg"
        },
        {
            "id": 624332,
            "name": "Sketsjup: Fishy Business",
            "header": "En mann og hans fisk.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624332/theora/5402_035a2d8641ba4b9d8231c75a9c328141.ogv",
                "original": "https://upload.frikanalen.no/media/624332/original/orig_4320b28d4d764b478fcc350abe898ad9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624332/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624332/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624332/broadcast/5402_26997a12eed042e4a6026eb4a344e679.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624332/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:01.760000",
            "durationSec": 181.76,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-03T18:00:48Z",
            "updatedTime": "2018-11-10T18:29:28.654593Z",
            "uploadedTime": "2011-03-03T18:00:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624332/theora/5402_035a2d8641ba4b9d8231c75a9c328141.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624332/large_thumb/large.jpg"
        },
        {
            "id": 623844,
            "name": "Time 4 Glory 180810",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623844/theora/4619_fb65726321fb4240ab9a85d95df6b18d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623844/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623844/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623844/broadcast/4619_c152eea3d5044e36aaaac871c3017fa9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623844/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:25:31.440000",
            "durationSec": 1531.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T11:52:55.090000Z",
            "updatedTime": "2018-11-10T18:29:29.300727Z",
            "uploadedTime": "2010-08-13T11:52:55.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623844/theora/4619_fb65726321fb4240ab9a85d95df6b18d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623844/large_thumb/large.jpg"
        },
        {
            "id": 627981,
            "name": "Open Source forsyningskjeder, metadata og kravene fra EUs Cyber Resilience Act med Salve J. Nilsen",
            "header": "Malin Bruland i NUUGs arrangørgruppe",
            "description": "Meld deg gjerne inn i NUUG: https://www.letsreg.com/no/register/NUUG-innmelding Velkommen!Salve er systemutvikler og har i 20+ år vært bidragsyter i flere Open Source miljøer, med vekt på community-arbeide for CPAN, Perl og Raku. I det siste har han brukt tiden på å hjelpe CPAN Security Group med å forberede seg på introduksjonen av nye lover som kommer fra EU, USA og andre land.\n\nForedragslysark: https://security.metacpan.org/presentations/nuug2024-metadata-foss-cra/",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627981/theora/ 12.11.2024 - Open Source forsyningskjeder, metadata og kravene fra EUs Cyber Resilience Act .ogv",
                "broadcast": "https://upload.frikanalen.no/media/627981/broadcast/ 12.11.2024 - Open Source forsyningskjeder, metadata og kravene fra EUs Cyber Resilience Act .dv",
                "largeThumb": "https://upload.frikanalen.no/media/627981/large_thumb/ 12.11.2024 - Open Source forsyningskjeder, metadata og kravene fra EUs Cyber Resilience Act .jpg",
                "original": "https://upload.frikanalen.no/media/627981/original/ 12.11.2024 - Open Source forsyningskjeder, metadata og kravene fra EUs Cyber Resilience Act .mp4"
            },
            "creator": "malin.bruland@pm.me",
            "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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:46:30.533333",
            "durationSec": 2790.533333,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-19T20:48:12.203389Z",
            "updatedTime": "2024-11-19T21:35:56.741298Z",
            "uploadedTime": "2024-11-19T20:48:44.941300Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627981/theora/ 12.11.2024 - Open Source forsyningskjeder, metadata og kravene fra EUs Cyber Resilience Act .ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627981/large_thumb/ 12.11.2024 - Open Source forsyningskjeder, metadata og kravene fra EUs Cyber Resilience Act .jpg"
        },
        {
            "id": 625188,
            "name": "Empo TV - del 142",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625188/large_thumb/Empo-130704.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625188/small_thumb/Empo-130704.jpg",
                "theora": "https://upload.frikanalen.no/media/625188/theora/Empo-130704.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625188/broadcast/Empo-130704.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-07-04T08:53:05Z",
            "updatedTime": "2020-08-30T19:38:36.379087Z",
            "uploadedTime": "2013-07-04T08:53:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625188/theora/Empo-130704.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625188/large_thumb/Empo-130704.jpg"
        },
        {
            "id": 628042,
            "name": "Shofar - Purim i Israel",
            "header": "",
            "description": "Mars måned feires Purim i Israel. Merkeringen har sammenheng med\nbegivenhetene i det persiske rike, og står omtalt i Esters bok. Purim\nhandler om at Israels Gud er folkets vokter, og ingen av de våpen som\nblir rettet mot Israel eller jødene skal ha fremgang.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628042/theora/Shofar 212 Purim i Israel.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628042/broadcast/Shofar 212 Purim i Israel.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628042/large_thumb/Shofar 212 Purim i Israel.jpg",
                "original": "https://upload.frikanalen.no/media/628042/original/Shofar 212 Purim i Israel.mov"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:25:02.380000",
            "durationSec": 1502.38,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-03-13T13:15:12.956500Z",
            "updatedTime": "2025-03-13T14:02:15.971905Z",
            "uploadedTime": "2025-03-13T13:35:56.184519Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628042/theora/Shofar 212 Purim i Israel.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628042/large_thumb/Shofar 212 Purim i Israel.jpg"
        },
        {
            "id": 624416,
            "name": "Akkurat Nå 17. april 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624416/theora/5519_6d37c56adb0d460690648ace23999cab.ogv",
                "original": "https://upload.frikanalen.no/media/624416/original/orig_7a902b6f3fbf4908bf73826c4d8dd9f4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624416/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624416/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624416/broadcast/5519_735b0e99af6147fa994c15a4ccf398df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624416/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:56.160000",
            "durationSec": 3296.16,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-13T07:00:51.937000Z",
            "updatedTime": "2018-11-10T18:29:28.548608Z",
            "uploadedTime": "2011-04-13T07:00:51.937000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624416/theora/5519_6d37c56adb0d460690648ace23999cab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624416/large_thumb/large.jpg"
        },
        {
            "id": 624415,
            "name": "Apropos Filmfondet",
            "header": "Møt filmskaperen Amadeus Smitsonius og se klipp fra hans kommende storfilm \"Rekommandert kjærlighet\"!",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624415/theora/5526_d840ab58ff814a2c9bf3013c8fce04fb.ogv",
                "original": "https://upload.frikanalen.no/media/624415/original/orig_7c690cccf77642538ccf8dee7203b0bb.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624415/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624415/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624415/broadcast/5526_cbd7d3e9b76f41ebb2beaefc9962f0e0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624415/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:44.050000",
            "durationSec": 164.05,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-14T15:55:58Z",
            "updatedTime": "2018-11-10T18:29:28.549964Z",
            "uploadedTime": "2011-04-14T15:55:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624415/theora/5526_d840ab58ff814a2c9bf3013c8fce04fb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624415/large_thumb/large.jpg"
        },
        {
            "id": 624414,
            "name": "Skank-ing og ganja",
            "header": "Disse karene ønsker å erobre Norge i nær fremtid.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624414/theora/5523_50d5e683c69342d6a4d86acdb7e7043d.ogv",
                "original": "https://upload.frikanalen.no/media/624414/original/orig_934afeb2743045f3aa780c2eff33efe3.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624414/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624414/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624414/broadcast/5523_40c8049a651d4175a770f392fe556ac7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624414/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:25.180000",
            "durationSec": 145.18,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-14T15:40:08Z",
            "updatedTime": "2018-11-10T18:29:28.551329Z",
            "uploadedTime": "2011-04-14T15:40:08Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624414/theora/5523_50d5e683c69342d6a4d86acdb7e7043d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624414/large_thumb/large.jpg"
        },
        {
            "id": 624411,
            "name": "Utrop TV - Studio5",
            "header": "Studiodebatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624411/theora/5445_fc5fad991c934cca8b488f6fe8a65ccc.ogv",
                "original": "https://upload.frikanalen.no/media/624411/original/orig_aa68c93b7fca47b7b4d3d3674acf9aba.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624411/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624411/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624411/broadcast/5445_3d3c6870d03e43aea455f9ab7695f3c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624411/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:57.320000",
            "durationSec": 1737.32,
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-14T13:19:34.567000Z",
            "updatedTime": "2018-11-10T18:29:28.554054Z",
            "uploadedTime": "2011-03-14T13:19:34.567000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624411/theora/5445_fc5fad991c934cca8b488f6fe8a65ccc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624411/large_thumb/large.jpg"
        },
        {
            "id": 624409,
            "name": "Den norske kirke i eksil 82",
            "header": "Tiende hva betyr den for menigheten?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624409/theora/5517_03a518bc94b643b684e9a2a2d5d76d23.ogv",
                "original": "https://upload.frikanalen.no/media/624409/original/orig_ef1e4f85bcfc4fb6b1cdf522459fe30f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624409/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624409/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624409/broadcast/5517_8d12a97d2d084b66850d80338817b010.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624409/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:28:48.440000",
            "durationSec": 1728.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-09T17:07:17.300000Z",
            "updatedTime": "2018-11-10T18:29:28.556793Z",
            "uploadedTime": "2011-04-09T17:07:17.300000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624409/theora/5517_03a518bc94b643b684e9a2a2d5d76d23.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624409/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",
            "durationSec": 834.0,
            "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": 624407,
            "name": "Heftig Mageplask",
            "header": "Trondheimsbandet Mageplask om konserter, groupies, sex og død.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624407/theora/5516_13a7c5bfddb645eb8d2c80cc73bf663f.ogv",
                "original": "https://upload.frikanalen.no/media/624407/original/orig_49b3656182fc44849299abe29a45a3f2.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624407/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624407/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624407/broadcast/5516_cbe0ff1f1b1d4360a292385c4158b161.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624407/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:22.490000",
            "durationSec": 142.49,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T13:37:24Z",
            "updatedTime": "2018-11-10T18:29:28.559592Z",
            "uploadedTime": "2011-04-08T13:37:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624407/theora/5516_13a7c5bfddb645eb8d2c80cc73bf663f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624407/large_thumb/large.jpg"
        },
        {
            "id": 624406,
            "name": "Seriemesterne: Oppgrader",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624406/theora/5502_f040e7b9fec64a2f80d1b75c680f929b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624406/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624406/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624406/broadcast/5502_0ef50ff2e4884530878e4a389687a99a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624406/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:13.720000",
            "durationSec": 253.72,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-07T11:08:45.500000Z",
            "updatedTime": "2018-11-10T18:29:28.560940Z",
            "uploadedTime": "2011-04-07T11:08:45.500000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624406/theora/5502_f040e7b9fec64a2f80d1b75c680f929b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624406/large_thumb/large.jpg"
        },
        {
            "id": 624405,
            "name": "Hva tjener far din? Episode 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624405/theora/5501_f164b64001a3490d91e394f2733f5475.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624405/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624405/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624405/broadcast/5501_6d809e467e4d4884915038b91d22f18e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624405/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:26.080000",
            "durationSec": 266.08,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-07T11:06:41.417000Z",
            "updatedTime": "2018-11-10T18:29:28.562280Z",
            "uploadedTime": "2011-04-07T11:06:41.417000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624405/theora/5501_f164b64001a3490d91e394f2733f5475.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624405/large_thumb/large.jpg"
        },
        {
            "id": 624404,
            "name": "Nordens mørke krimgåte",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624404/theora/5503_6be0271eecb2486198d1cd458b1f690c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624404/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624404/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624404/broadcast/5503_4914c7fb618a469582128cd952f6a163.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624404/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:54.360000",
            "durationSec": 114.36,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-07T11:10:59.237000Z",
            "updatedTime": "2018-11-10T18:29:28.563662Z",
            "uploadedTime": "2011-04-07T11:10:59.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624404/theora/5503_6be0271eecb2486198d1cd458b1f690c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624404/large_thumb/large.jpg"
        },
        {
            "id": 624403,
            "name": "FAQ om datalagringsdirektivet",
            "header": "Student-TV gir deg svar på det mest grunnleggende om datalagringsdirektivet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624403/theora/5515_d342963a7a514b2b85a985c1d4b35d73.ogv",
                "original": "https://upload.frikanalen.no/media/624403/original/orig_e5f90608d2cc416c8ca5945f4b426560.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624403/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624403/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624403/broadcast/5515_08a3a4b4184d494c8c9b42a43351031f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624403/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:57.490000",
            "durationSec": 117.49,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T12:27:42.183000Z",
            "updatedTime": "2018-11-10T18:29:28.565003Z",
            "uploadedTime": "2011-04-08T12:27:42.183000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624403/theora/5515_d342963a7a514b2b85a985c1d4b35d73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624403/large_thumb/large.jpg"
        },
        {
            "id": 624402,
            "name": "Teaser: Lev alternativt!",
            "header": "Følg med på www.stv.no for mer.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624402/theora/5514_39730e34372e47559154658821411ad5.ogv",
                "original": "https://upload.frikanalen.no/media/624402/original/orig_271672baefc348e090ea0132e5f410ea.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624402/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624402/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624402/broadcast/5514_24d7b443185d48e7aa3fd50e1b375bbe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624402/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:04.590000",
            "durationSec": 64.59,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T12:23:35Z",
            "updatedTime": "2018-11-10T18:29:28.566344Z",
            "uploadedTime": "2011-04-08T12:23:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624402/theora/5514_39730e34372e47559154658821411ad5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624402/large_thumb/large.jpg"
        },
        {
            "id": 624398,
            "name": "Inside Israel april 2011",
            "header": "Oslo symposium\n\nDet er med stor glede vi ønsker velkommen til Oslo Symposium 2011. I to dager har profilerte tenkere og reflekterte samfunnsaktører diskutert de store emnene for vårt land og for vår fremtid.\n\nFor mer informasjon:\n\nwww.oslosymposium.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624398/theora/orig_2143d87cc27e4d55bc14385600ccec52.ogv",
                "original": "https://upload.frikanalen.no/media/624398/original/orig_2143d87cc27e4d55bc14385600ccec52.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624398/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624398/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624398/broadcast/5500_51ab57b02ab940fea4d930ecdde7748c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624398/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:58.960000",
            "durationSec": 1558.96,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-06T17:37:46.227000Z",
            "updatedTime": "2018-11-10T18:29:28.571936Z",
            "uploadedTime": "2011-04-06T17:37:46.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624398/theora/orig_2143d87cc27e4d55bc14385600ccec52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624398/large_thumb/large.jpg"
        },
        {
            "id": 624396,
            "name": "Apropos Kjendisifisering",
            "header": "Det blir flere og flere kjendiser hver dag. Når når vi bristepunktet?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624396/theora/5495_c774b853421746bea18ada75acd4371a.ogv",
                "original": "https://upload.frikanalen.no/media/624396/original/orig_7bc6f765252e42b59ac889405d3a334b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624396/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624396/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624396/broadcast/5495_64cc3640b0d84114b107c47c97546f2a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624396/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:52.800000",
            "durationSec": 112.8,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-31T16:44:22Z",
            "updatedTime": "2018-11-10T18:29:28.574634Z",
            "uploadedTime": "2011-03-31T16:44:22Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624396/theora/5495_c774b853421746bea18ada75acd4371a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624396/large_thumb/large.jpg"
        },
        {
            "id": 624395,
            "name": "Facebook-revolusjonen",
            "header": "Sosiale medier fungerte som sosiale våpen i den egyptiske revolusjonen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624395/theora/5494_714b4542c28344839c607ae76c116981.ogv",
                "original": "https://upload.frikanalen.no/media/624395/original/orig_d74a2539b2864b8da1be43514c68af7b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624395/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624395/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624395/broadcast/5494_72af427337ed429eac9b39e30ea48575.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624395/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:52.120000",
            "durationSec": 172.12,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-31T16:36:30.693000Z",
            "updatedTime": "2018-11-10T18:29:28.576006Z",
            "uploadedTime": "2011-03-31T16:36:30.693000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624395/theora/5494_714b4542c28344839c607ae76c116981.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624395/large_thumb/large.jpg"
        },
        {
            "id": 624311,
            "name": "De Levende Ord",
            "header": "De Levende Ord med Tommy M.Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624311/theora/5373_b6b2e6c2d0134c7580a00c4a0dbc807f.ogv",
                "original": "https://upload.frikanalen.no/media/624311/original/orig_f84d713fbfc348899257d696342dcedc.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624311/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624311/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624311/broadcast/5373_40e98ebb128949cc90f8165b5b2ed229.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624311/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-23T13:26:21.717000Z",
            "updatedTime": "2018-11-10T18:29:28.682515Z",
            "uploadedTime": "2011-02-23T13:26:21.717000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624311/theora/5373_b6b2e6c2d0134c7580a00c4a0dbc807f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624311/large_thumb/large.jpg"
        },
        {
            "id": 626308,
            "name": "Shofar TV 14 Reise til Tel Aviv.mp4",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626308/theora/Shofar TV 14 Reise til Tel Aviv.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626308/broadcast/Shofar TV 14 Reise til Tel Aviv.dv",
                "original": "https://upload.frikanalen.no/media/626308/original/Shofar TV 14 Reise til Tel Aviv.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626308/large_thumb/Shofar TV 14 Reise til Tel Aviv.jpg"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:20:33.600000",
            "durationSec": 1233.6,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-03T15:20:33.457599Z",
            "updatedTime": "2020-02-03T15:37:04.255731Z",
            "uploadedTime": "2020-02-03T15:34:09.183277Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626308/theora/Shofar TV 14 Reise til Tel Aviv.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626308/large_thumb/Shofar TV 14 Reise til Tel Aviv.jpg"
        },
        {
            "id": 624318,
            "name": "Uka-TV 11 - Sending 6",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624318/theora/orig_a3aa7541716b4d2eaaaa033823215947.ogv",
                "original": "https://upload.frikanalen.no/media/624318/original/orig_a3aa7541716b4d2eaaaa033823215947.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624318/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624318/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624318/broadcast/5339_a8b8167106d94f74b087a15ed019c8e1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624318/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:05.070000",
            "durationSec": 1685.07,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:40:21.310000Z",
            "updatedTime": "2018-11-10T18:29:28.673985Z",
            "uploadedTime": "2011-02-15T22:40:21.310000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624318/theora/orig_a3aa7541716b4d2eaaaa033823215947.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624318/large_thumb/large.jpg"
        },
        {
            "id": 624394,
            "name": "Demonstrasjon mot DLD",
            "header": "Onsdag demonstrerte over 200 personer mot datalagringsdirektivet i Trondheim. Alle partiene var representert i demonstrasjonen, selv ja-partiene Ap og Høyre",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624394/theora/5493_17a8099a35004e3eb9ccfc97cbf3b659.ogv",
                "original": "https://upload.frikanalen.no/media/624394/original/orig_59d208c459e54284a890dcecf877625a.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624394/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624394/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624394/broadcast/5493_ae19e160a628423590754ddcc904c7dd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624394/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:47.010000",
            "durationSec": 107.01,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-31T16:32:45.687000Z",
            "updatedTime": "2018-11-10T18:29:28.577341Z",
            "uploadedTime": "2011-03-31T16:32:45.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624394/theora/5493_17a8099a35004e3eb9ccfc97cbf3b659.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624394/large_thumb/large.jpg"
        },
        {
            "id": 624393,
            "name": "Apropos: Støttesang",
            "header": "Trengte virkelig Japan en støttesang?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624393/theora/5492_3a4f5a70dfbd4bc2a01abaedde4b5f4d.ogv",
                "original": "https://upload.frikanalen.no/media/624393/original/orig_ccfe9b1fcf1a41c0aba3348e0979f85b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624393/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624393/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624393/broadcast/5492_5de617588a0c44748e7ceeff1a3060ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624393/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:20.560000",
            "durationSec": 140.56,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-31T16:28:41Z",
            "updatedTime": "2018-11-10T18:29:28.578782Z",
            "uploadedTime": "2011-03-31T16:28:41Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624393/theora/5492_3a4f5a70dfbd4bc2a01abaedde4b5f4d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624393/large_thumb/large.jpg"
        },
        {
            "id": 624392,
            "name": "Magisk samling på Outland",
            "header": "Hvorfor velger guttegjengen kortspill i stedet for Xbox?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624392/theora/5490_3d2e8ccf9ed54b3b9162d7661ea0523f.ogv",
                "original": "https://upload.frikanalen.no/media/624392/original/orig_16f94167e6404ac78dc0de91b4116953.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624392/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624392/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624392/broadcast/5490_be168cb0abce4c20869a3286553b3ba9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624392/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:53.840000",
            "durationSec": 113.84,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-31T16:24:00Z",
            "updatedTime": "2018-11-10T18:29:28.580229Z",
            "uploadedTime": "2011-03-31T16:24:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624392/theora/5490_3d2e8ccf9ed54b3b9162d7661ea0523f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624392/large_thumb/large.jpg"
        },
        {
            "id": 624391,
            "name": "28 timer senere",
            "header": "Snu opp ned på døgnet ditt og hold ut lenger på byen! Dette er hva vår reporter erfarte da han testet ut 6-dagersuka.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624391/theora/5488_466b7a5b77c5407da61d5ac5ba04639e.ogv",
                "original": "https://upload.frikanalen.no/media/624391/original/orig_032b6b819a374dc8bdbc6097ad269c81.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624391/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624391/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624391/broadcast/5488_64ccf5815ceb42f582e94dc94b2f8486.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624391/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:42.600000",
            "durationSec": 162.6,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-31T16:20:58Z",
            "updatedTime": "2018-11-10T18:29:28.581611Z",
            "uploadedTime": "2011-03-31T16:20:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624391/theora/5488_466b7a5b77c5407da61d5ac5ba04639e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624391/large_thumb/large.jpg"
        },
        {
            "id": 624390,
            "name": "Atomkraftens fremtid",
            "header": "Hvor står vi i atomspørsmålet etter hendelsene i Japan?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624390/theora/5480_d6e94fda8c5643268a3af73d603d4e68.ogv",
                "original": "https://upload.frikanalen.no/media/624390/original/orig_badd3dc9ec7f40e08196ad717a765eef.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624390/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624390/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624390/broadcast/5480_b0548745465b4d4ba78615421c84a2d4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624390/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:40.360000",
            "durationSec": 160.36,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-24T20:49:38.183000Z",
            "updatedTime": "2018-11-10T18:29:28.582978Z",
            "uploadedTime": "2011-03-24T20:49:38.183000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624390/theora/5480_d6e94fda8c5643268a3af73d603d4e68.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624390/large_thumb/large.jpg"
        },
        {
            "id": 624389,
            "name": "Drømmejobben kommer",
            "header": "Selv om ikke alle studieretninger gir et like klart bilde av den...",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624389/theora/5475_23c555ef96da4ad4b685fef0c4c95c46.ogv",
                "original": "https://upload.frikanalen.no/media/624389/original/orig_31e8864b86a74408b076e66d17a50e57.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624389/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624389/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624389/broadcast/5475_efcacb8d7de24484a1e08c12bb910333.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624389/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:41.840000",
            "durationSec": 161.84,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-24T20:37:12.347000Z",
            "updatedTime": "2018-11-10T18:29:28.584386Z",
            "uploadedTime": "2011-03-24T20:37:12.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624389/theora/5475_23c555ef96da4ad4b685fef0c4c95c46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624389/large_thumb/large.jpg"
        },
        {
            "id": 624388,
            "name": "Går i strupen på overtru",
            "header": "Religion, homeopati og overnaturlege evner er rein svindel for å lure pengar av folk. Det meiner James Randi som nyleg besøkte Samfundet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624388/theora/5487_51981530dabc4d1d86f1719dbb1dad7b.ogv",
                "original": "https://upload.frikanalen.no/media/624388/original/orig_f9d4ccc718e249e59123e2ffd187e806.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624388/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624388/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624388/broadcast/5487_9266bf6ba2ad4d35acad7bb00808185c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624388/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:56.120000",
            "durationSec": 176.12,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-31T15:38:29.657000Z",
            "updatedTime": "2018-11-10T18:29:28.585740Z",
            "uploadedTime": "2011-03-31T15:38:29.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624388/theora/5487_51981530dabc4d1d86f1719dbb1dad7b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624388/large_thumb/large.jpg"
        },
        {
            "id": 624387,
            "name": "Earth Hour",
            "header": "Earth Hour har blitt arrangert for femte året på rad. Vi har tatt pulsen på engasjementet i Trondheim.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624387/theora/5486_9bc64061cda54a2a9591b8e1cfbaa1b9.ogv",
                "original": "https://upload.frikanalen.no/media/624387/original/orig_86cf547252b94989a8ca8f7c0aa086e8.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624387/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624387/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624387/broadcast/5486_2c105688a729489993ba9195944b1f66.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624387/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:01.960000",
            "durationSec": 61.96,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-31T15:35:18.777000Z",
            "updatedTime": "2018-11-10T18:29:28.587168Z",
            "uploadedTime": "2011-03-31T15:35:18.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624387/theora/5486_9bc64061cda54a2a9591b8e1cfbaa1b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624387/large_thumb/large.jpg"
        },
        {
            "id": 628043,
            "name": "Medieovervåkerne s.2, e.12: Hvordan fargerevolusjoner skapes",
            "header": "Hvordan fargerevolusjoner skapes",
            "description": "Den serbiske studentbevegelsen Otpor! (Motstand!) har blitt en modell for regimeendring. Den spilte en viktig rolle da Slobodan Milošević tapte valget i 2000. Såkalte “fargerevolusjoner” har siden blitt eksportert fra Serbia gjennom organisasjonen Canvas. Ikke-voldelige strategier for regimeendring er strategier som USA og vestlige land støtter når de ser seg tjent med det. Gjest i denne episoden er Vemund Aarbakke, førsteamanuensis ved Institute of Political Science, ved Aristotle University of Thessaloniki.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628043/theora/Hvordan fargerevolusjoner skapes.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628043/broadcast/Hvordan fargerevolusjoner skapes.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628043/large_thumb/Hvordan fargerevolusjoner skapes.jpg",
                "original": "https://upload.frikanalen.no/media/628043/original/Hvordan fargerevolusjoner skapes.mp4"
            },
            "creator": "spartakus@protonmail.com",
            "organization": {
                "id": 290,
                "name": "Medieovervåkerne",
                "homepage": null,
                "description": "",
                "postalAddress": "5223  NESTUN",
                "streetAddress": "Elvenesvegen 42",
                "editorId": 2899,
                "editorName": "Terje Alnes",
                "editorEmail": "spartakus@protonmail.com",
                "editorMsisdn": "+47 93 41 93 06",
                "fkmember": true
            },
            "duration": "00:50:45.866667",
            "durationSec": 3045.866667,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-03-14T11:29:23.953853Z",
            "updatedTime": "2025-03-14T12:02:01.979019Z",
            "uploadedTime": "2025-03-14T11:32:42.344444Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628043/theora/Hvordan fargerevolusjoner skapes.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628043/large_thumb/Hvordan fargerevolusjoner skapes.jpg"
        },
        {
            "id": 627982,
            "name": "Diesen og Mearsheimer om Kina versus USA",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627982/theora/Diesen_Mearsheimer_IV.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627982/broadcast/Diesen_Mearsheimer_IV.dv",
                "original": "https://upload.frikanalen.no/media/627982/original/Diesen_Mearsheimer_IV.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627982/large_thumb/Diesen_Mearsheimer_IV.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:55:49.580000",
            "durationSec": 3349.58,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-23T10:33:32.118581Z",
            "updatedTime": "2024-11-25T07:50:47.121507Z",
            "uploadedTime": "2024-11-23T10:37:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627982/theora/Diesen_Mearsheimer_IV.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627982/large_thumb/Diesen_Mearsheimer_IV.jpg"
        },
        {
            "id": 627837,
            "name": "Stor, større, størst",
            "header": "Anders Helge Myhren",
            "description": "Skinnet kan bedra,, litt.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627837/theora/Stor, st�rre, st�rst....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627837/broadcast/Stor, st�rre, st�rst....dv",
                "largeThumb": "https://upload.frikanalen.no/media/627837/large_thumb/Stor, st�rre, st�rst....jpg",
                "original": "https://upload.frikanalen.no/media/627837/original/Stor, st�rre, st�rst....mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": "Anders Helge Myhren",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "+47 97 57 89 63",
                "fkmember": true
            },
            "duration": "00:51:44.366667",
            "durationSec": 3104.366667,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-12-16T12:16:57.615244Z",
            "updatedTime": "2023-12-16T13:18:03.745519Z",
            "uploadedTime": "2023-12-16T12:53:33.754230Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627837/theora/Stor, st�rre, st�rst....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627837/large_thumb/Stor, st�rre, st�rst....jpg"
        },
        {
            "id": 625134,
            "name": "Opprinnelsen, 12 Evangeliet",
            "header": "Bibelen viser at det er en sterk sammenheng mellom skapelsen og det glade budskapet, evangeliet. Terje Bjerka er programleder.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625134/theora/orig_dd4b8c1cb19b4829b0aa988d7641c53b.ogv",
                "original": "https://upload.frikanalen.no/media/625134/original/orig_dd4b8c1cb19b4829b0aa988d7641c53b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625134/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625134/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625134/broadcast/6639_ada6ea7b21404993907cb0d5c460875a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625134/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",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-31T14:12:34.100000Z",
            "updatedTime": "2018-11-10T18:29:27.611869Z",
            "uploadedTime": "2012-12-31T14:12:34.100000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625134/theora/orig_dd4b8c1cb19b4829b0aa988d7641c53b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625134/large_thumb/large.jpg"
        },
        {
            "id": 624380,
            "name": "Frivillig i filmens tjeneste",
            "header": "Filmfestivalen Kosmorama går snart av stabelen. Mange av bidragsyterne er frivillige studenter.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624380/theora/5479_fd9bdc8f3d874a6097c1f93a43c1cf4b.ogv",
                "original": "https://upload.frikanalen.no/media/624380/original/orig_85132394ad5c459eab9ab0b51c4e02cb.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624380/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624380/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624380/broadcast/5479_bcd2bc617a094a8ebcad8294691ba3df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624380/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:59.880000",
            "durationSec": 119.88,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-24T20:45:45.077000Z",
            "updatedTime": "2018-11-10T18:29:28.594500Z",
            "uploadedTime": "2011-03-24T20:45:45.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624380/theora/5479_fd9bdc8f3d874a6097c1f93a43c1cf4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624380/large_thumb/large.jpg"
        },
        {
            "id": 624379,
            "name": "Apropos Blind Date",
            "header": "Blind Dating er en risikosport.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624379/theora/5478_b1e952cd89bc41e5a18e644574fcae9f.ogv",
                "original": "https://upload.frikanalen.no/media/624379/original/orig_b0ef39f48fde4ceaa8f4fcacf787a513.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624379/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624379/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624379/broadcast/5478_fc071a47430743c7b64f84056c819ed6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624379/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:35.120000",
            "durationSec": 95.12,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-24T20:43:32Z",
            "updatedTime": "2018-11-10T18:29:28.595928Z",
            "uploadedTime": "2011-03-24T20:43:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624379/theora/5478_b1e952cd89bc41e5a18e644574fcae9f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624379/large_thumb/large.jpg"
        },
        {
            "id": 624377,
            "name": "Den norske kirke i eksil 81",
            "header": "Be så skal du få.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624377/theora/orig_896349e27cbd46d99e6ee62d2199d42c.ogv",
                "original": "https://upload.frikanalen.no/media/624377/original/orig_896349e27cbd46d99e6ee62d2199d42c.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624377/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624377/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624377/broadcast/5465_cd4737116c454ef4a6f673050f6764f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624377/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:13.920000",
            "durationSec": 1633.92,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-19T19:03:44.997000Z",
            "updatedTime": "2018-11-10T18:29:28.597266Z",
            "uploadedTime": "2011-03-19T19:03:44.997000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624377/theora/orig_896349e27cbd46d99e6ee62d2199d42c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624377/large_thumb/large.jpg"
        },
        {
            "id": 623413,
            "name": "UKATV-10, episode 2",
            "header": "UKATV er studenttv til Høyskolen i Lillehammer. Vi har 8 sendinger under studentfestivalen UKA i februar.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623413/theora/3620_3d78503757ef43b9bb38a80959c8f772.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623413/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623413/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623413/broadcast/3620_c2a83f7109c9423dbbd5b62179179815.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623413/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:44:07.800000",
            "durationSec": 2647.8,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-02T09:00:10Z",
            "updatedTime": "2018-11-10T18:29:29.826330Z",
            "uploadedTime": "2009-11-02T09:00:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623413/theora/3620_3d78503757ef43b9bb38a80959c8f772.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623413/large_thumb/large.jpg"
        }
    ]
}