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

{
    "count": 3455,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1550&ordering=-ref_url",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1450&ordering=-ref_url",
    "results": [
        {
            "id": 624061,
            "name": "VGF1#7 20101207",
            "header": "Verdens gjensfødelse\nmed Hans Braterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624061/theora/4963_f1a3accda4fd4806b410434298769b28.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624061/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624061/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624061/broadcast/4963_13675df971fe4b169ba4e4ba0c054370.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624061/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:50.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-30T10:53:37.750000Z",
            "updatedTime": "2018-11-10T18:29:29.004991Z",
            "uploadedTime": "2010-11-30T10:53:37.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624061/theora/4963_f1a3accda4fd4806b410434298769b28.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624061/large_thumb/large.jpg"
        },
        {
            "id": 625067,
            "name": "Loven og evangeliet.",
            "header": "Er lov og evangelium to uforenlige begreper? Program 10 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625067/theora/orig_0d465d7315214d3490b54d35f8486a8e.ogv",
                "original": "https://upload.frikanalen.no/media/625067/original/orig_0d465d7315214d3490b54d35f8486a8e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625067/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625067/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625067/broadcast/6425_f75536f314dd4cba8d1498ed5855e521.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625067/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:01:49.647000Z",
            "updatedTime": "2018-11-10T18:29:27.699535Z",
            "uploadedTime": "2012-09-21T09:01:49.647000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625067/theora/orig_0d465d7315214d3490b54d35f8486a8e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625067/large_thumb/large.jpg"
        },
        {
            "id": 624281,
            "name": "Verden Gjenfødelse 20110228",
            "header": "Verdens Gjenfødelse\nmed Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624281/theora/5324_b0cb626b035740a89c5bcbd9671eb144.ogv",
                "original": "https://upload.frikanalen.no/media/624281/original/orig_7ef2b6bee4554ec49d8a7a848eef2d9c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624281/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624281/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624281/broadcast/5324_2a3f3036372f4b1085ec48efd1b3d46d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624281/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-14T11:51:12.710000Z",
            "updatedTime": "2018-11-10T18:29:28.724156Z",
            "uploadedTime": "2011-02-14T11:51:12.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624281/theora/5324_b0cb626b035740a89c5bcbd9671eb144.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624281/large_thumb/large.jpg"
        },
        {
            "id": 624284,
            "name": "Den norske kirke i eksil 78",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624284/theora/orig_386c4cfc4c83455e815ac609e6845f78.ogv",
                "original": "https://upload.frikanalen.no/media/624284/original/orig_386c4cfc4c83455e815ac609e6845f78.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624284/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624284/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624284/broadcast/5343_0a9b38ebab0f4635ad0d5e085fecd3bd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624284/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:55.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-16T08:29:11.623000Z",
            "updatedTime": "2018-11-10T18:29:28.722707Z",
            "uploadedTime": "2011-02-16T08:29:11.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624284/theora/orig_386c4cfc4c83455e815ac609e6845f78.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624284/large_thumb/large.jpg"
        },
        {
            "id": 624286,
            "name": "Apropos: Metal i Grand Prix",
            "header": "Melodi Grand Prix tar Black Metallen inn i sine hjerter og varmer en ellers så kald og dødelig sjanger.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624286/theora/5330_a64eba3ab95c4bd686df3f6bf9ac427a.ogv",
                "original": "https://upload.frikanalen.no/media/624286/original/orig_627eb005aeaf45aebff7c8993e5c2c8f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624286/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624286/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624286/broadcast/5330_a41f1e6f45f44ec0899943f2cf529c2f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624286/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:21.360000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-14T14:38:59Z",
            "updatedTime": "2018-11-10T18:29:28.719798Z",
            "uploadedTime": "2011-02-14T14:38:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624286/theora/5330_a64eba3ab95c4bd686df3f6bf9ac427a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624286/large_thumb/large.jpg"
        },
        {
            "id": 624056,
            "name": "Møteplassen - Tilgivelse 5",
            "header": "Er det å tilgi og det å glemme det samme?  Og hva tenker innsatte i fengsel om Guds nåde når det er jul? Vi møter Else Kari Bjerva fra Normisjon og fengselsprest Odd Cato Kristiansen på Ila fengsel.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624056/theora/4956_55e74931fb0a489caf6c6c212e572239.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624056/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624056/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624056/broadcast/4956_37e6c173fc484d27b2317185464e5e42.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624056/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-25T12:26:20Z",
            "updatedTime": "2018-11-10T18:29:29.011948Z",
            "uploadedTime": "2010-11-25T12:26:20Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624056/theora/4956_55e74931fb0a489caf6c6c212e572239.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624056/large_thumb/large.jpg"
        },
        {
            "id": 624287,
            "name": "Helse & Kællan",
            "header": "Helse med Eva Britt Fjeldberg og Kællan med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624287/theora/orig_b2a3bc24548343749c20b67b1fbdc151.ogv",
                "original": "https://upload.frikanalen.no/media/624287/original/orig_b2a3bc24548343749c20b67b1fbdc151.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624287/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624287/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624287/broadcast/5345_96dc665004714315b4348999a74743c8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624287/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:06.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-17T08:07:10.393000Z",
            "updatedTime": "2018-11-10T18:29:28.718325Z",
            "uploadedTime": "2011-02-17T08:07:10.393000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624287/theora/orig_b2a3bc24548343749c20b67b1fbdc151.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624287/large_thumb/large.jpg"
        },
        {
            "id": 624054,
            "name": "Akkurat Nå! 28. november 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624054/theora/4925_f7ecd56185dc479e8651c6e15525ffd3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624054/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624054/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624054/broadcast/4925_0ca60dc03029421389f1d2a5f7edcdd4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624054/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:10.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-04T15:56:00.710000Z",
            "updatedTime": "2018-11-10T18:29:29.014643Z",
            "uploadedTime": "2010-11-04T15:56:00.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624054/theora/4925_f7ecd56185dc479e8651c6e15525ffd3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624054/large_thumb/large.jpg"
        },
        {
            "id": 624053,
            "name": "Møteplassen - Tilgivelse 3",
            "header": "Er det rom for følelser som hat og hevnlyst innfor Gud? Og kan hevn fungere like godt som tilgivelse i ens indre regnskap Vi møter Else Kari Bjerva fra Normisjon og fengselsprest Odd Cato Kristiansen på Ila fengsel.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624053/theora/4954_169f7e2ba2ec4a85a093b68192d556e9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624053/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624053/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624053/broadcast/4954_5d902cde90fc44d7a559eefe6238e0eb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624053/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-25T12:15:32Z",
            "updatedTime": "2018-11-10T18:29:29.016016Z",
            "uploadedTime": "2010-11-25T12:15:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624053/theora/4954_169f7e2ba2ec4a85a093b68192d556e9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624053/large_thumb/large.jpg"
        },
        {
            "id": 624052,
            "name": "Møteplassen - Tilgivelse 2",
            "header": "Har kristne en plikt til å tilgi? Og hva tenker innsatte i fengsel i forhold til tilgivelse og forsoning? Vi møter Else Kari Bjerva fra Normisjon og fengselsprest Odd Cato Kristiansen på Ila fengsel.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624052/theora/4953_25d9d20d91e149ba94fad995f635b441.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624052/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624052/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624052/broadcast/4953_203e928685ef4fc0ac026e81d7052e05.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624052/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-25T12:07:47Z",
            "updatedTime": "2018-11-10T18:29:29.017359Z",
            "uploadedTime": "2010-11-25T12:07:47Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624052/theora/4953_25d9d20d91e149ba94fad995f635b441.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624052/large_thumb/large.jpg"
        },
        {
            "id": 624288,
            "name": "KickOff",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624288/theora/5350_136f24d44f58400bbbbb943542f13b74.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624288/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624288/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624288/broadcast/5350_d60879db23194830b08634d45c8f68e5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624288/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:52.440000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-17T12:58:25.777000Z",
            "updatedTime": "2018-11-10T18:29:28.716461Z",
            "uploadedTime": "2011-02-17T12:58:25.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624288/theora/5350_136f24d44f58400bbbbb943542f13b74.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624288/large_thumb/large.jpg"
        },
        {
            "id": 623983,
            "name": "Maskeblomstfamilien",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623983/theora/4832_c89da0cb1c5947d28666ae2fdaf283e5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623983/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623983/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623983/broadcast/4832_24d58ce32d044f1d82258512bc74aaee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623983/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:09.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-10-13T13:30:37.577000Z",
            "updatedTime": "2018-11-10T18:29:29.105371Z",
            "uploadedTime": "2010-10-13T13:30:37.577000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623983/theora/4832_c89da0cb1c5947d28666ae2fdaf283e5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623983/large_thumb/large.jpg"
        },
        {
            "id": 624290,
            "name": "De Gode Nyheder",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624290/theora/5346_4cc00bc76bef44b1b29a19e8ed33e0f1.ogv",
                "original": "https://upload.frikanalen.no/media/624290/original/orig_55617f1ba2df43b4a5931e5fc62d8c05.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624290/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624290/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624290/broadcast/5346_514b26af980a4ad0986275d111cd644e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624290/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-17T11:47:37.010000Z",
            "updatedTime": "2018-11-10T18:29:28.710039Z",
            "uploadedTime": "2011-02-17T11:47:37.010000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624290/theora/5346_4cc00bc76bef44b1b29a19e8ed33e0f1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624290/large_thumb/large.jpg"
        },
        {
            "id": 627839,
            "name": "Jehova er den største i universet",
            "header": "Det står klart og tydelig i bibelen",
            "description": "Det står klart og tydelig i bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627839/theora/Jehova, er den st�rste i universet (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627839/broadcast/Jehova, er den st�rste i universet (2).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627839/large_thumb/Jehova, er den st�rste i universet (2).jpg",
                "original": "https://upload.frikanalen.no/media/627839/original/Jehova, er den st�rste i universet (2).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:54:23.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-12-17T08:59:36.162564Z",
            "updatedTime": "2023-12-17T09:25:03.777165Z",
            "uploadedTime": "2023-12-17T08:59:53.946296Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627839/theora/Jehova, er den st�rste i universet (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627839/large_thumb/Jehova, er den st�rste i universet (2).jpg"
        },
        {
            "id": 624291,
            "name": "Ti Minutter & Livshjelp",
            "header": "Ti Minutter med Svenn Thommy Fjeldberg og Livshjelp med Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624291/theora/5351_fec3106cd6d64519b525cdfb55640a04.ogv",
                "original": "https://upload.frikanalen.no/media/624291/original/orig_fda2e9b34e9a4b7cad2c73730e66aab7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624291/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624291/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624291/broadcast/5351_e048902adc974bdba367347c52f5341d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624291/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-17T13:05:09.710000Z",
            "updatedTime": "2018-11-10T18:29:28.708690Z",
            "uploadedTime": "2011-02-17T13:05:09.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624291/theora/5351_fec3106cd6d64519b525cdfb55640a04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624291/large_thumb/large.jpg"
        },
        {
            "id": 624047,
            "name": "Vinterfest Glomfjord",
            "header": "Dokumentar om den årlige Vinterfestivalen i Glomfjord.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624047/theora/4947_311ca7a3f0df44b3875b4898d1bc9d10.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624047/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624047/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624047/broadcast/4947_311ca7a3f0df44b3875b4898d1bc9d10.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624047/large_thumb/large.jpg"
            },
            "creator": "thorbrenne@gmail.com",
            "organization": {
                "id": 101,
                "name": "ADHD TV & FILM AS",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1994,
                "editorName": "Thor Erling Brenne",
                "editorEmail": "thorbrenne@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "01:05:02.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-24T15:18:25Z",
            "updatedTime": "2018-11-10T18:29:29.024195Z",
            "uploadedTime": "2010-11-24T15:18:25Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624047/theora/4947_311ca7a3f0df44b3875b4898d1bc9d10.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624047/large_thumb/large.jpg"
        },
        {
            "id": 624046,
            "name": "Vinterfest Glomfjord del 3",
            "header": "Dokumentar om den årlige vinterfestivalen i Glomfjord.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624046/theora/4951_ce8cdd40fd6e468db4007e012dcbc111.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624046/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624046/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624046/broadcast/4951_ee14b4091ea44d1f95ee1fcf5858694f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624046/large_thumb/large.jpg"
            },
            "creator": "thorbrenne@gmail.com",
            "organization": {
                "id": 101,
                "name": "ADHD TV & FILM AS",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1994,
                "editorName": "Thor Erling Brenne",
                "editorEmail": "thorbrenne@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:46.760000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-24T21:46:50Z",
            "updatedTime": "2018-11-10T18:29:29.025532Z",
            "uploadedTime": "2010-11-24T21:46:50Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624046/theora/4951_ce8cdd40fd6e468db4007e012dcbc111.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624046/large_thumb/large.jpg"
        },
        {
            "id": 624045,
            "name": "Vinterfest Glomfjord del 2",
            "header": "Dokumentar om den årlige vinterfestivalen i Glomfjord.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624045/theora/4950_94a6f80916714cbcb2cbd47dfa4e7580.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624045/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624045/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624045/broadcast/4950_8b64a55b7c394015ab1a4c4229c83d56.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624045/large_thumb/large.jpg"
            },
            "creator": "thorbrenne@gmail.com",
            "organization": {
                "id": 101,
                "name": "ADHD TV & FILM AS",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1994,
                "editorName": "Thor Erling Brenne",
                "editorEmail": "thorbrenne@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:07:49.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-24T21:46:35Z",
            "updatedTime": "2018-11-10T18:29:29.026871Z",
            "uploadedTime": "2010-11-24T21:46:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624045/theora/4950_94a6f80916714cbcb2cbd47dfa4e7580.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624045/large_thumb/large.jpg"
        },
        {
            "id": 624292,
            "name": "Promo UKA-TV 2011",
            "header": "En første hils på årets programledere! Sjekk ut promovideoen til UKA-TV her!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624292/theora/5352_9bc55dddf6644412bc9014ccd9a2f119.ogv",
                "original": "https://upload.frikanalen.no/media/624292/original/orig_f74f9952559e44b992c52ff80466acdc.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624292/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624292/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624292/broadcast/5352_7a2a9f0971684daea463f7827c609e00.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624292/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:50",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-18T13:52:54.400000Z",
            "updatedTime": "2018-11-10T18:29:28.707314Z",
            "uploadedTime": "2011-02-18T13:52:54.400000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624292/theora/5352_9bc55dddf6644412bc9014ccd9a2f119.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624292/large_thumb/large.jpg"
        },
        {
            "id": 625069,
            "name": "Alexx Alexxander",
            "header": "Se den store gatemagikeren utføre sine fantastiske tryllekunster på gata i Trondheim!",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625069/broadcast/orig_ac2fc3ff7eb34fb4b2a39c3a53832d48.dv",
                "theora": "https://upload.frikanalen.no/media/625069/theora/orig_ac2fc3ff7eb34fb4b2a39c3a53832d48.ogv",
                "original": "https://upload.frikanalen.no/media/625069/original/orig_ac2fc3ff7eb34fb4b2a39c3a53832d48.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625069/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625069/med_thumb/medium.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625069/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:04:16.770000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T20:00:06.693000Z",
            "updatedTime": "2018-11-10T18:29:27.696728Z",
            "uploadedTime": "2012-11-08T20:00:06.693000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625069/theora/orig_ac2fc3ff7eb34fb4b2a39c3a53832d48.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625069/large_thumb/large.jpg"
        },
        {
            "id": 626224,
            "name": "Home Assistant - Øyvind Rasmussen",
            "header": "Øyvind Rasmussen presenterer",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626224/theora/20191112-homeassistant.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626224/broadcast/20191112-homeassistant.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626224/large_thumb/20191112-homeassistant.jpg",
                "original": "https://upload.frikanalen.no/media/626224/original/20191112-homeassistant.mp4"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:06:07.940000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2019-12-11T12:03:01.419406Z",
            "updatedTime": "2019-12-11T13:20:11.791179Z",
            "uploadedTime": "2019-12-11T12:22:57.189930Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626224/theora/20191112-homeassistant.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626224/large_thumb/20191112-homeassistant.jpg"
        },
        {
            "id": 624293,
            "name": "Norsk tre på fest",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624293/theora/5348_e179738f071843b7b86eae8f807346ce.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624293/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624293/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624293/broadcast/5348_3c0f7272373c4a90a5767535eb091aac.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624293/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:31.360000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-17T12:26:57Z",
            "updatedTime": "2018-11-10T18:29:28.705889Z",
            "uploadedTime": "2011-02-17T12:26:57Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624293/theora/5348_e179738f071843b7b86eae8f807346ce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624293/large_thumb/large.jpg"
        },
        {
            "id": 624295,
            "name": "Akkurat Nå! 20. februar",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624295/theora/5344_2885183853784b74817b4626e9b3eca7.ogv",
                "original": "https://upload.frikanalen.no/media/624295/original/orig_1bfca47d7163420ba6128714c1a38548.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624295/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624295/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624295/broadcast/5344_1b33e50222d54556a704fef044c98751.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624295/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:50:11.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-17T07:15:09.697000Z",
            "updatedTime": "2018-11-10T18:29:28.704524Z",
            "uploadedTime": "2011-02-17T07:15:09.697000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624295/theora/5344_2885183853784b74817b4626e9b3eca7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624295/large_thumb/large.jpg"
        },
        {
            "id": 624038,
            "name": "Misjonsmøte 03",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624038/theora/4941_adbcc50538dc4e48896c93b02915dfd7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624038/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624038/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624038/broadcast/4941_adbcc50538dc4e48896c93b02915dfd7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624038/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-17T19:44:42.933000Z",
            "updatedTime": "2023-07-12T22:31:20.292576Z",
            "uploadedTime": "2010-11-17T19:44:42Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624038/theora/4941_adbcc50538dc4e48896c93b02915dfd7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624038/large_thumb/large.jpg"
        },
        {
            "id": 625070,
            "name": "FAT konf 05: Gud i loven",
            "header": "Forum for Adventist-Teologi tar opp teologiske tema. I denne serien har vi med foredragene i en konferanse om De ti buds plass i teologien. Her hører vi Roger Robertsen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625070/theora/orig_cec782a36b3d4f8d8a0730ab733cb2ca.ogv",
                "original": "https://upload.frikanalen.no/media/625070/original/orig_cec782a36b3d4f8d8a0730ab733cb2ca.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625070/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625070/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625070/broadcast/6551_bcb69dc00bd1421aa198cd92556314aa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625070/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T15:05:03.373000Z",
            "updatedTime": "2018-11-10T18:29:27.695325Z",
            "uploadedTime": "2012-11-08T15:05:03.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625070/theora/orig_cec782a36b3d4f8d8a0730ab733cb2ca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625070/large_thumb/large.jpg"
        },
        {
            "id": 624297,
            "name": "Uka-TV 11 - Sending 1",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624297/theora/orig_14461aa6ce10463b84dd7e207e312cf9.ogv",
                "original": "https://upload.frikanalen.no/media/624297/original/orig_14461aa6ce10463b84dd7e207e312cf9.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624297/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624297/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624297/broadcast/5334_30afe807ffc941aea482ab701901b107.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624297/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:59.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:21:55.497000Z",
            "updatedTime": "2018-11-10T18:29:28.701767Z",
            "uploadedTime": "2011-02-15T22:21:55.497000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624297/theora/orig_14461aa6ce10463b84dd7e207e312cf9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624297/large_thumb/large.jpg"
        },
        {
            "id": 625071,
            "name": "New Life - Program 08 2012",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625071/theora/6522_6ff3035d42da48ebb4b974ae39d7e44a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625071/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625071/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625071/broadcast/6522_6ff3035d42da48ebb4b974ae39d7e44a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625071/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:30.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-26T14:28:34.763000Z",
            "updatedTime": "2018-11-10T18:29:27.693905Z",
            "uploadedTime": "2012-10-26T14:28:34.763000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625071/theora/6522_6ff3035d42da48ebb4b974ae39d7e44a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625071/large_thumb/large.jpg"
        },
        {
            "id": 624031,
            "name": "Akkurat Nå! 7.november 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624031/theora/4922_cb7d637699af4531932d6a5ab6f40504.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624031/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624031/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624031/broadcast/4922_574789ffc9894936ab809bde71fa28f9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624031/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:36.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-04T15:49:53.897000Z",
            "updatedTime": "2018-11-10T18:29:29.045923Z",
            "uploadedTime": "2010-11-04T15:49:53.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624031/theora/4922_cb7d637699af4531932d6a5ab6f40504.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624031/large_thumb/large.jpg"
        },
        {
            "id": 624298,
            "name": "Uka-TV 11 - Sending 2",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624298/theora/5335_b7f04fa4e2cd4d9cadbfd88d5fc38386.ogv",
                "original": "https://upload.frikanalen.no/media/624298/original/orig_c172d995b5154dafbb4ddfe95a6817d6.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624298/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624298/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624298/broadcast/5335_2d27959c3f374d8b90e1c6c4cb9f43a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624298/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:35.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:26:00.610000Z",
            "updatedTime": "2018-11-10T18:29:28.700404Z",
            "uploadedTime": "2011-02-15T22:26:00.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624298/theora/5335_b7f04fa4e2cd4d9cadbfd88d5fc38386.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624298/large_thumb/large.jpg"
        },
        {
            "id": 624029,
            "name": "ADRA 2010 006",
            "header": "Programleder Gry Haugen har besøk i studio av Danilo Avileis som har ansvar for for ADRAs prosjekt i Nord-Sudan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624029/theora/4903_50b39a23519040368240d48c2902b8db.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624029/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624029/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624029/broadcast/4903_50b39a23519040368240d48c2902b8db.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624029/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:59.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-25T17:38:01.013000Z",
            "updatedTime": "2018-11-10T18:29:29.048634Z",
            "uploadedTime": "2010-10-25T17:38:01.013000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624029/theora/4903_50b39a23519040368240d48c2902b8db.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624029/large_thumb/large.jpg"
        },
        {
            "id": 624300,
            "name": "Kritisk til hemmeligholdelse",
            "header": "Men Arne Treholt står fast ved at han aldri har gitt bort opplysninger som har kunnet skade rikets sikkerhet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624300/theora/5331_ac7797738f0744688fe9c642eb2df4ca.ogv",
                "original": "https://upload.frikanalen.no/media/624300/original/orig_51d2500e1c384ba9a0e10963e199ece0.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624300/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624300/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624300/broadcast/5331_7c4b0619f7b74dfb822ff4a60d70d2ee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624300/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:43.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-14T14:48:43.620000Z",
            "updatedTime": "2018-11-10T18:29:28.697673Z",
            "uploadedTime": "2011-02-14T14:48:43.620000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624300/theora/5331_ac7797738f0744688fe9c642eb2df4ca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624300/large_thumb/large.jpg"
        },
        {
            "id": 624025,
            "name": "HelseExpo Mjøndalen 18",
            "header": "Er det ett fett? Leder av Fredheim Helsesenter Frode Sømme tar for seg fettets velsignelser og forbannelser.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624025/theora/4907_465c385ff23348f683d2261f7a3a47ba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624025/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624025/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624025/broadcast/4907_465c385ff23348f683d2261f7a3a47ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624025/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:29",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-25T17:55:49.623000Z",
            "updatedTime": "2018-11-10T18:29:29.051327Z",
            "uploadedTime": "2010-10-25T17:55:49.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624025/theora/4907_465c385ff23348f683d2261f7a3a47ba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624025/large_thumb/large.jpg"
        },
        {
            "id": 624301,
            "name": "- En av oss blir nødt til å dø",
            "header": "Kråkesølv om maur, morkake og veien videre.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624301/theora/5360_780d8870884f4f75b78dfa27676110db.ogv",
                "original": "https://upload.frikanalen.no/media/624301/original/orig_c20815827c2c41a39faf8d12ca7c6834.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624301/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624301/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624301/broadcast/5360_2d5ac7ba6a2d4691a6e8cce26e95b327.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624301/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:14.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-21T12:14:51Z",
            "updatedTime": "2018-11-10T18:29:28.696291Z",
            "uploadedTime": "2011-02-21T12:14:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624301/theora/5360_780d8870884f4f75b78dfa27676110db.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624301/large_thumb/large.jpg"
        },
        {
            "id": 624023,
            "name": "HelseExpo Mjøndalen 16",
            "header": "Vegarisk ernæring. Klinisk ernæringsfysiolog Linn Helene Stølen forteller om emnet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624023/theora/4905_fe1285e556a24cc685af03d2673c7c66.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624023/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624023/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624023/broadcast/4905_fe1285e556a24cc685af03d2673c7c66.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624023/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:53.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-25T17:50:26.053000Z",
            "updatedTime": "2018-11-10T18:29:29.054192Z",
            "uploadedTime": "2010-10-25T17:50:26.053000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624023/theora/4905_fe1285e556a24cc685af03d2673c7c66.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624023/large_thumb/large.jpg"
        },
        {
            "id": 624302,
            "name": "Apropos Stripping",
            "header": "Politikere fra SV, AP og SP synes stripping er det samme som prostitusjon. Vet de hva de snakker om?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624302/theora/5361_7289cb49976c4bb39d228ba2f1d3bda7.ogv",
                "original": "https://upload.frikanalen.no/media/624302/original/orig_7165247561b94805b4af9b305f9ac6c9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624302/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624302/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624302/broadcast/5361_4717d4fc60994d0d8502053d892e4e4b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624302/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:00.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-21T12:19:27.960000Z",
            "updatedTime": "2018-11-10T18:29:28.694885Z",
            "uploadedTime": "2011-02-21T12:19:27.960000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624302/theora/5361_7289cb49976c4bb39d228ba2f1d3bda7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624302/large_thumb/large.jpg"
        },
        {
            "id": 625072,
            "name": "AR6332 Arena",
            "header": "Wenche Olsen - Stortings repr.\nTrond Eriksen - daglig leder i ES\nKnut Harald Hareide - Leder KrF\nRoald Strand - Ernæringspesialist",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625072/theora/orig_4fb453383f5a4892b4d53672a05bf83e.ogv",
                "original": "https://upload.frikanalen.no/media/625072/original/orig_4fb453383f5a4892b4d53672a05bf83e.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625072/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625072/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625072/broadcast/6575_09591f6fb9c944b68396cbf40ac0aa08.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625072/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:10",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-11-19T13:53:20.733000Z",
            "updatedTime": "2018-11-10T18:29:27.692558Z",
            "uploadedTime": "2012-11-19T13:53:20.733000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625072/theora/orig_4fb453383f5a4892b4d53672a05bf83e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625072/large_thumb/large.jpg"
        },
        {
            "id": 625073,
            "name": "Ritualer i menigheten.",
            "header": "Hva er eventuelle ritualer godt for? Program 9 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625073/theora/orig_db21f635beb14843bed9366e42ab13f7.ogv",
                "original": "https://upload.frikanalen.no/media/625073/original/orig_db21f635beb14843bed9366e42ab13f7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625073/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625073/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625073/broadcast/6424_217cd38431c245d5b4be06822c5e7f40.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625073/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:59:09.883000Z",
            "updatedTime": "2018-11-10T18:29:27.691156Z",
            "uploadedTime": "2012-09-21T08:59:09.883000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625073/theora/orig_db21f635beb14843bed9366e42ab13f7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625073/large_thumb/large.jpg"
        },
        {
            "id": 624304,
            "name": "Sketsjup: Selvforsvar",
            "header": "Vi lanserer vår nye sketsjespalte, Sketsjup! I første innslag kan du lære selvforsvar av selveste David Dølen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624304/theora/5366_45bfc18ad6fe4f33a9608aefc354b703.ogv",
                "original": "https://upload.frikanalen.no/media/624304/original/orig_03e0941e10824124aae5d651e9a1ee34.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624304/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624304/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624304/broadcast/5366_8b7e921e15604a5cb0cc9d85fa19452d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624304/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:40",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-21T12:41:42.473000Z",
            "updatedTime": "2018-11-10T18:29:28.692241Z",
            "uploadedTime": "2011-02-21T12:41:42.473000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624304/theora/5366_45bfc18ad6fe4f33a9608aefc354b703.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624304/large_thumb/large.jpg"
        },
        {
            "id": 624305,
            "name": "Uka-TV 11 - Sending 3",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624305/theora/5336_e8bbf71ba1e941009b3474bd266ed93d.ogv",
                "original": "https://upload.frikanalen.no/media/624305/original/orig_e3a3614543414a54b0b9246abcd653e9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624305/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624305/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624305/broadcast/5336_c19f550f92694c758ba6c726e35864a3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624305/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:51.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:28:52.990000Z",
            "updatedTime": "2018-11-10T18:29:28.690842Z",
            "uploadedTime": "2011-02-15T22:28:52.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624305/theora/5336_e8bbf71ba1e941009b3474bd266ed93d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624305/large_thumb/large.jpg"
        },
        {
            "id": 624308,
            "name": "Uka-TV 11 - Sending 4",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624308/theora/5337_eab55eef4b684c1284762653568007ec.ogv",
                "original": "https://upload.frikanalen.no/media/624308/original/orig_18bcbf59990c48a48cb18ec2a7002360.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624308/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624308/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624308/broadcast/5337_8915445020214b428e000c1e7567e2aa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624308/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:22.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:33:16.533000Z",
            "updatedTime": "2018-11-10T18:29:28.686655Z",
            "uploadedTime": "2011-02-15T22:33:16.533000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624308/theora/5337_eab55eef4b684c1284762653568007ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624308/large_thumb/large.jpg"
        },
        {
            "id": 625074,
            "name": "Menigheten - menneskets tjener",
            "header": "Oppdag gleden ved å tjene. Program 8 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625074/theora/orig_f29b7ef4736b4c59a9a3cc41ad1d1d4c.ogv",
                "original": "https://upload.frikanalen.no/media/625074/original/orig_f29b7ef4736b4c59a9a3cc41ad1d1d4c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625074/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625074/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625074/broadcast/6423_dd0f051d6f224968a062f7af50945fdc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625074/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:55:59.153000Z",
            "updatedTime": "2018-11-10T18:29:27.689752Z",
            "uploadedTime": "2012-09-21T08:55:59.153000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625074/theora/orig_f29b7ef4736b4c59a9a3cc41ad1d1d4c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625074/large_thumb/large.jpg"
        },
        {
            "id": 624309,
            "name": "Country Team",
            "header": "Country Team med Kåre og Lena Johnsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624309/theora/5371_67338293b68c4db18066a3c6f511733a.ogv",
                "original": "https://upload.frikanalen.no/media/624309/original/orig_16e27f6ea1954b0c8aa5141ce831872d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624309/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624309/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624309/broadcast/5371_9438cb55b4dc4bb2b6a635b413c60c82.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624309/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-23T06:11:20.657000Z",
            "updatedTime": "2018-11-10T18:29:28.685311Z",
            "uploadedTime": "2011-02-23T06:11:20.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624309/theora/5371_67338293b68c4db18066a3c6f511733a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624309/large_thumb/large.jpg"
        },
        {
            "id": 624312,
            "name": "? Hest er best",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624312/theora/5347_60457bdecc3840949c0595284e61599b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624312/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624312/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624312/broadcast/5347_31550d7b91ac47c9b9468b54caaaccee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624312/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:03",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-17T12:18:30.473000Z",
            "updatedTime": "2018-11-10T18:29:28.681128Z",
            "uploadedTime": "2011-02-17T12:18:30.473000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624312/theora/5347_60457bdecc3840949c0595284e61599b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624312/large_thumb/large.jpg"
        },
        {
            "id": 624313,
            "name": "Jarle Bernhoft",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624313/theora/5374_0bd4b6ebdaab4e29918c48afe62e0ea5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624313/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624313/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624313/broadcast/5374_3a73c15a26d041a687e44992732c9b09.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624313/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:14.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-23T17:38:47.640000Z",
            "updatedTime": "2018-11-10T18:29:28.679709Z",
            "uploadedTime": "2011-02-23T17:38:47.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624313/theora/5374_0bd4b6ebdaab4e29918c48afe62e0ea5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624313/large_thumb/large.jpg"
        },
        {
            "id": 625041,
            "name": "Den norske kirke i eksil 122",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625041/theora/orig_96b518686e2643f6a4374ffec1288ef6.ogv",
                "original": "https://upload.frikanalen.no/media/625041/original/orig_96b518686e2643f6a4374ffec1288ef6.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625041/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625041/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625041/broadcast/6533_bff6e57f8b8e480dafa007665a130f08.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625041/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:34",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-01T08:59:13.857000Z",
            "updatedTime": "2018-11-10T18:29:27.736752Z",
            "uploadedTime": "2012-11-01T08:59:13.857000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625041/theora/orig_96b518686e2643f6a4374ffec1288ef6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625041/large_thumb/large.jpg"
        },
        {
            "id": 625453,
            "name": "Eckankar: God is Love",
            "header": "God is Love",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625453/theora/God_Is_Love.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625453/large_thumb/God_Is_Love.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625453/small_thumb/God_Is_Love.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625453/broadcast/God_Is_Love.avi"
            },
            "creator": "info@eckankar.no",
            "organization": {
                "id": 131,
                "name": "ECKANKAR Norge",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2094,
                "editorName": "Kjell Aarhus",
                "editorEmail": "info@eckankar.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:03",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-09-14T20:05:10Z",
            "updatedTime": "2020-09-15T21:54:51.551375Z",
            "uploadedTime": "2015-09-14T20:05:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625453/theora/God_Is_Love.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625453/large_thumb/God_Is_Love.jpg"
        },
        {
            "id": 624314,
            "name": "Peder Påske",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624314/theora/5375_d919a21d71514ec5a9bc58ee5ef1c0bb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624314/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624314/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624314/broadcast/5375_909a084e3d81480298d841a3b2a454cc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624314/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:47.970000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-23T17:41:55.613000Z",
            "updatedTime": "2018-11-10T18:29:28.678163Z",
            "uploadedTime": "2011-02-23T17:41:55.613000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624314/theora/5375_d919a21d71514ec5a9bc58ee5ef1c0bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624314/large_thumb/large.jpg"
        },
        {
            "id": 624315,
            "name": "Uka-TV 11 - Sending 5",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624315/theora/5338_ee89f224bbad4de9884ada234144aca8.ogv",
                "original": "https://upload.frikanalen.no/media/624315/original/orig_c6c519d7fa874ef5b2157ebd5a13fb7b.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624315/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624315/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624315/broadcast/5338_2557581e34534acc85e8a318b7981912.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624315/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:07.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:36:58.837000Z",
            "updatedTime": "2018-11-10T18:29:28.676774Z",
            "uploadedTime": "2011-02-15T22:36:58.837000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624315/theora/5338_ee89f224bbad4de9884ada234144aca8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624315/large_thumb/large.jpg"
        },
        {
            "id": 625045,
            "name": "BI parodi",
            "header": "Ikke forbli en lettvekter...",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625045/theora/6558_b7a5847c5a0840599f8f0336d87e7ede.ogv",
                "original": "https://upload.frikanalen.no/media/625045/original/orig_cdb945ac3bb44d50afb57b702811a1b2.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625045/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625045/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625045/broadcast/6558_f7faacbf2b354f38b5d614730acbab93.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625045/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:00:57.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T20:04:33.117000Z",
            "updatedTime": "2018-11-10T18:29:27.732210Z",
            "uploadedTime": "2012-11-08T20:04:33.117000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625045/theora/6558_b7a5847c5a0840599f8f0336d87e7ede.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625045/large_thumb/large.jpg"
        },
        {
            "id": 624009,
            "name": "Akkurat Nå! 31 oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624009/theora/4675_5b7e217dd4df42a9a043793bd3eadc67.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624009/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624009/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624009/broadcast/4675_817a721f71d243ae80269e6a96af9d83.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624009/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:35.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T05:01:54.600000Z",
            "updatedTime": "2018-11-10T18:29:29.072359Z",
            "uploadedTime": "2010-08-28T05:01:54.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624009/theora/4675_5b7e217dd4df42a9a043793bd3eadc67.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624009/large_thumb/large.jpg"
        }
    ]
}