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=1750&ordering=-is_filler
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=1800&ordering=-is_filler",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1700&ordering=-is_filler",
    "results": [
        {
            "id": 625404,
            "name": "Empo TV - 14.10.16",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625404/theora/Empo-141016.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625404/small_thumb/Empo-141016.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625404/large_thumb/Empo-141016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625404/broadcast/Empo-141016.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:13:30.080000",
            "durationSec": 810.08,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:16Z",
            "updatedTime": "2020-08-30T20:18:55.587624Z",
            "uploadedTime": "2015-06-15T08:40:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625404/theora/Empo-141016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625404/large_thumb/Empo-141016.jpg"
        },
        {
            "id": 623835,
            "name": "Thom Hell",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623835/theora/4607_7d4e82b119f1426b9634a4a8b8eff281.ogv",
                "original": "https://upload.frikanalen.no/media/623835/original/orig_0a9d76e999b84c569c96ca332f6c8d85.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623835/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623835/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623835/broadcast/4607_bf6d85f868824f57ab8a2c4f5b4589d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623835/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:44.280000",
            "durationSec": 104.28,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:20:24.883000Z",
            "updatedTime": "2018-11-10T18:29:29.313313Z",
            "uploadedTime": "2010-08-10T19:20:24.883000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623835/theora/4607_7d4e82b119f1426b9634a4a8b8eff281.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623835/large_thumb/large.jpg"
        },
        {
            "id": 623834,
            "name": "The Megafonic Thrift",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623834/theora/4606_49736fb1e40d4b2396faf98c51b6a847.ogv",
                "original": "https://upload.frikanalen.no/media/623834/original/orig_a34b3767ef624cf6bde95394788b1654.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623834/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623834/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623834/broadcast/4606_e6884657b866489594827cf5b5cb4873.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623834/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:22.800000",
            "durationSec": 82.8,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:20:06.350000Z",
            "updatedTime": "2018-11-10T18:29:29.314653Z",
            "uploadedTime": "2010-08-10T19:20:06.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623834/theora/4606_49736fb1e40d4b2396faf98c51b6a847.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623834/large_thumb/large.jpg"
        },
        {
            "id": 623833,
            "name": "Tattoo",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623833/theora/4560_ab299bcd15b14320907ad6d3d9322dd3.ogv",
                "original": "https://upload.frikanalen.no/media/623833/original/orig_94695b736465497cbc2cb49688a136f9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623833/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623833/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623833/broadcast/4560_e30339ff1da447fcb0597f9d73361292.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623833/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:53.840000",
            "durationSec": 173.84,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:41:28.250000Z",
            "updatedTime": "2018-11-10T18:29:29.316056Z",
            "uploadedTime": "2010-08-10T14:41:28.250000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623833/theora/4560_ab299bcd15b14320907ad6d3d9322dd3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623833/large_thumb/large.jpg"
        },
        {
            "id": 624528,
            "name": "Bibelstudier 01 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624528/theora/orig_835efc3a6d354fdab56236188714ed9f.ogv",
                "original": "https://upload.frikanalen.no/media/624528/original/orig_835efc3a6d354fdab56236188714ed9f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624528/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624528/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624528/broadcast/5645_347977b400d24d23aff69874ee7d6834.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624528/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": "2011-07-01T14:34:08.967000Z",
            "updatedTime": "2018-11-10T18:29:28.401323Z",
            "uploadedTime": "2011-07-01T14:34:08.967000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624528/theora/orig_835efc3a6d354fdab56236188714ed9f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624528/large_thumb/large.jpg"
        },
        {
            "id": 624529,
            "name": "Nådegavetesten avsluttning",
            "header": "Programleder Mai-Britt Kendel søker i samarbeid med Harald Giesebrecht å finne ungdommers nådegaver.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624529/theora/orig_a958937f9bcd4461a60220547982d1a6.ogv",
                "original": "https://upload.frikanalen.no/media/624529/original/orig_a958937f9bcd4461a60220547982d1a6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624529/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624529/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624529/broadcast/5644_4799564d554e4c48b6943f7c02265b63.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624529/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:20",
            "durationSec": 1460.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:21:44.590000Z",
            "updatedTime": "2018-11-10T18:29:28.399967Z",
            "uploadedTime": "2011-07-01T14:21:44.590000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624529/theora/orig_a958937f9bcd4461a60220547982d1a6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624529/large_thumb/large.jpg"
        },
        {
            "id": 623830,
            "name": "Sporti: Ridning",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623830/theora/4601_affe54a0f1db4e4c989ad3a1b44bd148.ogv",
                "original": "https://upload.frikanalen.no/media/623830/original/orig_be3ea87b8fe64f6a8f9197f8dc233a05.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623830/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623830/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623830/broadcast/4601_f6513167ccc34768a2e746c7dc25a0af.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623830/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:15.160000",
            "durationSec": 135.16,
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:18:20Z",
            "updatedTime": "2018-11-10T18:29:29.320131Z",
            "uploadedTime": "2010-08-10T19:18:20Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623830/theora/4601_affe54a0f1db4e4c989ad3a1b44bd148.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623830/large_thumb/large.jpg"
        },
        {
            "id": 623829,
            "name": "Sporti: Hockey",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623829/theora/4583_320d6299396a43ebaed1f69d1c5fa58e.ogv",
                "original": "https://upload.frikanalen.no/media/623829/original/orig_6a0c30f0e2f34179bb5f13e52199974e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623829/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623829/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623829/broadcast/4583_29163e210bfb46ef9acd2bb7770da967.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623829/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:23.320000",
            "durationSec": 143.32,
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:11:28Z",
            "updatedTime": "2018-11-10T18:29:29.321497Z",
            "uploadedTime": "2010-08-10T19:11:28Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623829/theora/4583_320d6299396a43ebaed1f69d1c5fa58e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623829/large_thumb/large.jpg"
        },
        {
            "id": 624530,
            "name": "Bibelstudier 03 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624530/theora/orig_364343f53b514ddaa1f42e073c66053f.ogv",
                "original": "https://upload.frikanalen.no/media/624530/original/orig_364343f53b514ddaa1f42e073c66053f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624530/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624530/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624530/broadcast/5648_a2de005c27b04a2d9489e8079f6d8719.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624530/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:25:18",
            "durationSec": 1518.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:39:04.223000Z",
            "updatedTime": "2018-11-10T18:29:28.398551Z",
            "uploadedTime": "2011-07-01T14:39:04.223000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624530/theora/orig_364343f53b514ddaa1f42e073c66053f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624530/large_thumb/large.jpg"
        },
        {
            "id": 623827,
            "name": "Sorte får",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623827/theora/4599_de113232009e4892805fe4f7f8d4ae13.ogv",
                "original": "https://upload.frikanalen.no/media/623827/original/orig_8b3850e2bba14ef387ca63710f53b14e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623827/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623827/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623827/broadcast/4599_42866e242f9748f98fa26c024545be5e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623827/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:31.720000",
            "durationSec": 151.72,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:17:42.980000Z",
            "updatedTime": "2018-11-10T18:29:29.324261Z",
            "uploadedTime": "2010-08-10T19:17:42.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623827/theora/4599_de113232009e4892805fe4f7f8d4ae13.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623827/large_thumb/large.jpg"
        },
        {
            "id": 623826,
            "name": "Slim Void",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623826/theora/4598_da523f6c3dab41ebb00673518baea452.ogv",
                "original": "https://upload.frikanalen.no/media/623826/original/orig_f4a4bf8ae2bc4b95b91843d7069ada36.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623826/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623826/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623826/broadcast/4598_8ae21b4cf3604ff7bb6ae2dc69e25793.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623826/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:35.040000",
            "durationSec": 155.04,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:17:24Z",
            "updatedTime": "2018-11-10T18:29:29.325601Z",
            "uploadedTime": "2010-08-10T19:17:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623826/theora/4598_da523f6c3dab41ebb00673518baea452.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623826/large_thumb/large.jpg"
        },
        {
            "id": 623825,
            "name": "Rubiks kube",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623825/theora/4595_1f731d028fab45fdac142176ca102d53.ogv",
                "original": "https://upload.frikanalen.no/media/623825/original/orig_373daeb6003343409a2342dfe3439642.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623825/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623825/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623825/broadcast/4595_0928ba33f9734f8599df69635269403e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623825/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:28.600000",
            "durationSec": 88.6,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:15:59.147000Z",
            "updatedTime": "2018-11-10T18:29:29.326963Z",
            "uploadedTime": "2010-08-10T19:15:59.147000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623825/theora/4595_1f731d028fab45fdac142176ca102d53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623825/large_thumb/large.jpg"
        },
        {
            "id": 623824,
            "name": "Røverhistorier fra Storås..",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623824/theora/4596_6c96e91036c64fd1b602efbb5e60d23c.ogv",
                "original": "https://upload.frikanalen.no/media/623824/original/orig_16628ae370c34eceab3f508e28de94e7.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623824/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623824/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623824/broadcast/4596_9550ed2adbce48f8bb40b667d874710b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623824/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:39.400000",
            "durationSec": 159.4,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:16:31Z",
            "updatedTime": "2018-11-10T18:29:29.328333Z",
            "uploadedTime": "2010-08-10T19:16:31Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623824/theora/4596_6c96e91036c64fd1b602efbb5e60d23c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623824/large_thumb/large.jpg"
        },
        {
            "id": 623823,
            "name": "Rosendal teater",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623823/theora/4594_3ea4c67a7614496c973df7fef3f254dd.ogv",
                "original": "https://upload.frikanalen.no/media/623823/original/orig_f0fbc4a5e76e419ca364c66d59c8ef27.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623823/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623823/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623823/broadcast/4594_e9b74fe6a657487a8c8f31848297d0bd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623823/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:30.720000",
            "durationSec": 90.72,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:15:40Z",
            "updatedTime": "2018-11-10T18:29:29.329672Z",
            "uploadedTime": "2010-08-10T19:15:40Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623823/theora/4594_3ea4c67a7614496c973df7fef3f254dd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623823/large_thumb/large.jpg"
        },
        {
            "id": 623822,
            "name": "Matlaging med Samfundetlederen",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623822/theora/4592_6fba4f395ba74e6bac0de2d45aaf6809.ogv",
                "original": "https://upload.frikanalen.no/media/623822/original/orig_df472d8020c54c67a71cb60127636d7e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623822/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623822/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623822/broadcast/4592_f8243045fa49410ab6782fff0aa16abe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623822/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:40.560000",
            "durationSec": 160.56,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:14:53Z",
            "updatedTime": "2018-11-10T18:29:29.331020Z",
            "uploadedTime": "2010-08-10T19:14:53Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623822/theora/4592_6fba4f395ba74e6bac0de2d45aaf6809.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623822/large_thumb/large.jpg"
        },
        {
            "id": 623821,
            "name": "Lillasyster",
            "header": "Konsertopptak med Lillasyster.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623821/theora/4590_9664a7e747934e588bf2abe05acfbdf5.ogv",
                "original": "https://upload.frikanalen.no/media/623821/original/orig_b63e3bbaa34d47b48cf9cfee4db0edcc.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623821/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623821/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623821/broadcast/4590_14c55c64f52d4201b0edcb12cfa6bfd2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623821/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:05:04.520000",
            "durationSec": 304.52,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:13:58Z",
            "updatedTime": "2018-11-10T18:29:29.332446Z",
            "uploadedTime": "2010-08-10T19:13:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623821/theora/4590_9664a7e747934e588bf2abe05acfbdf5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623821/large_thumb/large.jpg"
        },
        {
            "id": 624531,
            "name": "Bibelstudier 02 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624531/theora/orig_e03fb3472f11431296d7c379f0b3baad.ogv",
                "original": "https://upload.frikanalen.no/media/624531/original/orig_e03fb3472f11431296d7c379f0b3baad.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624531/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624531/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624531/broadcast/5647_ba6fdad93b1b4451b5de0ee49b703769.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624531/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": "2011-07-01T14:37:15.767000Z",
            "updatedTime": "2018-11-10T18:29:28.397184Z",
            "uploadedTime": "2011-07-01T14:37:15.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624531/theora/orig_e03fb3472f11431296d7c379f0b3baad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624531/large_thumb/large.jpg"
        },
        {
            "id": 623819,
            "name": "Krimgåte:70´s action",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623819/theora/4561_ccdcc8a8b5aa4f8dbd7bb666758ea74c.ogv",
                "original": "https://upload.frikanalen.no/media/623819/original/orig_8015a1f96e724592993455a518548d8a.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623819/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623819/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623819/broadcast/4561_d319cdd0fc9d47949bcf020b4f07640a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623819/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:04:43.960000",
            "durationSec": 283.96,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:45:06.177000Z",
            "updatedTime": "2018-11-10T18:29:29.336248Z",
            "uploadedTime": "2010-08-10T14:45:06.177000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623819/theora/4561_ccdcc8a8b5aa4f8dbd7bb666758ea74c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623819/large_thumb/large.jpg"
        },
        {
            "id": 625747,
            "name": "Daily Tech News Show 02. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625747/broadcast/DTNS20160802.dv",
                "theora": "https://upload.frikanalen.no/media/625747/theora/DTNS20160802.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625747/small_thumb/DTNS20160802.jpg",
                "original": "https://upload.frikanalen.no/media/625747/original/DTNS20160802.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625747/large_thumb/DTNS20160802.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:50.450000",
            "durationSec": 3410.45,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7101vid",
            "createdTime": "2016-08-03T21:39:37.491164Z",
            "updatedTime": "2018-11-10T18:29:26.776942Z",
            "uploadedTime": "2016-08-03T21:39:42.428405Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625747/theora/DTNS20160802.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625747/large_thumb/DTNS20160802.jpg"
        },
        {
            "id": 623817,
            "name": "Kråkesølv",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623817/theora/4587_9e1cd4e01c4f4766be37b66b49ac1ac1.ogv",
                "original": "https://upload.frikanalen.no/media/623817/original/orig_fc84c415a6fd48f3b467a7079106cea1.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623817/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623817/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623817/broadcast/4587_89f6d53b89ea461fa13f2ae7028c4836.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623817/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:04.560000",
            "durationSec": 124.56,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:13:02.800000Z",
            "updatedTime": "2018-11-10T18:29:29.339071Z",
            "uploadedTime": "2010-08-10T19:13:02.800000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623817/theora/4587_9e1cd4e01c4f4766be37b66b49ac1ac1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623817/large_thumb/large.jpg"
        },
        {
            "id": 624532,
            "name": "Bibelstudier 04 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624532/theora/orig_5dbaa2232c2c4fd79623722b488fc7e0.ogv",
                "original": "https://upload.frikanalen.no/media/624532/original/orig_5dbaa2232c2c4fd79623722b488fc7e0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624532/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624532/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624532/broadcast/5649_83b700450a3e468b9b5a7b210b0aa833.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624532/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": "2011-07-01T14:40:49.773000Z",
            "updatedTime": "2018-11-10T18:29:28.395841Z",
            "uploadedTime": "2011-07-01T14:40:49.773000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624532/theora/orig_5dbaa2232c2c4fd79623722b488fc7e0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624532/large_thumb/large.jpg"
        },
        {
            "id": 623815,
            "name": "Hjernen",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623815/theora/4558_0098bf17d14f4535866075e1962ec5b7.ogv",
                "original": "https://upload.frikanalen.no/media/623815/original/orig_ac21b67b7b8d44fe9dda2a0d86db1609.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623815/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623815/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623815/broadcast/4558_53cc0c9667024fa29015de112d18bb37.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623815/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:06.840000",
            "durationSec": 186.84,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:37:50.087000Z",
            "updatedTime": "2018-11-10T18:29:29.341862Z",
            "uploadedTime": "2010-08-10T14:37:50.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623815/theora/4558_0098bf17d14f4535866075e1962ec5b7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623815/large_thumb/large.jpg"
        },
        {
            "id": 623814,
            "name": "Handicap",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623814/theora/4582_492c4ac6d20642e481a459c2162b22ee.ogv",
                "original": "https://upload.frikanalen.no/media/623814/original/orig_0dfc79a2dad1465295908840ebc29742.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623814/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623814/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623814/broadcast/4582_b9612b0e462b49318c3d710147af4712.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623814/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:59.320000",
            "durationSec": 119.32,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:11:09.657000Z",
            "updatedTime": "2018-11-10T18:29:29.343222Z",
            "uploadedTime": "2010-08-10T19:11:09.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623814/theora/4582_492c4ac6d20642e481a459c2162b22ee.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623814/large_thumb/large.jpg"
        },
        {
            "id": 623813,
            "name": "Gåte på Storås",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623813/theora/4581_8ef90c1e6bc14c93a392d9fa92738d1e.ogv",
                "original": "https://upload.frikanalen.no/media/623813/original/orig_d0166f28681c4e64b82d8f8093217356.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623813/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623813/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623813/broadcast/4581_297b54d6b8d448d5a96377cc3c7db321.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623813/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:08:28.480000",
            "durationSec": 508.48,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:39:30.773000Z",
            "updatedTime": "2018-11-10T18:29:29.344603Z",
            "uploadedTime": "2010-08-10T15:39:30.773000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623813/theora/4581_8ef90c1e6bc14c93a392d9fa92738d1e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623813/large_thumb/large.jpg"
        },
        {
            "id": 623838,
            "name": "Walk",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623838/theora/4610_da41ce02ff954251883cbf898001d64f.ogv",
                "original": "https://upload.frikanalen.no/media/623838/original/orig_6162f892a4964e18b44869be17f7d3e0.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623838/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623838/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623838/broadcast/4610_cd0a7d3f8e504efaa0c56f510c61e63c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623838/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:52.120000",
            "durationSec": 112.12,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:21:27Z",
            "updatedTime": "2018-11-10T18:29:29.309177Z",
            "uploadedTime": "2010-08-10T19:21:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623838/theora/4610_da41ce02ff954251883cbf898001d64f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623838/large_thumb/large.jpg"
        },
        {
            "id": 623811,
            "name": "Filmanmeldelse: Valentinesday",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623811/theora/4579_cbd488f82ec8465a93a72030bca6784b.ogv",
                "original": "https://upload.frikanalen.no/media/623811/original/orig_272411ae2d3d4de8a6e62dc3283e8ba5.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623811/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623811/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623811/broadcast/4579_71e28f546fa04787b482901ad49ad2fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623811/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:49.840000",
            "durationSec": 109.84,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:30:30.513000Z",
            "updatedTime": "2018-11-10T18:29:29.347361Z",
            "uploadedTime": "2010-08-10T15:30:30.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623811/theora/4579_cbd488f82ec8465a93a72030bca6784b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623811/large_thumb/large.jpg"
        },
        {
            "id": 623810,
            "name": "Filmanmeldelse: Shutter island",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623810/theora/4597_30bd750f7dea4bb3a6f3ca2ec97ca90d.ogv",
                "original": "https://upload.frikanalen.no/media/623810/original/orig_5f01d90bd91340559ca8c26d27b03d99.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623810/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623810/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623810/broadcast/4597_280df4a464f14807a6b71e2b82197b22.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623810/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:55.960000",
            "durationSec": 115.96,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:16:50.790000Z",
            "updatedTime": "2018-11-10T18:29:29.348988Z",
            "uploadedTime": "2010-08-10T19:16:50.790000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623810/theora/4597_30bd750f7dea4bb3a6f3ca2ec97ca90d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623810/large_thumb/large.jpg"
        },
        {
            "id": 623809,
            "name": "Filmanmeldelse: Invictus",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623809/theora/4578_9f4743ad66cb4bb2b95aeeb7c084ca3e.ogv",
                "original": "https://upload.frikanalen.no/media/623809/original/orig_69c809389e184ee9b5646e49e404fd86.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623809/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623809/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623809/broadcast/4578_562c68c9de8a405f8bb8b945ba12704f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623809/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:31.880000",
            "durationSec": 91.88,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:30:10.530000Z",
            "updatedTime": "2018-11-10T18:29:29.350445Z",
            "uploadedTime": "2010-08-10T15:30:10.530000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623809/theora/4578_9f4743ad66cb4bb2b95aeeb7c084ca3e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623809/large_thumb/large.jpg"
        },
        {
            "id": 623808,
            "name": "De eldres dag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623808/theora/4577_2cd075b4acaf44df9d5bacb67fe3eee0.ogv",
                "original": "https://upload.frikanalen.no/media/623808/original/orig_2af9e7f5b06640a6be82edfde6325874.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623808/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623808/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623808/broadcast/4577_5090de1546484c6a8861a0890a5ed41d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623808/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:37.040000",
            "durationSec": 97.04,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:26:47.867000Z",
            "updatedTime": "2018-11-10T18:29:29.351844Z",
            "uploadedTime": "2010-08-10T15:26:47.867000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623808/theora/4577_2cd075b4acaf44df9d5bacb67fe3eee0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623808/large_thumb/large.jpg"
        },
        {
            "id": 623807,
            "name": "Datarock 2010",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623807/theora/4576_c4737d780c704490bdc373f9715f966b.ogv",
                "original": "https://upload.frikanalen.no/media/623807/original/orig_b31f585e48434c298d61dbc3c02ef5c9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623807/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623807/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623807/broadcast/4576_eaaecfe375004e44a6814fc2dccd08e3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623807/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:24.920000",
            "durationSec": 144.92,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:26:28.960000Z",
            "updatedTime": "2018-11-10T18:29:29.353192Z",
            "uploadedTime": "2010-08-10T15:26:28.960000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623807/theora/4576_c4737d780c704490bdc373f9715f966b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623807/large_thumb/large.jpg"
        },
        {
            "id": 623806,
            "name": "Dataprosa",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623806/theora/4575_49a3e876c95b4197bc8f03ad49d777ad.ogv",
                "original": "https://upload.frikanalen.no/media/623806/original/orig_caf973e98cad4642af22de566c623ec8.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623806/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623806/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623806/broadcast/4575_a0192d4488bb489483b4774a8dcadc0d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623806/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:55.200000",
            "durationSec": 115.2,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:25:04.257000Z",
            "updatedTime": "2018-11-10T18:29:29.354532Z",
            "uploadedTime": "2010-08-10T15:25:04.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623806/theora/4575_49a3e876c95b4197bc8f03ad49d777ad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623806/large_thumb/large.jpg"
        },
        {
            "id": 623805,
            "name": "Dansing på Storås",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623805/theora/4574_29f8a56ec5db4c029efe6c830f82fd1f.ogv",
                "original": "https://upload.frikanalen.no/media/623805/original/orig_d1e3947d91da48859f9d170cf1946274.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623805/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623805/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623805/broadcast/4574_dd37c9291b9f40ddb21df30addde8b55.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623805/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:03.440000",
            "durationSec": 63.44,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:24:44Z",
            "updatedTime": "2018-11-10T18:29:29.355918Z",
            "uploadedTime": "2010-08-10T15:24:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623805/theora/4574_29f8a56ec5db4c029efe6c830f82fd1f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623805/large_thumb/large.jpg"
        },
        {
            "id": 624533,
            "name": "Bibelstudier 05 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624533/theora/orig_33cfe90721474c97a23bf2adf2156e02.ogv",
                "original": "https://upload.frikanalen.no/media/624533/original/orig_33cfe90721474c97a23bf2adf2156e02.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624533/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624533/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624533/broadcast/5650_aae17441517a4e5f9db908bfa16ee104.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624533/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": "2011-07-01T14:43:09.180000Z",
            "updatedTime": "2018-11-10T18:29:28.394454Z",
            "uploadedTime": "2011-07-01T14:43:09.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624533/theora/orig_33cfe90721474c97a23bf2adf2156e02.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624533/large_thumb/large.jpg"
        },
        {
            "id": 623803,
            "name": "CSI Trondheim",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623803/theora/4570_32cdaf54d8bb4c65a53e51a7b8423101.ogv",
                "original": "https://upload.frikanalen.no/media/623803/original/orig_a6581fbbda9544adbce1296ec01204b7.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623803/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623803/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623803/broadcast/4570_297549b4611b4cc48f9a006217a8f059.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623803/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:04:34.520000",
            "durationSec": 274.52,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:06:55Z",
            "updatedTime": "2018-11-10T18:29:29.358623Z",
            "uploadedTime": "2010-08-10T15:06:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623803/theora/4570_32cdaf54d8bb4c65a53e51a7b8423101.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623803/large_thumb/large.jpg"
        },
        {
            "id": 623802,
            "name": "Apropos: MGP",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623802/theora/4568_5995442d8d7d416a8ba44e82a4427cc7.ogv",
                "original": "https://upload.frikanalen.no/media/623802/original/orig_05478491f55d42f183996af069ff13e5.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623802/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623802/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623802/broadcast/4568_22982c55d9b34d9c8e87fcb7bc7c8269.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623802/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:45.040000",
            "durationSec": 165.04,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:02:36Z",
            "updatedTime": "2018-11-10T18:29:29.360005Z",
            "uploadedTime": "2010-08-10T15:02:36Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623802/theora/4568_5995442d8d7d416a8ba44e82a4427cc7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623802/large_thumb/large.jpg"
        },
        {
            "id": 624534,
            "name": "Bibelstudier 06 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624534/theora/orig_2a25df877397421cb9267f2d32e9c755.ogv",
                "original": "https://upload.frikanalen.no/media/624534/original/orig_2a25df877397421cb9267f2d32e9c755.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624534/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624534/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624534/broadcast/5651_9f90294d91354a24a9924051dd81dac0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624534/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": "2011-07-01T14:46:09.230000Z",
            "updatedTime": "2018-11-10T18:29:28.393094Z",
            "uploadedTime": "2011-07-01T14:46:09.230000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624534/theora/orig_2a25df877397421cb9267f2d32e9c755.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624534/large_thumb/large.jpg"
        },
        {
            "id": 625748,
            "name": "Daily Tech News Show 03. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625748/broadcast/DTNS20160803.dv",
                "theora": "https://upload.frikanalen.no/media/625748/theora/DTNS20160803.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625748/large_thumb/DTNS20160803.jpg",
                "original": "https://upload.frikanalen.no/media/625748/original/DTNS20160803.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625748/small_thumb/DTNS20160803.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:05.940000",
            "durationSec": 3665.94,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7113vid",
            "createdTime": "2016-08-15T10:31:53.795070Z",
            "updatedTime": "2018-11-10T18:29:26.775382Z",
            "uploadedTime": "2016-08-15T10:31:58.987376Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625748/theora/DTNS20160803.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625748/large_thumb/DTNS20160803.jpg"
        },
        {
            "id": 623799,
            "name": "Anmeldelse:New Supermario Bros",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623799/theora/4566_45914686693846f3b00f37353dd59786.ogv",
                "original": "https://upload.frikanalen.no/media/623799/original/orig_4164deac7f96433b8e3a1d928b3db381.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623799/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623799/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623799/broadcast/4566_e18794dacaae4f75a320c91d9890aef5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623799/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:49",
            "durationSec": 109.0,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:59:13.710000Z",
            "updatedTime": "2018-11-10T18:29:29.364134Z",
            "uploadedTime": "2010-08-10T14:59:13.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623799/theora/4566_45914686693846f3b00f37353dd59786.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623799/large_thumb/large.jpg"
        },
        {
            "id": 623798,
            "name": "Anmeldelse: Mass effect2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623798/theora/4565_ddd33139b8a24650bf32de2df7290631.ogv",
                "original": "https://upload.frikanalen.no/media/623798/original/orig_40a67e6d7ecf4abaa33b5bdce319bb23.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623798/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623798/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623798/broadcast/4565_bc62d3ee9f4947869fc5b7f246fb8d34.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623798/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:03.400000",
            "durationSec": 123.4,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:57:23Z",
            "updatedTime": "2018-11-10T18:29:29.365483Z",
            "uploadedTime": "2010-08-10T14:57:23Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623798/theora/4565_ddd33139b8a24650bf32de2df7290631.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623798/large_thumb/large.jpg"
        },
        {
            "id": 623797,
            "name": "A1 i studio",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623797/theora/4563_7de813476f434fb7bafaa6a067f2a828.ogv",
                "original": "https://upload.frikanalen.no/media/623797/original/orig_6086ccaa8e7049779781fe07178435bf.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623797/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623797/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623797/broadcast/4563_7684e326937b4488821cde1c9a73fa8d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623797/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:49.440000",
            "durationSec": 109.44,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:51:17Z",
            "updatedTime": "2018-11-10T18:29:29.366835Z",
            "uploadedTime": "2010-08-10T14:51:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623797/theora/4563_7de813476f434fb7bafaa6a067f2a828.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623797/large_thumb/large.jpg"
        },
        {
            "id": 624535,
            "name": "Allsang fra Fredsri Morokulien",
            "header": "Programmet er ett opptak fra en allsangskonsert foreningen holdt på Morokulien den 16. juli i år. Bosse Grevinger og  Dhan Hector,spiller og synger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624535/theora/orig_b2d5f83f95e6461fa6907a11ebcd807e.ogv",
                "original": "https://upload.frikanalen.no/media/624535/original/orig_b2d5f83f95e6461fa6907a11ebcd807e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624535/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624535/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624535/broadcast/5696_12a2785657ed4fa4b595f99dac7f856c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624535/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:28.440000",
            "durationSec": 1648.44,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-08-02T11:26:18.620000Z",
            "updatedTime": "2018-11-10T18:29:28.391686Z",
            "uploadedTime": "2011-08-02T11:26:18.620000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624535/theora/orig_b2d5f83f95e6461fa6907a11ebcd807e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624535/large_thumb/large.jpg"
        },
        {
            "id": 624536,
            "name": "Allsang fra Morokulien Del 2",
            "header": "Programmet er del 2 av ett opptak fra allsangkonserten Foreningen ckms tv, hadde på Morokulien den 16. Juli 2011, med Bosse Grevinger og Dhan Hector",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624536/theora/orig_46e5106c3a13404fa65b3f1f2bbe5bc8.ogv",
                "original": "https://upload.frikanalen.no/media/624536/original/orig_46e5106c3a13404fa65b3f1f2bbe5bc8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624536/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624536/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624536/broadcast/5699_002085ca0ed641b89e351e0c75b0617e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624536/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:07.240000",
            "durationSec": 1687.24,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-08-03T07:44:47.967000Z",
            "updatedTime": "2018-11-10T18:29:28.390081Z",
            "uploadedTime": "2011-08-03T07:44:47.967000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624536/theora/orig_46e5106c3a13404fa65b3f1f2bbe5bc8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624536/large_thumb/large.jpg"
        },
        {
            "id": 624541,
            "name": "34_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624541/theora/5705_e478cc9c979b40ee9d31905f12496d46.ogv",
                "original": "https://upload.frikanalen.no/media/624541/original/orig_c2b939d91c9b4614b717ced56fea7594.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624541/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624541/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624541/broadcast/5705_729005913b0e448f87c318066bf53e71.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624541/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:27",
            "durationSec": 1707.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-08-18T08:44:47.750000Z",
            "updatedTime": "2018-11-10T18:29:28.383240Z",
            "uploadedTime": "2011-08-18T08:44:47.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624541/theora/5705_e478cc9c979b40ee9d31905f12496d46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624541/large_thumb/large.jpg"
        },
        {
            "id": 623792,
            "name": "Hjerte Til Hjerte nr. 46",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623792/theora/4287_563f5058af654abc9e8a54f50c755a3d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623792/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623792/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623792/broadcast/4287_0702c9bd84084ea2b2ea9ed81c192167.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623792/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.160000",
            "durationSec": 1740.16,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-07T07:14:42.260000Z",
            "updatedTime": "2018-11-10T18:29:29.373967Z",
            "uploadedTime": "2010-05-07T07:14:42.260000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623792/theora/4287_563f5058af654abc9e8a54f50c755a3d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623792/large_thumb/large.jpg"
        },
        {
            "id": 624542,
            "name": "Hælse & Kællan 201100907",
            "header": "Helse med Eva Britt Fjäldberg följd av  Källan med Carl Henrik Karrlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624542/theora/5712_0bd1cf9f2ddd4684ab7394807bac9ce9.ogv",
                "original": "https://upload.frikanalen.no/media/624542/original/orig_7bb6346073cd40418d8486cd25a18676.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624542/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624542/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624542/broadcast/5712_d4624faec3a340599a47664c5d421c4a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624542/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "durationSec": 1770.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-08-18T12:17:01.597000Z",
            "updatedTime": "2018-11-10T18:29:28.381883Z",
            "uploadedTime": "2011-08-18T12:17:01.597000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624542/theora/5712_0bd1cf9f2ddd4684ab7394807bac9ce9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624542/large_thumb/large.jpg"
        },
        {
            "id": 623789,
            "name": "GENESIS 2, del 4",
            "header": "I Darwinåret (2009) uteble en debatt om evolusjon og skapelse. Det beklager professorene Tyvand og Hessen som står på hvær sin side i debatten. I dette siste programmet i serien foretas en oppsummering.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623789/theora/4486_38d07daf0518408c834c8f5376e2dc12.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623789/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623789/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623789/broadcast/4486_14361181213a487c88774b1fdf4d81fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623789/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": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:31:15.763000Z",
            "updatedTime": "2018-11-10T18:29:29.378047Z",
            "uploadedTime": "2010-07-07T08:31:15.763000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623789/theora/4486_38d07daf0518408c834c8f5376e2dc12.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623789/large_thumb/large.jpg"
        },
        {
            "id": 623788,
            "name": "GENESIS 2, del 3",
            "header": "I Darwinåret (2009) uteble en debatt om evolusjon og skapelse. Det beklager professorene Tyvand og Hessen som står på hvær sin side i debatten.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623788/theora/4485_7d1f2c652ebb46ebbc93d15840a47918.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623788/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623788/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623788/broadcast/4485_228a5531c77d4c67a400290f24301044.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623788/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:25:57.240000",
            "durationSec": 1557.24,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:27:20.243000Z",
            "updatedTime": "2018-11-10T18:29:29.379413Z",
            "uploadedTime": "2010-07-07T08:27:20.243000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623788/theora/4485_7d1f2c652ebb46ebbc93d15840a47918.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623788/large_thumb/large.jpg"
        },
        {
            "id": 623787,
            "name": "Genesis 2, del 2",
            "header": "I Darwinåret (2009) uteble en debatt om evolusjon og skapelse. Det beklager professorene Tyvand og Hessen som står på hvær sin side i debatten.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623787/theora/4484_0911fa566e3a4d1b97ca160ca2285ec1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623787/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623787/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623787/broadcast/4484_d22e446980434930bc2b5541dc3b6eb7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623787/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": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:24:54.490000Z",
            "updatedTime": "2018-11-10T18:29:29.380783Z",
            "uploadedTime": "2010-07-07T08:24:54.490000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623787/theora/4484_0911fa566e3a4d1b97ca160ca2285ec1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623787/large_thumb/large.jpg"
        },
        {
            "id": 625749,
            "name": "Daily Tech News Show 04. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625749/broadcast/DTNS20160804.dv",
                "theora": "https://upload.frikanalen.no/media/625749/theora/DTNS20160804.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625749/small_thumb/DTNS20160804.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625749/large_thumb/DTNS20160804.jpg",
                "original": "https://upload.frikanalen.no/media/625749/original/DTNS20160804.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:00.830000",
            "durationSec": 3360.83,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7121vid",
            "createdTime": "2016-08-15T11:20:41.665166Z",
            "updatedTime": "2018-11-10T18:29:26.774012Z",
            "uploadedTime": "2016-08-15T11:20:45.999916Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625749/theora/DTNS20160804.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625749/large_thumb/DTNS20160804.jpg"
        },
        {
            "id": 624543,
            "name": "LevandOrd & 10min 20110905",
            "header": "LevandOrd med Tommy M. Josefsson följd av 10min med Sven Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624543/theora/5713_e56760ea2cd84ff88cb049d4b98b7fb1.ogv",
                "original": "https://upload.frikanalen.no/media/624543/original/orig_1074794a6c0c4c9d9bcbc3b9c47d3c48.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624543/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624543/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624543/broadcast/5713_6dd8d5d0bfa44ad0843e59b0368ea25b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624543/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "durationSec": 1770.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-08-18T12:20:27.410000Z",
            "updatedTime": "2018-11-10T18:29:28.380540Z",
            "uploadedTime": "2011-08-18T12:20:27.410000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624543/theora/5713_e56760ea2cd84ff88cb049d4b98b7fb1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624543/large_thumb/large.jpg"
        }
    ]
}