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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2600&ordering=-updated_time",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2500&ordering=-updated_time",
    "results": [
        {
            "id": 624475,
            "name": "Lev.Ord & Gospel Mir..20110622",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624475/theora/5579_c1ea5ba546f14d828789bd625a8a5354.ogv",
                "original": "https://upload.frikanalen.no/media/624475/original/orig_5f1aed88f95547f6b5c5f90354cfdd3d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624475/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624475/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624475/broadcast/5579_8a0010bf89de4c34b51a3cf04c9d61ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624475/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:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:02:55.417000Z",
            "updatedTime": "2018-11-10T18:29:28.469054Z",
            "uploadedTime": "2011-05-05T18:02:55.417000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624475/theora/5579_c1ea5ba546f14d828789bd625a8a5354.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624475/large_thumb/large.jpg"
        },
        {
            "id": 624476,
            "name": "NM2011 - Ørskog Brass",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624476/theora/5601_bdb4876a7613475d9048d471543a180b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624476/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624476/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624476/broadcast/5601_acce356864304a84b543679a30255f59.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624476/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:22.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-05-15T09:13:21.880000Z",
            "updatedTime": "2018-11-10T18:29:28.467709Z",
            "uploadedTime": "2011-05-15T09:13:21.880000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624476/theora/5601_bdb4876a7613475d9048d471543a180b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624476/large_thumb/large.jpg"
        },
        {
            "id": 624478,
            "name": "Sketsjup: Festival",
            "header": "Vi besøker en av de feteste festivalene i Trondheim.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624478/theora/5603_4a60c7f1cf0f444aa5bf8906b17ace11.ogv",
                "original": "https://upload.frikanalen.no/media/624478/original/orig_0c87fa6ec76f4af0be6cde817b0fc974.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624478/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624478/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624478/broadcast/5603_363e0a8982db4c6eb7af4c99d471910b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624478/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:28.050000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-18T13:41:41.973000Z",
            "updatedTime": "2018-11-10T18:29:28.464987Z",
            "uploadedTime": "2011-05-18T13:41:41.973000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624478/theora/5603_4a60c7f1cf0f444aa5bf8906b17ace11.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624478/large_thumb/large.jpg"
        },
        {
            "id": 624479,
            "name": "Ex-russefest i dødens dal",
            "header": "Hvorfor velger man å ta på seg russebuksa si år etter år?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624479/theora/5604_50516dec1b8d4da3898491848f3d71af.ogv",
                "original": "https://upload.frikanalen.no/media/624479/original/orig_da5a0a0b98fd480db9de701951b561fd.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624479/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624479/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624479/broadcast/5604_1c7fbba5e92d4125be07f9e93c8f3f08.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624479/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:14.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-18T13:46:01.103000Z",
            "updatedTime": "2018-11-10T18:29:28.463634Z",
            "uploadedTime": "2011-05-18T13:46:01.103000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624479/theora/5604_50516dec1b8d4da3898491848f3d71af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624479/large_thumb/large.jpg"
        },
        {
            "id": 624480,
            "name": "Den norske kirke i eksil 86",
            "header": "Jeg ber om støtte til menigheten for greie de økonomiske utgifter pålagt av kommunen.\n\nkonto  1594.07.32112",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624480/theora/orig_61ae8353cd404f968bd7fa1ca9637ff1.ogv",
                "original": "https://upload.frikanalen.no/media/624480/original/orig_61ae8353cd404f968bd7fa1ca9637ff1.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624480/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624480/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624480/broadcast/5602_7d07e685247e43f6ab7aad4bb69ba4fc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624480/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:44.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-17T08:03:03.780000Z",
            "updatedTime": "2018-11-10T18:29:28.462166Z",
            "uploadedTime": "2011-05-17T08:03:03.780000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624480/theora/orig_61ae8353cd404f968bd7fa1ca9637ff1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624480/large_thumb/large.jpg"
        },
        {
            "id": 624481,
            "name": "20_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624481/theora/5586_71f3fd80667b432a99447d017139f31b.ogv",
                "original": "https://upload.frikanalen.no/media/624481/original/orig_3b72e72cfa5040338107d41122abe6af.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624481/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624481/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624481/broadcast/5586_7c45484343904c52b7a6f57a88eaa31b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624481/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:54",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-05-09T19:09:03.617000Z",
            "updatedTime": "2018-11-10T18:29:28.460713Z",
            "uploadedTime": "2011-05-09T19:09:03.617000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624481/theora/5586_71f3fd80667b432a99447d017139f31b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624481/large_thumb/large.jpg"
        },
        {
            "id": 624482,
            "name": "19_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624482/theora/5559_7e1b4a336d9b46df869f6dd267ada639.ogv",
                "original": "https://upload.frikanalen.no/media/624482/original/orig_81678a37bc0d48769215760b70698c6b.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624482/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624482/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624482/broadcast/5559_6a4e0bcefc19437a8ddca0d985bc2e5e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624482/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:54",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-05-05T12:24:26.580000Z",
            "updatedTime": "2018-11-10T18:29:28.459357Z",
            "uploadedTime": "2011-05-05T12:24:26.580000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624482/theora/5559_7e1b4a336d9b46df869f6dd267ada639.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624482/large_thumb/large.jpg"
        },
        {
            "id": 624484,
            "name": "Estetisk funksjonelt design",
            "header": "Blant de seks nominerte til \"Årets norske produktdesign\" er tre tidligere studenter ved NTNU.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624484/theora/5606_5228ef5ca59a443d9b9c46cf6d220499.ogv",
                "original": "https://upload.frikanalen.no/media/624484/original/orig_af5421e662764ef1920ec8509a1a99b2.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624484/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624484/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624484/broadcast/5606_51bf4066471a4d3ab5bba355e5a2f893.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624484/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:27.460000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-19T16:27:34.933000Z",
            "updatedTime": "2018-11-10T18:29:28.458003Z",
            "uploadedTime": "2011-05-19T16:27:34.933000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624484/theora/5606_5228ef5ca59a443d9b9c46cf6d220499.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624484/large_thumb/large.jpg"
        },
        {
            "id": 624485,
            "name": "Brillemote",
            "header": "Solen har endelig kommet for alvor, og det er på høy tid å tenke på hva du vil dekorere ansiktet ditt med i år.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624485/theora/5610_154722063ecd4f049011896dcd20655a.ogv",
                "original": "https://upload.frikanalen.no/media/624485/original/orig_cff17a4de5d24696ba8fe8c5b052b14f.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624485/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624485/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624485/broadcast/5610_509ca8a3ee7a4640b47f43895dcfdfd0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624485/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:54.760000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-19T17:42:06Z",
            "updatedTime": "2018-11-10T18:29:28.456658Z",
            "uploadedTime": "2011-05-19T17:42:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624485/theora/5610_154722063ecd4f049011896dcd20655a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624485/large_thumb/large.jpg"
        },
        {
            "id": 624486,
            "name": "NM2011 - Alexander Brass Band",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624486/theora/5613_d093a93b8c234e3185e6da62ade499b8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624486/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624486/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624486/broadcast/5613_7895b939064d440b8fa4bc50e5183bc3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624486/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:00.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-05-23T06:19:49.837000Z",
            "updatedTime": "2018-11-10T18:29:28.455296Z",
            "uploadedTime": "2011-05-23T06:19:49.837000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624486/theora/5613_d093a93b8c234e3185e6da62ade499b8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624486/large_thumb/large.jpg"
        },
        {
            "id": 624488,
            "name": "NM2011 Laksevåg Musikkforening",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624488/theora/5614_17c62c29c9a841789b83cdd2367ba7f6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624488/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624488/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624488/broadcast/5614_d5f0cb46951d4ae0bc08e77bf8ef257c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624488/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:54.360000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-05-26T07:47:34.483000Z",
            "updatedTime": "2018-11-10T18:29:28.452503Z",
            "uploadedTime": "2011-05-26T07:47:34.483000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624488/theora/5614_17c62c29c9a841789b83cdd2367ba7f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624488/large_thumb/large.jpg"
        },
        {
            "id": 624489,
            "name": "22_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624489/theora/5588_ba7e5959029848dfbaddcb9abe06e0a3.ogv",
                "original": "https://upload.frikanalen.no/media/624489/original/orig_bebd4ff001b543cca746b88f2038e59d.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624489/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624489/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624489/broadcast/5588_324ae1c67b414e5184f186b56d72ca89.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624489/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:54",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-05-09T19:14:51.280000Z",
            "updatedTime": "2018-11-10T18:29:28.451127Z",
            "uploadedTime": "2011-05-09T19:14:51.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624489/theora/5588_ba7e5959029848dfbaddcb9abe06e0a3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624489/large_thumb/large.jpg"
        },
        {
            "id": 624490,
            "name": "21_11 østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624490/theora/5587_622530d87f5a487fbf56d5f91f66b957.ogv",
                "original": "https://upload.frikanalen.no/media/624490/original/orig_d066c63b194f4b058744488d4bd7af1e.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624490/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624490/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624490/broadcast/5587_0f748bcf9754417dbb9c8bb4b0eeb759.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624490/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:25",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-05-09T19:10:36.290000Z",
            "updatedTime": "2018-11-10T18:29:28.449736Z",
            "uploadedTime": "2011-05-09T19:10:36.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624490/theora/5587_622530d87f5a487fbf56d5f91f66b957.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624490/large_thumb/large.jpg"
        },
        {
            "id": 624491,
            "name": "Miksing av video med dvswitch",
            "header": "Dvswitch er fri programvare som benyttes av bl.a. NUUG til live-videomiksing av opptak. Programvaren muligjør flerkameraproduksjon i \"realtime\" med minimale kostnader til utstyr og ingen kostnader til lisenser. Hans Petter Fjeld fra NUUG demonstrerer bruk av programmet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624491/theora/5618_5ac56d9318414cfd934e217268ac164b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624491/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624491/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624491/broadcast/5618_5ac56d9318414cfd934e217268ac164b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624491/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:32.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-05-30T15:51:55.460000Z",
            "updatedTime": "2018-11-10T18:29:28.448348Z",
            "uploadedTime": "2011-05-30T15:51:55.460000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624491/theora/5618_5ac56d9318414cfd934e217268ac164b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624491/large_thumb/large.jpg"
        },
        {
            "id": 624492,
            "name": "Utrop TV - Studio7",
            "header": "Studiodebatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624492/theora/orig_18e78492bd534caca502c351e2e1a479.ogv",
                "original": "https://upload.frikanalen.no/media/624492/original/orig_18e78492bd534caca502c351e2e1a479.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624492/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624492/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624492/broadcast/5447_8c7cb94e276846aba9b455f763efeabc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624492/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:31.920000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-14T13:23:07.587000Z",
            "updatedTime": "2018-11-10T18:29:28.446977Z",
            "uploadedTime": "2011-03-14T13:23:07.587000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624492/theora/orig_18e78492bd534caca502c351e2e1a479.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624492/large_thumb/large.jpg"
        },
        {
            "id": 624493,
            "name": "FiksGataMi - historie og tekno",
            "header": "FiksGataMi er en tjeneste for borgerne i Norge for å synliggjøre problemer med offentlig infrastruktur, og gjøre det enkelt for innbyggerne å melde fra om slike problemer til offentlig myndighet. Presentasjonen vil fortelle litt om historien bak NUUG-prosjektet, hvordan systemet fungerer, og hvilke muligheter som finnes for å analysere og visualisere problemrapportene som er registrert i FiksGataMi.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624493/theora/5617_2bcd60c5e399404f86f983e61e6d0465.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624493/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624493/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624493/broadcast/5617_44afc80d9e9d40e68154aea1ea5da24d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624493/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:08.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-05-30T14:34:53Z",
            "updatedTime": "2018-11-10T18:29:28.445618Z",
            "uploadedTime": "2011-05-30T14:34:53Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624493/theora/5617_2bcd60c5e399404f86f983e61e6d0465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624493/large_thumb/large.jpg"
        },
        {
            "id": 624494,
            "name": "Den norske kirke i eksil nr 87",
            "header": "Bønn er viktig for kristenliv.Ludvig underviser hva Bønn er i Guds øyne.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624494/theora/orig_23f0a36165f14f55b57a5ac6eaf596e1.ogv",
                "original": "https://upload.frikanalen.no/media/624494/original/orig_23f0a36165f14f55b57a5ac6eaf596e1.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624494/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624494/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624494/broadcast/5622_8ae3fec444424256a61d3898b182154b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624494/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:52.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-30T21:09:19.383000Z",
            "updatedTime": "2018-11-10T18:29:28.444258Z",
            "uploadedTime": "2011-05-30T21:09:19.383000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624494/theora/orig_23f0a36165f14f55b57a5ac6eaf596e1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624494/large_thumb/large.jpg"
        },
        {
            "id": 624496,
            "name": "Frikanalen-årsmøte 2011 - Teksting",
            "header": "Video med utenlandsk tale må tekstes for å sendes på Frikanalen. Jarle Bjørgeengen deler erfaringer med metoder for innbrenning av tekst, normalisering av lyd, lage introskjerm og outroskjerm m.m",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624496/theora/5623_b0f056a677664d70a8a1a91fae50e530.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624496/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624496/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624496/broadcast/5623_ab3c2877c1cf4bfa8b4882db20e1e3ca.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624496/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:20.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-05-31T07:00:57Z",
            "updatedTime": "2018-11-10T18:29:28.442873Z",
            "uploadedTime": "2011-05-31T07:00:57Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624496/theora/5623_b0f056a677664d70a8a1a91fae50e530.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624496/large_thumb/large.jpg"
        },
        {
            "id": 624497,
            "name": "Frikanalen-årsmøte 2011 - Intro av TV8",
            "header": "Introduksjon av TV8 med hensyn på et mulig samarbeid med Frikanalen.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624497/theora/5619_4e2345b786624211adb5b556e309c4a6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624497/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624497/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624497/broadcast/5619_8372ee16214b484fa44a816b70398140.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624497/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:17:49.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-05-30T16:15:54Z",
            "updatedTime": "2018-11-10T18:29:28.441490Z",
            "uploadedTime": "2011-05-30T16:15:54Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624497/theora/5619_4e2345b786624211adb5b556e309c4a6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624497/large_thumb/large.jpg"
        },
        {
            "id": 624499,
            "name": "Utrop TV - Studio8",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624499/theora/5624_057914d99d134776bba5963d9cefc558.ogv",
                "original": "https://upload.frikanalen.no/media/624499/original/orig_c7db06d0b832428996d5c77e27721108.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624499/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624499/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624499/broadcast/5624_dca50875a75a40998e8ecf49f82f8187.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624499/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:06.690000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-06-01T13:42:10.110000Z",
            "updatedTime": "2018-11-10T18:29:28.438709Z",
            "uploadedTime": "2011-06-01T13:42:10.110000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624499/theora/5624_057914d99d134776bba5963d9cefc558.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624499/large_thumb/large.jpg"
        },
        {
            "id": 624500,
            "name": "NM2011 - Mus. Gjallarhorn",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624500/theora/5615_ab278951476b4a469e268ea1d1ed64f3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624500/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624500/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624500/broadcast/5615_567bd705365447a882088659cf908754.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624500/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:39.990000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-05-30T06:32:41.363000Z",
            "updatedTime": "2018-11-10T18:29:28.437356Z",
            "uploadedTime": "2011-05-30T06:32:41.363000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624500/theora/5615_ab278951476b4a469e268ea1d1ed64f3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624500/large_thumb/large.jpg"
        },
        {
            "id": 624501,
            "name": "NM2011 - Jaren Hornm.forening",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624501/theora/5616_f0122b4af40342c8886cfecd2c64ae26.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624501/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624501/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624501/broadcast/5616_ce533469fb2641678d4c5ae3dfcc710c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624501/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:59.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-05-30T06:35:14.243000Z",
            "updatedTime": "2018-11-10T18:29:28.436012Z",
            "uploadedTime": "2011-05-30T06:35:14.243000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624501/theora/5616_f0122b4af40342c8886cfecd2c64ae26.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624501/large_thumb/large.jpg"
        },
        {
            "id": 624507,
            "name": "Frikanalen-årsmøte 2011 - Musikk-korps",
            "header": "For Norges Musikk-korps Forbund er Frikanalen blitt en viktig distribusjonskanal. Randi Kvinge oppsummerer.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624507/theora/5629_53b177e347434472801d16e974c6d722.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624507/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624507/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624507/broadcast/5629_53b177e347434472801d16e974c6d722.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624507/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:05.520000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-06-08T14:52:46Z",
            "updatedTime": "2018-11-10T18:29:28.428844Z",
            "uploadedTime": "2011-06-08T14:52:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624507/theora/5629_53b177e347434472801d16e974c6d722.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624507/large_thumb/large.jpg"
        },
        {
            "id": 624508,
            "name": "23_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624508/theora/5589_c10d8a6025fa406a928adb38f1888848.ogv",
                "original": "https://upload.frikanalen.no/media/624508/original/orig_2155bf38fe8d473e8282fda1f47f0bcd.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624508/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624508/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624508/broadcast/5589_ffe1d28ccd73455494413d118ffac69a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624508/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-05-09T19:16:05.420000Z",
            "updatedTime": "2018-11-10T18:29:28.427480Z",
            "uploadedTime": "2011-05-09T19:16:05.420000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624508/theora/5589_c10d8a6025fa406a928adb38f1888848.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624508/large_thumb/large.jpg"
        },
        {
            "id": 624509,
            "name": "Den norske kirke i eksil 88",
            "header": "Hva vet du om den Hellige Ånd? Han er viktig for vårt kristenliv.\nVi tar sommerferie fra 10 juli.\nNeste gudstjeneste er 21 august 2011\nGod sommer til alle.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624509/theora/orig_6b825b59cf0b494a9f9f333f25d48e17.ogv",
                "original": "https://upload.frikanalen.no/media/624509/original/orig_6b825b59cf0b494a9f9f333f25d48e17.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624509/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624509/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624509/broadcast/5630_13f972d089ce4ed08ecf4bdddfca89a7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624509/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:13.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-06-13T22:25:48.410000Z",
            "updatedTime": "2018-11-10T18:29:28.426106Z",
            "uploadedTime": "2011-06-13T22:25:48.410000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624509/theora/orig_6b825b59cf0b494a9f9f333f25d48e17.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624509/large_thumb/large.jpg"
        },
        {
            "id": 624510,
            "name": "24_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624510/theora/5590_7b33a5e455a84eb5afce902e1502965e.ogv",
                "original": "https://upload.frikanalen.no/media/624510/original/orig_26f7630404dd491f9b7a5bd8cfbb477d.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624510/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624510/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624510/broadcast/5590_a8cb70f9d3eb4edd8f027a37473a1c1a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624510/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-05-09T19:17:14.390000Z",
            "updatedTime": "2018-11-10T18:29:28.424698Z",
            "uploadedTime": "2011-05-09T19:17:14.390000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624510/theora/5590_7b33a5e455a84eb5afce902e1502965e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624510/large_thumb/large.jpg"
        },
        {
            "id": 624513,
            "name": "NM2011 - Sørum Musikklag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624513/theora/5632_540a8678dec04eb4ad170eb4b4f812b6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624513/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624513/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624513/broadcast/5632_006beb0cd94a4c34bd4ae8b78f16b1bf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624513/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:24.090000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-06-27T17:27:38.407000Z",
            "updatedTime": "2018-11-10T18:29:28.420554Z",
            "uploadedTime": "2011-06-27T17:27:38.407000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624513/theora/5632_540a8678dec04eb4ad170eb4b4f812b6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624513/large_thumb/large.jpg"
        },
        {
            "id": 624515,
            "name": "Nådegavetesten Åpning",
            "header": "Mennesker har forskjellige nådegaver. Mai-Britt Kendel har med seg Harald Giesebrecht og unge mennesker i studio som prøver å finne sine egne nådegaver.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624515/theora/orig_a1ad8657078c4444bc15f65e5097076d.ogv",
                "original": "https://upload.frikanalen.no/media/624515/original/orig_a1ad8657078c4444bc15f65e5097076d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624515/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624515/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624515/broadcast/5638_b09b8c57bf4642fe823a91e3bdeb5a83.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624515/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-06-28T07:29:19.350000Z",
            "updatedTime": "2018-11-10T18:29:28.419158Z",
            "uploadedTime": "2011-06-28T07:29:19.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624515/theora/orig_a1ad8657078c4444bc15f65e5097076d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624515/large_thumb/large.jpg"
        },
        {
            "id": 624516,
            "name": "Nådegavetesten Kariannne Ole_A",
            "header": "Mennesker har forskjellige nådegaver. Mai-Britt Kendel har med seg Harald Giesebrecht og unge mennesker i studio som prøver å finne sine egne nådegaver.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624516/theora/orig_a16a6b22b7d3453e956fe770a9800b06.ogv",
                "original": "https://upload.frikanalen.no/media/624516/original/orig_a16a6b22b7d3453e956fe770a9800b06.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624516/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624516/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624516/broadcast/5639_f0fa998fc5ab45d4914941377d0ed05a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624516/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-06-28T07:32:30.197000Z",
            "updatedTime": "2018-11-10T18:29:28.417794Z",
            "uploadedTime": "2011-06-28T07:32:30.197000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624516/theora/orig_a16a6b22b7d3453e956fe770a9800b06.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624516/large_thumb/large.jpg"
        },
        {
            "id": 624517,
            "name": "NM2011 - Krohnengen Brassband",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624517/theora/5673_53faf73ccbb64b8ca66d1b626a5497fe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624517/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624517/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624517/broadcast/5673_53faf73ccbb64b8ca66d1b626a5497fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624517/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:46.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T09:11:43.660000Z",
            "updatedTime": "2018-11-10T18:29:28.416450Z",
            "uploadedTime": "2011-07-02T09:11:43.660000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624517/theora/5673_53faf73ccbb64b8ca66d1b626a5497fe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624517/large_thumb/large.jpg"
        },
        {
            "id": 624518,
            "name": "NM2011 - Sandefjord Brass Symposium",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624518/theora/5674_e1420940ce3143908c0826d86cdc7768.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624518/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624518/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624518/broadcast/5674_3e8f59e4e6c34769bbdf695a16eda1b7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624518/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:46.530000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-02T09:18:56Z",
            "updatedTime": "2018-11-10T18:29:28.415034Z",
            "uploadedTime": "2011-07-02T09:18:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624518/theora/5674_e1420940ce3143908c0826d86cdc7768.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624518/large_thumb/large.jpg"
        },
        {
            "id": 624519,
            "name": "NM2011 - Stavanger Brassband",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624519/theora/5675_7c999398ced74cb482f5652f7fa9d710.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624519/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624519/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624519/broadcast/5675_28e822b1edfa4267a3fec292520cd269.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624519/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:46.530000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T09:58:33.220000Z",
            "updatedTime": "2018-11-10T18:29:28.413555Z",
            "uploadedTime": "2011-07-02T09:58:33.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624519/theora/5675_7c999398ced74cb482f5652f7fa9d710.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624519/large_thumb/large.jpg"
        },
        {
            "id": 624520,
            "name": "NM2011 - Manger Musikklag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624520/theora/5676_435b7f7eb49c4967a445cfa46eab70a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624520/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624520/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624520/broadcast/5676_435b7f7eb49c4967a445cfa46eab70a5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624520/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:07.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-02T10:02:42.303000Z",
            "updatedTime": "2018-11-10T18:29:28.412198Z",
            "uploadedTime": "2011-07-02T10:02:42.303000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624520/theora/5676_435b7f7eb49c4967a445cfa46eab70a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624520/large_thumb/large.jpg"
        },
        {
            "id": 624521,
            "name": "NM2011 - Sola Brassband",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624521/theora/5678_c5cbb5986c554b69aad98e9370444631.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624521/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624521/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624521/broadcast/5678_25aac2eda55a459182b9aee06bfd0250.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624521/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:57.810000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T10:16:27.647000Z",
            "updatedTime": "2018-11-10T18:29:28.410813Z",
            "uploadedTime": "2011-07-02T10:16:27.647000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624521/theora/5678_c5cbb5986c554b69aad98e9370444631.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624521/large_thumb/large.jpg"
        },
        {
            "id": 624522,
            "name": "NM2011 - Eikanger-Bjørsvik M.",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624522/theora/5677_20015393cec045b499ef926335704502.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624522/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624522/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624522/broadcast/5677_d50085797ebc4871aa837d8019631908.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624522/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:23.980000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T10:11:58.127000Z",
            "updatedTime": "2018-11-10T18:29:28.409472Z",
            "uploadedTime": "2011-07-02T10:11:58.127000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624522/theora/5677_20015393cec045b499ef926335704502.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624522/large_thumb/large.jpg"
        },
        {
            "id": 624523,
            "name": "NM2011 - Oslofjord Brass",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624523/theora/5679_e62ec183204249639b9f57654b49a9b6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624523/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624523/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624523/broadcast/5679_994b54785c8947e2a467042a8ba6ef9d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624523/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:00.050000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T10:19:35.027000Z",
            "updatedTime": "2018-11-10T18:29:28.408086Z",
            "uploadedTime": "2011-07-02T10:19:35.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624523/theora/5679_e62ec183204249639b9f57654b49a9b6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624523/large_thumb/large.jpg"
        },
        {
            "id": 624525,
            "name": "Nådegavetesten Silje Karen",
            "header": "Mennesker har forskjellige nådegaver. Mai-Britt Kendel har med seg Harald Giesebrecht og unge mennesker i studio som prøver å finne sine egne nådegaver.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624525/theora/orig_f69952e28b274be484d49c552a4d29d6.ogv",
                "original": "https://upload.frikanalen.no/media/624525/original/orig_f69952e28b274be484d49c552a4d29d6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624525/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624525/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624525/broadcast/5640_ef8ed0f3e24b4c73900ca61847469d1a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624525/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-06-28T07:34:33.073000Z",
            "updatedTime": "2018-11-10T18:29:28.405393Z",
            "uploadedTime": "2011-06-28T07:34:33.073000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624525/theora/orig_f69952e28b274be484d49c552a4d29d6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624525/large_thumb/large.jpg"
        },
        {
            "id": 624526,
            "name": "Nådegavetesten Vårinn Gjermunn",
            "header": "Programleder Mai-Britt Kendel søker i samarbeid med Harald Giesebrecht å finne ungdommers nådegaver.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624526/theora/orig_b6658a64b50c450f8ac4ecdc34d14248.ogv",
                "original": "https://upload.frikanalen.no/media/624526/original/orig_b6658a64b50c450f8ac4ecdc34d14248.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624526/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624526/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624526/broadcast/5643_39724a2fa1554b26bf2f6f70cb497483.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624526/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:19:34.743000Z",
            "updatedTime": "2018-11-10T18:29:28.404058Z",
            "uploadedTime": "2011-07-01T14:19:34.743000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624526/theora/orig_b6658a64b50c450f8ac4ecdc34d14248.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624526/large_thumb/large.jpg"
        },
        {
            "id": 624527,
            "name": "Nådegavetesten Synne Torbjørn",
            "header": "Mennesker har forskjellige nådegaver. Mai-Britt Kendel har med seg Harald Giesebrecht og unge mennesker i studio som prøver å finne sine egne nådegaver.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624527/theora/orig_30ccb872d6c84f0eb52de0838076b904.ogv",
                "original": "https://upload.frikanalen.no/media/624527/original/orig_30ccb872d6c84f0eb52de0838076b904.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624527/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624527/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624527/broadcast/5641_176591ab30034e70a12beebf126b5460.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624527/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-06-28T07:37:00.763000Z",
            "updatedTime": "2018-11-10T18:29:28.402674Z",
            "uploadedTime": "2011-06-28T07:37:00.763000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624527/theora/orig_30ccb872d6c84f0eb52de0838076b904.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624527/large_thumb/large.jpg"
        },
        {
            "id": 624528,
            "name": "Bibelstudier 01 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624528/theora/orig_835efc3a6d354fdab56236188714ed9f.ogv",
                "original": "https://upload.frikanalen.no/media/624528/original/orig_835efc3a6d354fdab56236188714ed9f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624528/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624528/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624528/broadcast/5645_347977b400d24d23aff69874ee7d6834.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624528/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:34:08.967000Z",
            "updatedTime": "2018-11-10T18:29:28.401323Z",
            "uploadedTime": "2011-07-01T14:34:08.967000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624528/theora/orig_835efc3a6d354fdab56236188714ed9f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624528/large_thumb/large.jpg"
        },
        {
            "id": 624529,
            "name": "Nådegavetesten avsluttning",
            "header": "Programleder Mai-Britt Kendel søker i samarbeid med Harald Giesebrecht å finne ungdommers nådegaver.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624529/theora/orig_a958937f9bcd4461a60220547982d1a6.ogv",
                "original": "https://upload.frikanalen.no/media/624529/original/orig_a958937f9bcd4461a60220547982d1a6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624529/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624529/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624529/broadcast/5644_4799564d554e4c48b6943f7c02265b63.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624529/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:21:44.590000Z",
            "updatedTime": "2018-11-10T18:29:28.399967Z",
            "uploadedTime": "2011-07-01T14:21:44.590000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624529/theora/orig_a958937f9bcd4461a60220547982d1a6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624529/large_thumb/large.jpg"
        },
        {
            "id": 624530,
            "name": "Bibelstudier 03 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624530/theora/orig_364343f53b514ddaa1f42e073c66053f.ogv",
                "original": "https://upload.frikanalen.no/media/624530/original/orig_364343f53b514ddaa1f42e073c66053f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624530/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624530/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624530/broadcast/5648_a2de005c27b04a2d9489e8079f6d8719.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624530/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:18",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:39:04.223000Z",
            "updatedTime": "2018-11-10T18:29:28.398551Z",
            "uploadedTime": "2011-07-01T14:39:04.223000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624530/theora/orig_364343f53b514ddaa1f42e073c66053f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624530/large_thumb/large.jpg"
        },
        {
            "id": 624531,
            "name": "Bibelstudier 02 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624531/theora/orig_e03fb3472f11431296d7c379f0b3baad.ogv",
                "original": "https://upload.frikanalen.no/media/624531/original/orig_e03fb3472f11431296d7c379f0b3baad.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624531/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624531/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624531/broadcast/5647_ba6fdad93b1b4451b5de0ee49b703769.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624531/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:37:15.767000Z",
            "updatedTime": "2018-11-10T18:29:28.397184Z",
            "uploadedTime": "2011-07-01T14:37:15.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624531/theora/orig_e03fb3472f11431296d7c379f0b3baad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624531/large_thumb/large.jpg"
        },
        {
            "id": 624532,
            "name": "Bibelstudier 04 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624532/theora/orig_5dbaa2232c2c4fd79623722b488fc7e0.ogv",
                "original": "https://upload.frikanalen.no/media/624532/original/orig_5dbaa2232c2c4fd79623722b488fc7e0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624532/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624532/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624532/broadcast/5649_83b700450a3e468b9b5a7b210b0aa833.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624532/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:40:49.773000Z",
            "updatedTime": "2018-11-10T18:29:28.395841Z",
            "uploadedTime": "2011-07-01T14:40:49.773000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624532/theora/orig_5dbaa2232c2c4fd79623722b488fc7e0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624532/large_thumb/large.jpg"
        },
        {
            "id": 624533,
            "name": "Bibelstudier 05 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624533/theora/orig_33cfe90721474c97a23bf2adf2156e02.ogv",
                "original": "https://upload.frikanalen.no/media/624533/original/orig_33cfe90721474c97a23bf2adf2156e02.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624533/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624533/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624533/broadcast/5650_aae17441517a4e5f9db908bfa16ee104.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624533/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:43:09.180000Z",
            "updatedTime": "2018-11-10T18:29:28.394454Z",
            "uploadedTime": "2011-07-01T14:43:09.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624533/theora/orig_33cfe90721474c97a23bf2adf2156e02.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624533/large_thumb/large.jpg"
        },
        {
            "id": 624534,
            "name": "Bibelstudier 06 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624534/theora/orig_2a25df877397421cb9267f2d32e9c755.ogv",
                "original": "https://upload.frikanalen.no/media/624534/original/orig_2a25df877397421cb9267f2d32e9c755.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624534/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624534/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624534/broadcast/5651_9f90294d91354a24a9924051dd81dac0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624534/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:46:09.230000Z",
            "updatedTime": "2018-11-10T18:29:28.393094Z",
            "uploadedTime": "2011-07-01T14:46:09.230000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624534/theora/orig_2a25df877397421cb9267f2d32e9c755.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624534/large_thumb/large.jpg"
        },
        {
            "id": 624535,
            "name": "Allsang fra Fredsri Morokulien",
            "header": "Programmet er ett opptak fra en allsangskonsert foreningen holdt på Morokulien den 16. juli i år. Bosse Grevinger og  Dhan Hector,spiller og synger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624535/theora/orig_b2d5f83f95e6461fa6907a11ebcd807e.ogv",
                "original": "https://upload.frikanalen.no/media/624535/original/orig_b2d5f83f95e6461fa6907a11ebcd807e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624535/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624535/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624535/broadcast/5696_12a2785657ed4fa4b595f99dac7f856c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624535/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:28.440000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-08-02T11:26:18.620000Z",
            "updatedTime": "2018-11-10T18:29:28.391686Z",
            "uploadedTime": "2011-08-02T11:26:18.620000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624535/theora/orig_b2d5f83f95e6461fa6907a11ebcd807e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624535/large_thumb/large.jpg"
        },
        {
            "id": 624536,
            "name": "Allsang fra Morokulien Del 2",
            "header": "Programmet er del 2 av ett opptak fra allsangkonserten Foreningen ckms tv, hadde på Morokulien den 16. Juli 2011, med Bosse Grevinger og Dhan Hector",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624536/theora/orig_46e5106c3a13404fa65b3f1f2bbe5bc8.ogv",
                "original": "https://upload.frikanalen.no/media/624536/original/orig_46e5106c3a13404fa65b3f1f2bbe5bc8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624536/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624536/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624536/broadcast/5699_002085ca0ed641b89e351e0c75b0617e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624536/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:07.240000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-08-03T07:44:47.967000Z",
            "updatedTime": "2018-11-10T18:29:28.390081Z",
            "uploadedTime": "2011-08-03T07:44:47.967000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624536/theora/orig_46e5106c3a13404fa65b3f1f2bbe5bc8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624536/large_thumb/large.jpg"
        },
        {
            "id": 624541,
            "name": "34_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624541/theora/5705_e478cc9c979b40ee9d31905f12496d46.ogv",
                "original": "https://upload.frikanalen.no/media/624541/original/orig_c2b939d91c9b4614b717ced56fea7594.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624541/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624541/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624541/broadcast/5705_729005913b0e448f87c318066bf53e71.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624541/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-08-18T08:44:47.750000Z",
            "updatedTime": "2018-11-10T18:29:28.383240Z",
            "uploadedTime": "2011-08-18T08:44:47.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624541/theora/5705_e478cc9c979b40ee9d31905f12496d46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624541/large_thumb/large.jpg"
        },
        {
            "id": 624542,
            "name": "Hælse & Kællan 201100907",
            "header": "Helse med Eva Britt Fjäldberg följd av  Källan med Carl Henrik Karrlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624542/theora/5712_0bd1cf9f2ddd4684ab7394807bac9ce9.ogv",
                "original": "https://upload.frikanalen.no/media/624542/original/orig_7bb6346073cd40418d8486cd25a18676.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624542/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624542/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624542/broadcast/5712_d4624faec3a340599a47664c5d421c4a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624542/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-08-18T12:17:01.597000Z",
            "updatedTime": "2018-11-10T18:29:28.381883Z",
            "uploadedTime": "2011-08-18T12:17:01.597000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624542/theora/5712_0bd1cf9f2ddd4684ab7394807bac9ce9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624542/large_thumb/large.jpg"
        }
    ]
}