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

{
    "count": 3374,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3350&ordering=ref_url&page=3",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3250&ordering=ref_url&page=3",
    "results": [
        {
            "id": 623629,
            "name": "Pønsj- Uke 19",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623629/theora/4316_4fb8ab1494a347d1919a45350756afa3.ogv",
                "original": "https://upload.frikanalen.no/media/623629/original/orig_a43848feced142549540175ea2701ed6.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623629/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623629/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623629/broadcast/4316_8e040e4e6633463baef13ddbb35069b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623629/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:22:11.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:42:51.580000Z",
            "updatedTime": "2018-11-10T18:29:29.570411Z",
            "uploadedTime": "2010-05-12T04:42:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623629/theora/4316_4fb8ab1494a347d1919a45350756afa3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623629/large_thumb/large.jpg"
        },
        {
            "id": 623939,
            "name": "Ifegeneia",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623939/theora/4767_8437ca51e0d249b6a6d7a80e462eea8b.ogv",
                "original": "https://upload.frikanalen.no/media/623939/original/orig_14587093ee874316b640e7dae819bcd0.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623939/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623939/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623939/broadcast/4767_8ffe5ab9afa84d7f8fe25fe7d1de92af.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623939/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",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-27T11:25:55.570000Z",
            "updatedTime": "2018-11-10T18:29:29.165231Z",
            "uploadedTime": "2010-09-27T11:25:55.570000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623939/theora/4767_8437ca51e0d249b6a6d7a80e462eea8b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623939/large_thumb/large.jpg"
        },
        {
            "id": 623940,
            "name": "Tatoveringsmesse for 10. gang",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623940/theora/4768_a7bff09724f447f881abf9820c6ca790.ogv",
                "original": "https://upload.frikanalen.no/media/623940/original/orig_a6f79a573b1643ca80fa9a4ecb69fdaa.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623940/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623940/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623940/broadcast/4768_d6c75d7d9c584bf1ac7df9431b14be2f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623940/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:42.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-27T11:30:20.403000Z",
            "updatedTime": "2018-11-10T18:29:29.163881Z",
            "uploadedTime": "2010-09-27T11:30:20.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623940/theora/4768_a7bff09724f447f881abf9820c6ca790.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623940/large_thumb/large.jpg"
        },
        {
            "id": 623941,
            "name": "Blæst rundt forsvunnen ballong",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623941/theora/4769_239bea129543402088345c4b9dae399a.ogv",
                "original": "https://upload.frikanalen.no/media/623941/original/orig_3d5205754cde43f8887c9e42acec42fc.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623941/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623941/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623941/broadcast/4769_8b1bee3d8d3548388ed90eb0f09cfae7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623941/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:02.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-27T11:36:40Z",
            "updatedTime": "2018-11-10T18:29:29.162444Z",
            "uploadedTime": "2010-09-27T11:36:40Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623941/theora/4769_239bea129543402088345c4b9dae399a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623941/large_thumb/large.jpg"
        },
        {
            "id": 623942,
            "name": "Grønn aften",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623942/theora/4770_e3fdd0574fbc46dc9bc60eb0ca01e38b.ogv",
                "original": "https://upload.frikanalen.no/media/623942/original/orig_96da072835b3443d93069d30b30dc8ce.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623942/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623942/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623942/broadcast/4770_f3a9bf98e4514aa493c1b126c111a8b7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623942/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.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-27T11:51:01Z",
            "updatedTime": "2018-11-10T18:29:29.161081Z",
            "uploadedTime": "2010-09-27T11:51:01Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623942/theora/4770_e3fdd0574fbc46dc9bc60eb0ca01e38b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623942/large_thumb/large.jpg"
        },
        {
            "id": 623943,
            "name": "Tak over hodet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623943/theora/4771_f78c8948727b49e881e9b203424b036b.ogv",
                "original": "https://upload.frikanalen.no/media/623943/original/orig_5c5742b00aa94c2f80d15870cdb86f76.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623943/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623943/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623943/broadcast/4771_caa76fb2109b482597d88313452ca8df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623943/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:24.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-27T11:53:28.573000Z",
            "updatedTime": "2018-11-10T18:29:29.159743Z",
            "uploadedTime": "2010-09-27T11:53:28.573000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623943/theora/4771_f78c8948727b49e881e9b203424b036b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623943/large_thumb/large.jpg"
        },
        {
            "id": 624126,
            "name": "Apropos Trekant",
            "header": "Parodi på NRK3-serien \"Trekant\".",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624126/theora/5107_8799094ba8ac42238ac94bb454166bdf.ogv",
                "original": "https://upload.frikanalen.no/media/624126/original/orig_07b5d8ff6d7b45758923a035a78b0836.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624126/broadcast/5107_d48e1d20cb5d4db0947b958e71e3d4ea.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624126/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:41.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-20T21:29:53.497000Z",
            "updatedTime": "2018-11-10T18:29:28.925903Z",
            "uploadedTime": "2010-12-20T21:29:53Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624126/theora/5107_8799094ba8ac42238ac94bb454166bdf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624126/large_thumb/large.jpg"
        },
        {
            "id": 624125,
            "name": "Alle kan gå på en smell",
            "header": "Psykisk helse",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624125/theora/5100_294865239edd4089a93e5772d0439e25.ogv",
                "original": "https://upload.frikanalen.no/media/624125/original/orig_6e4f7579e64c43e7ad3f4c5123b9a71a.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624125/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624125/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624125/broadcast/5100_70351f76700045e99423089525830129.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624125/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:58.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-20T20:59:11Z",
            "updatedTime": "2018-11-10T18:29:28.927736Z",
            "uploadedTime": "2010-12-20T20:59:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624125/theora/5100_294865239edd4089a93e5772d0439e25.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624125/large_thumb/large.jpg"
        },
        {
            "id": 623944,
            "name": "Apropos: Panting",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623944/theora/4772_ed96c7844cf8444cb0846f5d418cb55b.ogv",
                "original": "https://upload.frikanalen.no/media/623944/original/orig_e4a1cb3ef8c1457b8b7b8ce65be3ec13.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623944/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623944/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623944/broadcast/4772_42b6e421687548fc8cd060befed3c77b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623944/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:01.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-27T14:29:09.643000Z",
            "updatedTime": "2018-11-10T18:29:29.158356Z",
            "uploadedTime": "2010-09-27T14:29:09.643000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623944/theora/4772_ed96c7844cf8444cb0846f5d418cb55b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623944/large_thumb/large.jpg"
        },
        {
            "id": 623624,
            "name": "Pønsj: Idrett",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623624/theora/4311_af0e6a26fd294f93852ef9641888454e.ogv",
                "original": "https://upload.frikanalen.no/media/623624/original/orig_b759665c599d4e849fc59876f4ba0540.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623624/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623624/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623624/broadcast/4311_fa9602c1d46242ddbb9f55fd0edd0016.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623624/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:16:33.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:31:26.137000Z",
            "updatedTime": "2018-11-10T18:29:29.577206Z",
            "uploadedTime": "2010-05-12T04:31:26.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623624/theora/4311_af0e6a26fd294f93852ef9641888454e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623624/large_thumb/large.jpg"
        },
        {
            "id": 623630,
            "name": "Pønsj9",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623630/theora/4317_957fea04707e453eaf56a483ef0469c9.ogv",
                "original": "https://upload.frikanalen.no/media/623630/original/orig_91aa44a738f948989cf42b3386c6ace9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623630/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623630/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623630/broadcast/4317_47b2ef26e5404c2d829a6c4e9ea059a1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623630/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:18:31.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:44:32.687000Z",
            "updatedTime": "2018-11-10T18:29:29.569008Z",
            "uploadedTime": "2010-05-12T04:44:32.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623630/theora/4317_957fea04707e453eaf56a483ef0469c9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623630/large_thumb/large.jpg"
        },
        {
            "id": 623947,
            "name": "Apropos: Immatrikulering",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623947/theora/4776_a9dc812b882049f8afa1df7d8510620a.ogv",
                "original": "https://upload.frikanalen.no/media/623947/original/orig_3b2f22762ab84ec9be9f4f7f7b1e6684.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623947/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623947/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623947/broadcast/4776_3c8e9547d9244c52905a5be11a77b210.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623947/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:09.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:04:02Z",
            "updatedTime": "2018-11-10T18:29:29.154296Z",
            "uploadedTime": "2010-09-29T07:04:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623947/theora/4776_a9dc812b882049f8afa1df7d8510620a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623947/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",
            "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": 623949,
            "name": "Apropos: Festival",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623949/theora/4777_d65a1e2dd32e4f28a6dc993af935d7f0.ogv",
                "original": "https://upload.frikanalen.no/media/623949/original/orig_f1e503d636a44632862692750830cf40.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623949/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623949/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623949/broadcast/4777_27d8194132dc4e92b0f2198691e9a9f1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623949/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:22.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:15:16.133000Z",
            "updatedTime": "2018-11-10T18:29:29.151580Z",
            "uploadedTime": "2010-09-29T07:15:16.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623949/theora/4777_d65a1e2dd32e4f28a6dc993af935d7f0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623949/large_thumb/large.jpg"
        },
        {
            "id": 623950,
            "name": "Ut av skapet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623950/theora/4778_dbfdefb850ff4e0388044084ce228a79.ogv",
                "original": "https://upload.frikanalen.no/media/623950/original/orig_d468ab8789e94d4cb7f7f4f631b5a57b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623950/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623950/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623950/broadcast/4778_e9fbd4413204460086ea191909b265fd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623950/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:35.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:17:48.840000Z",
            "updatedTime": "2018-11-10T18:29:29.150161Z",
            "uploadedTime": "2010-09-29T07:17:48.840000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623950/theora/4778_dbfdefb850ff4e0388044084ce228a79.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623950/large_thumb/large.jpg"
        },
        {
            "id": 623951,
            "name": "Økonomitips",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623951/theora/4779_86b2e054f22d4eed91f879a04dfc67a5.ogv",
                "original": "https://upload.frikanalen.no/media/623951/original/orig_e30f0874fa134755b243320da56fbff3.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623951/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623951/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623951/broadcast/4779_9c3f2be653c648aeaa8e691604191c59.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623951/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:09",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:19:53.593000Z",
            "updatedTime": "2018-11-10T18:29:29.148800Z",
            "uploadedTime": "2010-09-29T07:19:53.593000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623951/theora/4779_86b2e054f22d4eed91f879a04dfc67a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623951/large_thumb/large.jpg"
        },
        {
            "id": 623952,
            "name": "Raveparty",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623952/theora/4782_c999515071dd4d0896e39922137fde79.ogv",
                "original": "https://upload.frikanalen.no/media/623952/original/orig_0ab38b9b56224a759688bd609e7cc8fb.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623952/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623952/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623952/broadcast/4782_46f30f44a1984c6a83d6be292b672a80.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623952/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:29.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:29:33Z",
            "updatedTime": "2018-11-10T18:29:29.147440Z",
            "uploadedTime": "2010-09-29T07:29:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623952/theora/4782_c999515071dd4d0896e39922137fde79.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623952/large_thumb/large.jpg"
        },
        {
            "id": 623953,
            "name": "Skuretfestivalen",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623953/theora/4783_535b4a7ce97846c3a65162880a2a4c0f.ogv",
                "original": "https://upload.frikanalen.no/media/623953/original/orig_15fbbb2a6eaa480c85685a805d089665.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623953/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623953/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623953/broadcast/4783_7d09fcde73cd416dbd95626ee9e8f9f8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623953/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:53.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:33:05.983000Z",
            "updatedTime": "2018-11-10T18:29:29.146090Z",
            "uploadedTime": "2010-09-29T07:33:05.983000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623953/theora/4783_535b4a7ce97846c3a65162880a2a4c0f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623953/large_thumb/large.jpg"
        },
        {
            "id": 624124,
            "name": "Maria Amelie",
            "header": "Portrettintervju av Maria Amelie, forfatteren av boken \"Ulovlig norsk\".",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624124/theora/5096_0b466bc8801d454c9ec23ff7acd10b81.ogv",
                "original": "https://upload.frikanalen.no/media/624124/original/orig_03d5ccfc9e8b4a5f9688626016281f7e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624124/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624124/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624124/broadcast/5096_e0d85d0c8a0549a3b9478834e38774dc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624124/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:42.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-20T20:30:18.787000Z",
            "updatedTime": "2018-11-10T18:29:28.929201Z",
            "uploadedTime": "2010-12-20T20:30:18.787000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624124/theora/5096_0b466bc8801d454c9ec23ff7acd10b81.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624124/large_thumb/large.jpg"
        },
        {
            "id": 623954,
            "name": "Tak over hodet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623954/theora/4780_ba30e625b7f240979548768fb8ba78dc.ogv",
                "original": "https://upload.frikanalen.no/media/623954/original/orig_c9ae26cf2a2c464ca396de13c8f252e8.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623954/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623954/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623954/broadcast/4780_3316e2ef1af349b7a4c4539a1812389c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623954/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:24.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:22:01.160000Z",
            "updatedTime": "2018-11-10T18:29:29.144749Z",
            "uploadedTime": "2010-09-29T07:22:01.160000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623954/theora/4780_ba30e625b7f240979548768fb8ba78dc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623954/large_thumb/large.jpg"
        },
        {
            "id": 624215,
            "name": "Kongelig lineup på ISFIT",
            "header": "På ISFiT 2011 kan du i dagene mellom 11. til 20. februar få med deg blant annet Susanne Sundfør, Kronprins Haakon, Kronprinsesse Mette-Marit og mye annet.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624215/theora/5240_848b503c09064f2280aba2517f1d1dad.ogv",
                "original": "https://upload.frikanalen.no/media/624215/original/orig_507756d1e18e41d5a29e53f51e26eaa1.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624215/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624215/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624215/broadcast/5240_f5ce84e15f6b431f9ff04948bdbf1a01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624215/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",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2011-01-31T21:08:46Z",
            "updatedTime": "2018-11-10T18:29:28.816371Z",
            "uploadedTime": "2011-01-31T21:08:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624215/theora/5240_848b503c09064f2280aba2517f1d1dad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624215/large_thumb/large.jpg"
        },
        {
            "id": 624214,
            "name": "Det avgjørende øyeblikket",
            "header": "En kort reportasje om fotograf Monica Svorstøl og hennes utstilling, \"Det avgjørende øyeblikket\"",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624214/theora/5235_dd99ca85b5b1463d91af4c97099245b8.ogv",
                "original": "https://upload.frikanalen.no/media/624214/original/orig_7af57401da8040dcb6a83ef6571b5b0e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624214/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624214/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624214/broadcast/5235_448ee850854a4318896cf8286b7cb13f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624214/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:34.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2011-01-31T20:47:35Z",
            "updatedTime": "2018-11-10T18:29:28.817747Z",
            "uploadedTime": "2011-01-31T20:47:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624214/theora/5235_dd99ca85b5b1463d91af4c97099245b8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624214/large_thumb/large.jpg"
        },
        {
            "id": 624213,
            "name": "Flere studentboliger til Trondheim",
            "header": "Åpning av Berg studentby",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624213/theora/5234_8ed59680d48d4e798b85d73f3952b8ad.ogv",
                "original": "https://upload.frikanalen.no/media/624213/original/orig_216c02faab754e2b844ee832250cb164.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624213/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624213/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624213/broadcast/5234_dba8a6052c40407a88538e398b15286e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624213/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:41.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2011-01-31T20:32:57.227000Z",
            "updatedTime": "2018-11-10T18:29:28.819115Z",
            "uploadedTime": "2011-01-31T20:32:57.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624213/theora/5234_8ed59680d48d4e798b85d73f3952b8ad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624213/large_thumb/large.jpg"
        },
        {
            "id": 624212,
            "name": "Filmandmeldelse: The Town",
            "header": "Anmeldelse av filmen The town.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624212/theora/5216_eea47146eaaa4c5788565664b2243188.ogv",
                "original": "https://upload.frikanalen.no/media/624212/original/orig_ba319eeb8fdc42ef9cdfda0a37730e57.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624212/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624212/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624212/broadcast/5216_b44ac6ae04e447be99b367a948e8f2dd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624212/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.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2011-01-31T19:50:18Z",
            "updatedTime": "2018-11-10T18:29:28.820484Z",
            "uploadedTime": "2011-01-31T19:50:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624212/theora/5216_eea47146eaaa4c5788565664b2243188.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624212/large_thumb/large.jpg"
        },
        {
            "id": 623955,
            "name": "Interaktive Rockheim",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623955/theora/4781_37282fb010d945978d8978b202a7fe35.ogv",
                "original": "https://upload.frikanalen.no/media/623955/original/orig_7325de6d1b904dc889be933d7373c6e6.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623955/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623955/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623955/broadcast/4781_8789f5b122444f20a76d2019dfc4316a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623955/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:17.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:26:20Z",
            "updatedTime": "2018-11-10T18:29:29.143362Z",
            "uploadedTime": "2010-09-29T07:26:20Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623955/theora/4781_37282fb010d945978d8978b202a7fe35.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623955/large_thumb/large.jpg"
        },
        {
            "id": 623622,
            "name": "Pønsj: Design",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623622/theora/4310_ab2518ed57b0425d80a21ccc98fe4e99.ogv",
                "original": "https://upload.frikanalen.no/media/623622/original/orig_716ca70d215d4e86995c12eb82075dd0.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623622/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623622/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623622/broadcast/4310_3ebc59ac1f2c4532a066778bf8259772.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623622/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:19:58.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:30:28.110000Z",
            "updatedTime": "2018-11-10T18:29:29.579922Z",
            "uploadedTime": "2010-05-12T04:30:28.110000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623622/theora/4310_ab2518ed57b0425d80a21ccc98fe4e99.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623622/large_thumb/large.jpg"
        },
        {
            "id": 623620,
            "name": "Pønsj; Erotikk!",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623620/theora/4309_3f5c8b8e41164d98986163cdd10e376b.ogv",
                "original": "https://upload.frikanalen.no/media/623620/original/orig_78a3d97c6b274b9db401c7e77951baf9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623620/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623620/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623620/broadcast/4309_47f62af683264a70a368955372b024d6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623620/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:19:59.990000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:28:19.467000Z",
            "updatedTime": "2018-11-10T18:29:29.582691Z",
            "uploadedTime": "2010-05-12T04:28:19.467000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623620/theora/4309_3f5c8b8e41164d98986163cdd10e376b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623620/large_thumb/large.jpg"
        },
        {
            "id": 623619,
            "name": "Pønsj: Kokkekamp",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623619/theora/4308_fa6fb330cd9f4edeb2904024800ffad1.ogv",
                "original": "https://upload.frikanalen.no/media/623619/original/orig_d1f6a6ac9406406da3974b16454d1949.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623619/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623619/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623619/broadcast/4308_84d7508660a24b8da0bbf4870030d907.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623619/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:19:32.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:20:51.403000Z",
            "updatedTime": "2018-11-10T18:29:29.584101Z",
            "uploadedTime": "2010-05-12T04:20:51.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623619/theora/4308_fa6fb330cd9f4edeb2904024800ffad1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623619/large_thumb/large.jpg"
        },
        {
            "id": 623616,
            "name": "Pønsj: Roboter",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623616/theora/4305_fbbcb0d0da8c47c2b95b9c5927c33529.ogv",
                "original": "https://upload.frikanalen.no/media/623616/original/orig_703860fd5c444f71901e9653d1721141.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623616/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623616/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623616/broadcast/4305_38efa6a235df44fe9f8ab2968cfaf227.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623616/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:18:20.310000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:01:45.783000Z",
            "updatedTime": "2018-11-10T18:29:29.588165Z",
            "uploadedTime": "2010-05-12T04:01:45.783000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623616/theora/4305_fbbcb0d0da8c47c2b95b9c5927c33529.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623616/large_thumb/large.jpg"
        },
        {
            "id": 623618,
            "name": "Pønsj: Typisk norsk",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623618/theora/4307_d6700d4f2f2a4ff7ad346afcee908558.ogv",
                "original": "https://upload.frikanalen.no/media/623618/original/orig_2dcf7dd0fe634535a685cc1e237a0b63.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623618/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623618/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623618/broadcast/4307_12ef19a4cfc34449b5fc24e5c0430549.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623618/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:19:12.350000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:19:22.090000Z",
            "updatedTime": "2018-11-10T18:29:29.585450Z",
            "uploadedTime": "2010-05-12T04:19:22.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623618/theora/4307_d6700d4f2f2a4ff7ad346afcee908558.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623618/large_thumb/large.jpg"
        },
        {
            "id": 623617,
            "name": "Pønsj: ISFIT.",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623617/theora/4306_f9b8caa7d4094b26beb6971a7ac3764c.ogv",
                "original": "https://upload.frikanalen.no/media/623617/original/orig_d12edf041b48496c8bf3f44f24f13b80.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623617/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623617/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623617/broadcast/4306_d3ed9d7464c4468c8eed9e55c917e84c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623617/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:19:59.430000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:04:08.450000Z",
            "updatedTime": "2018-11-10T18:29:29.586789Z",
            "uploadedTime": "2010-05-12T04:04:08.450000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623617/theora/4306_f9b8caa7d4094b26beb6971a7ac3764c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623617/large_thumb/large.jpg"
        },
        {
            "id": 623615,
            "name": "Pønsj: Banning",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623615/theora/4303_d57bf09f803549199592ed1294243002.ogv",
                "original": "https://upload.frikanalen.no/media/623615/original/orig_366331754c9e498cb08d7bdd68872685.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623615/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623615/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623615/broadcast/4303_67a2d7e4f7d64ffb8b21138a15d10021.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623615/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:20:00.070000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T03:54:45.077000Z",
            "updatedTime": "2018-11-10T18:29:29.589501Z",
            "uploadedTime": "2010-05-12T03:54:45.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623615/theora/4303_d57bf09f803549199592ed1294243002.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623615/large_thumb/large.jpg"
        },
        {
            "id": 623614,
            "name": "Pønsj: Forskning",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623614/theora/4304_5ef57e41b4e241d382c4314e71973104.ogv",
                "original": "https://upload.frikanalen.no/media/623614/original/orig_51c89e9517dc4911a9453c2133928d71.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623614/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623614/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623614/broadcast/4304_5cc8ea71395843299c4b22a64519f2b8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623614/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:15:28.790000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T03:59:50.067000Z",
            "updatedTime": "2018-11-10T18:29:29.590840Z",
            "uploadedTime": "2010-05-12T03:59:50.067000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623614/theora/4304_5ef57e41b4e241d382c4314e71973104.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623614/large_thumb/large.jpg"
        },
        {
            "id": 624135,
            "name": "Juleverksted tips til gaver",
            "header": "hjemmelagde gaver",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624135/theora/5118_c2b043e60a164d4493a6974caed88cfb.ogv",
                "original": "https://upload.frikanalen.no/media/624135/original/orig_02b91a93d28c47aeb5b83253f5ba42f4.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624135/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624135/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624135/broadcast/5118_043588a37ce54d18ac3e17568515bd94.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624135/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:24.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-21T16:28:25.403000Z",
            "updatedTime": "2018-11-10T18:29:28.913354Z",
            "uploadedTime": "2010-12-21T16:28:25.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624135/theora/5118_c2b043e60a164d4493a6974caed88cfb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624135/large_thumb/large.jpg"
        },
        {
            "id": 623613,
            "name": "Pønsj: Sex og singelliv",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623613/theora/4300_429f3a49f4bc4678a0c37fef036f327a.ogv",
                "original": "https://upload.frikanalen.no/media/623613/original/orig_7535ecc2250144c786b4225509610fa9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623613/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623613/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623613/broadcast/4300_e6ba94b916f7433192c32e049169ee91.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623613/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:16:20.590000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T03:35:00.627000Z",
            "updatedTime": "2018-11-10T18:29:29.592218Z",
            "uploadedTime": "2010-05-12T03:35:00.627000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623613/theora/4300_429f3a49f4bc4678a0c37fef036f327a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623613/large_thumb/large.jpg"
        },
        {
            "id": 624134,
            "name": "Anmeldelse: Trolljegeren",
            "header": "Anmeldelse av kinofilmen Trolljegeren",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624134/theora/5117_e667a3e4075242d683e0b1f2b1e001e2.ogv",
                "original": "https://upload.frikanalen.no/media/624134/original/orig_87ddcb66b0af453d95e326c9850e43d6.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624134/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624134/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624134/broadcast/5117_6a632560eb3547608d0257f404779d04.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624134/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:14.200000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-21T16:21:43.703000Z",
            "updatedTime": "2018-11-10T18:29:28.914995Z",
            "uploadedTime": "2010-12-21T16:21:43.703000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624134/theora/5117_e667a3e4075242d683e0b1f2b1e001e2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624134/large_thumb/large.jpg"
        },
        {
            "id": 624133,
            "name": "Frivillighet i Trondheim",
            "header": "Frivillighet på Studentersamfundet",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624133/theora/5114_cbe8ef96cb634605be14b9726e8aedff.ogv",
                "original": "https://upload.frikanalen.no/media/624133/original/orig_755308b561db4efdb325c070f733f0a3.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624133/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624133/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624133/broadcast/5114_3930f077c934440bb94762087ece99a2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624133/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:44.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-21T16:01:19.480000Z",
            "updatedTime": "2018-11-10T18:29:28.916372Z",
            "uploadedTime": "2010-12-21T16:01:19.480000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624133/theora/5114_cbe8ef96cb634605be14b9726e8aedff.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624133/large_thumb/large.jpg"
        },
        {
            "id": 623847,
            "name": "Apropos: Romøren",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623847/theora/4569_f4ca0e88f79d4cc4bde60c9601941d22.ogv",
                "original": "https://upload.frikanalen.no/media/623847/original/orig_5c934d5f45df4a2b96384aea2d4bca5d.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623847/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623847/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623847/broadcast/4569_95741aee6f2041548b3c2c6db9a702fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623847/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:14.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:03:58.400000Z",
            "updatedTime": "2018-11-10T18:29:29.296613Z",
            "uploadedTime": "2010-08-10T15:03:58.400000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623847/theora/4569_f4ca0e88f79d4cc4bde60c9601941d22.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623847/large_thumb/large.jpg"
        },
        {
            "id": 623853,
            "name": "1881",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623853/theora/4559_53bcfdaebf5d477488e56c1b41dfe16f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623853/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623853/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623853/broadcast/4559_c2c225c229eb41bab6783839844e83a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623853/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:05.760000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:39:19Z",
            "updatedTime": "2018-11-10T18:29:29.288275Z",
            "uploadedTime": "2010-08-10T14:39:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623853/theora/4559_53bcfdaebf5d477488e56c1b41dfe16f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623853/large_thumb/large.jpg"
        },
        {
            "id": 623854,
            "name": "Lokal zoom",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623854/theora/4591_449002cada5c4ec9a36de7dcffe62432.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623854/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623854/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623854/broadcast/4591_120830d57980457f9aa1b7805c76e598.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623854/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.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:14:17Z",
            "updatedTime": "2018-11-10T18:29:29.286870Z",
            "uploadedTime": "2010-08-10T19:14:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623854/theora/4591_449002cada5c4ec9a36de7dcffe62432.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623854/large_thumb/large.jpg"
        },
        {
            "id": 623855,
            "name": "Gunnar Sønsteby.",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623855/theora/4605_9b81669c08be48a2804d3de85c534bb7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623855/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623855/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623855/broadcast/4605_5a40f1d4cc4a48d39906472344b08063.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623855/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.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:19:38.350000Z",
            "updatedTime": "2018-11-10T18:29:29.285495Z",
            "uploadedTime": "2010-08-10T19:19:38.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623855/theora/4605_9b81669c08be48a2804d3de85c534bb7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623855/large_thumb/large.jpg"
        },
        {
            "id": 623856,
            "name": "Vinterlyd",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623856/theora/4585_4d0c07bcfc624711b25fc4c813f019d4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623856/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623856/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623856/broadcast/4585_67ecf04c683047f4badd1c4f18ffc423.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623856/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:47.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:12:23.283000Z",
            "updatedTime": "2018-11-10T18:29:29.284008Z",
            "uploadedTime": "2010-08-10T19:12:23.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623856/theora/4585_4d0c07bcfc624711b25fc4c813f019d4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623856/large_thumb/large.jpg"
        },
        {
            "id": 623840,
            "name": "Anmeldelse: Forza Motorsport3",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623840/theora/4564_6b03f09525ce46bfbb932d6f7e4dc286.ogv",
                "original": "https://upload.frikanalen.no/media/623840/original/orig_59e19c8669914ad9910bdf7c6efa9b19.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623840/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623840/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623840/broadcast/4564_bc6db8c9b5104a1e87f4efade3c1dc33.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623840/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:46.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:54:14Z",
            "updatedTime": "2018-11-10T18:29:29.306337Z",
            "uploadedTime": "2010-08-10T14:54:14Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623840/theora/4564_6b03f09525ce46bfbb932d6f7e4dc286.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623840/large_thumb/large.jpg"
        },
        {
            "id": 623839,
            "name": "Krimgåte: Poirot",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623839/theora/4586_719b213de8f344dd9e6ebefb6cc9715e.ogv",
                "original": "https://upload.frikanalen.no/media/623839/original/orig_22815e2854c140648f5aa759e30f4bc8.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623839/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623839/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623839/broadcast/4586_65d8c6b77dc4413e987e0a57ac0900a2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623839/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:52.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:12:44Z",
            "updatedTime": "2018-11-10T18:29:29.307780Z",
            "uploadedTime": "2010-08-10T19:12:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623839/theora/4586_719b213de8f344dd9e6ebefb6cc9715e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623839/large_thumb/large.jpg"
        },
        {
            "id": 624132,
            "name": "100 års dans på èn kveld",
            "header": "Danseshow med NTNUI på Rick`s 19. november.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624132/theora/5113_d3e2a52d55e44f448f47cc0346e9e74a.ogv",
                "original": "https://upload.frikanalen.no/media/624132/original/orig_bad567e7bedd48318e495fd7abf117e8.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624132/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624132/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624132/broadcast/5111_ab86a9930c5d4a809cd9a799a3472f3c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624132/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:02.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-21T15:53:10.567000Z",
            "updatedTime": "2018-11-10T18:29:28.917712Z",
            "uploadedTime": "2010-12-21T15:53:10.567000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624132/theora/5113_d3e2a52d55e44f448f47cc0346e9e74a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624132/large_thumb/large.jpg"
        },
        {
            "id": 623836,
            "name": "Vi konk´ itj",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623836/theora/4609_45edf60754644d1bb7e382b4345d6ded.ogv",
                "original": "https://upload.frikanalen.no/media/623836/original/orig_2505f111c898491eb9a55944a0530b92.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623836/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623836/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623836/broadcast/4609_e9ad29b0b6b04d7db39cfc19470dfbcf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623836/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:00:51.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:21:08Z",
            "updatedTime": "2018-11-10T18:29:29.311976Z",
            "uploadedTime": "2010-08-10T19:21:08Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623836/theora/4609_45edf60754644d1bb7e382b4345d6ded.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623836/large_thumb/large.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",
            "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": 624131,
            "name": "Dag Sørås",
            "header": "Intervju med Dag Sørås",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624131/theora/5112_fe7d3f6449d746048a905cd998771967.ogv",
                "original": "https://upload.frikanalen.no/media/624131/original/orig_a1c986fb26b84358b9ef7ad82504eabb.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624131/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624131/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624131/broadcast/5112_9e3aed015e774a2bbf5452421f73fa0c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624131/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:13.760000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-21T15:51:05.877000Z",
            "updatedTime": "2018-11-10T18:29:28.919064Z",
            "uploadedTime": "2010-12-21T15:51:05.877000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624131/theora/5112_fe7d3f6449d746048a905cd998771967.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624131/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",
            "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",
            "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"
        }
    ]
}