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

{
    "count": 3452,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3300&ordering=-header",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3200&ordering=-header",
    "results": [
        {
            "id": 623121,
            "name": "Talentfabrikken uke 40",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623121/theora/2852_bbf4c34585cf485190dba6d252c1af7f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623121/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623121/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623121/broadcast/2852_c0810571298a45978673303b0428505d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623121/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:25.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-15T22:09:37.980000Z",
            "updatedTime": "2018-11-10T18:29:30.196775Z",
            "uploadedTime": "2009-05-15T22:09:37.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623121/theora/2852_bbf4c34585cf485190dba6d252c1af7f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623121/large_thumb/large.jpg"
        },
        {
            "id": 625267,
            "name": "Empo TV - del 178",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625267/theora/Empo-140417.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625267/small_thumb/Empo-140417.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625267/large_thumb/Empo-140417.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625267/broadcast/Empo-140417.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:49:23Z",
            "updatedTime": "2020-08-30T19:25:32.212060Z",
            "uploadedTime": "2014-05-05T06:49:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625267/theora/Empo-140417.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625267/large_thumb/Empo-140417.jpg"
        },
        {
            "id": 625268,
            "name": "Empo TV - del 179",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625268/theora/Empo-140424.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625268/large_thumb/Empo-140424.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625268/small_thumb/Empo-140424.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625268/broadcast/Empo-140424.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:24:10.480000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:51:45Z",
            "updatedTime": "2020-08-30T19:25:15.884150Z",
            "uploadedTime": "2014-05-05T06:51:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625268/theora/Empo-140424.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625268/large_thumb/Empo-140424.jpg"
        },
        {
            "id": 625269,
            "name": "Empo TV - del 181",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625269/theora/Empo-140501.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625269/small_thumb/Empo-140501.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625269/large_thumb/Empo-140501.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625269/broadcast/Empo-140501.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:32.520000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:51:27Z",
            "updatedTime": "2020-08-30T19:25:03.601832Z",
            "uploadedTime": "2014-05-05T06:51:28Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625269/theora/Empo-140501.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625269/large_thumb/Empo-140501.jpg"
        },
        {
            "id": 623129,
            "name": "Sindre Blostropmoen Mølmen",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623129/theora/3534_6463d47987604efc9fc73aa625a70bef.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623129/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623129/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623129/broadcast/3534_951e1ef54ae440f59342d36dc2d0a4e3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623129/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:10:25.200000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-02T08:08:50Z",
            "updatedTime": "2018-11-10T18:29:30.186827Z",
            "uploadedTime": "2009-10-02T08:08:50Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623129/theora/3534_6463d47987604efc9fc73aa625a70bef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623129/large_thumb/large.jpg"
        },
        {
            "id": 622423,
            "name": "Ekstremsport 2005 base",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622423/theora/1930_64a5cff2302d4ba597de3907c11fcb0b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622423/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622423/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622423/broadcast/orig_Ekstremsportveko 2005 base.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622423/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:23.870000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T08:10:00Z",
            "updatedTime": "2018-11-10T18:29:30.743652Z",
            "uploadedTime": "2009-01-02T08:10:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622423/theora/1930_64a5cff2302d4ba597de3907c11fcb0b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622423/large_thumb/large.jpg"
        },
        {
            "id": 622422,
            "name": "Ekstremsport 2005 skydiving",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622422/theora/1755_2d7434de3e044d9e9b0e2a9b449a445d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622422/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622422/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622422/broadcast/orig_Ekstremsportveko 2005 skydiving.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622422/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:21.920000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:15:00Z",
            "updatedTime": "2018-11-10T18:29:30.745021Z",
            "uploadedTime": "2009-01-02T05:15:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622422/theora/1755_2d7434de3e044d9e9b0e2a9b449a445d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622422/large_thumb/large.jpg"
        },
        {
            "id": 622421,
            "name": "Ekstremsport 2005 ski",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622421/theora/1753_eaf6c5a8be284991b1927beac0be0909.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622421/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622421/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622421/broadcast/orig_Ekstremsportveko 2005 ski.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622421/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:07.960000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:13:00Z",
            "updatedTime": "2018-11-10T18:29:30.746381Z",
            "uploadedTime": "2009-01-02T05:13:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622421/theora/1753_eaf6c5a8be284991b1927beac0be0909.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622421/large_thumb/large.jpg"
        },
        {
            "id": 622420,
            "name": "Ekstremsport 2005 paragliding3",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622420/theora/1749_cb0c2ab25c294d25b374b31a53b0d0eb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622420/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622420/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622420/broadcast/orig_Ekstremsportveko 2005 paragliding3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622420/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:43.440000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:09:00Z",
            "updatedTime": "2018-11-10T18:29:30.747751Z",
            "uploadedTime": "2009-01-02T05:09:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622420/theora/1749_cb0c2ab25c294d25b374b31a53b0d0eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622420/large_thumb/large.jpg"
        },
        {
            "id": 622419,
            "name": "Ekstremsport 2005 longboard",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622419/theora/1745_e8a37ddb50d14cbbbb744946b5b75569.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622419/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622419/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622419/broadcast/orig_Ekstremsportveko 2005 longboard.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622419/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:01.520000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:05:00Z",
            "updatedTime": "2018-11-10T18:29:30.749091Z",
            "uploadedTime": "2009-01-02T05:05:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622419/theora/1745_e8a37ddb50d14cbbbb744946b5b75569.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622419/large_thumb/large.jpg"
        },
        {
            "id": 622418,
            "name": "Ekstremsport 2005 kayak2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622418/theora/1740_f3b09bb20e2d40a98060f15de5d89f70.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622418/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622418/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622418/broadcast/orig_Ekstremsportveko 2005 kayak2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622418/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:09.560000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:00:00Z",
            "updatedTime": "2018-11-10T18:29:30.750438Z",
            "uploadedTime": "2009-01-02T05:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622418/theora/1740_f3b09bb20e2d40a98060f15de5d89f70.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622418/large_thumb/large.jpg"
        },
        {
            "id": 622417,
            "name": "Ekstremsport 2005 kayak4",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622417/theora/1738_bbc6553e88eb44768342dc4d2ec31867.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622417/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622417/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622417/broadcast/orig_Ekstremsportveko 2005 kayak 4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622417/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:46.240000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:58:00Z",
            "updatedTime": "2018-11-10T18:29:30.751814Z",
            "uploadedTime": "2009-01-02T04:58:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622417/theora/1738_bbc6553e88eb44768342dc4d2ec31867.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622417/large_thumb/large.jpg"
        },
        {
            "id": 622416,
            "name": "Ekstremsportveko 2008 del 5",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622416/theora/1727_384cc1ac1d5042fa8bee91297545c4dc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622416/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622416/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622416/broadcast/orig_Ekstremsportveko 2008 del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622416/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:32.280000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:47:00Z",
            "updatedTime": "2018-11-10T18:29:30.753307Z",
            "uploadedTime": "2009-01-02T04:47:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622416/theora/1727_384cc1ac1d5042fa8bee91297545c4dc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622416/large_thumb/large.jpg"
        },
        {
            "id": 622415,
            "name": "Ekstremsportveko 2006 del 7",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622415/theora/1720_6ec58103293e4b81a14b6dc2089bda5d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622415/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622415/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622415/broadcast/orig_Ekstremsportveko 2006 del 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622415/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:19:34.040000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:40:00Z",
            "updatedTime": "2018-11-10T18:29:30.755194Z",
            "uploadedTime": "2009-01-02T04:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622415/theora/1720_6ec58103293e4b81a14b6dc2089bda5d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622415/large_thumb/large.jpg"
        },
        {
            "id": 622414,
            "name": "Ekstremsportveko 2006 del 3",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622414/theora/1716_577ca43fcf284140be24abe3b8092aff.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622414/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622414/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622414/broadcast/orig_Ekstremsportveko 2006 del 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622414/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:13:07.400000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:36:00Z",
            "updatedTime": "2018-11-10T18:29:30.756794Z",
            "uploadedTime": "2009-01-02T04:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622414/theora/1716_577ca43fcf284140be24abe3b8092aff.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622414/large_thumb/large.jpg"
        },
        {
            "id": 622412,
            "name": "Ekstremjazz",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622412/theora/1698_30f5e6312912420db257eff2071ac512.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622412/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622412/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622412/broadcast/orig_Ekstremjazz - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622412/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:08:08.200000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:18:00Z",
            "updatedTime": "2018-11-10T18:29:30.759709Z",
            "uploadedTime": "2009-01-02T04:18:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622412/theora/1698_30f5e6312912420db257eff2071ac512.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622412/large_thumb/large.jpg"
        },
        {
            "id": 625271,
            "name": "Empo TV - del 183",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625271/theora/Empo-140515NY.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625271/small_thumb/Empo-140515NY.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625271/large_thumb/Empo-140515NY.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625271/broadcast/Empo-140515NY.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:12:32.440000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-15T13:13:55Z",
            "updatedTime": "2020-08-30T19:24:51.898385Z",
            "uploadedTime": "2014-05-15T13:13:57Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625271/theora/Empo-140515NY.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625271/large_thumb/Empo-140515NY.jpg"
        },
        {
            "id": 622408,
            "name": "Ekstremsport på Voss - 10 år",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622408/theora/1645_6edd2fb4959b4283b4598ff8a574e844.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622408/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622408/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622408/broadcast/orig_Ekstremsportveko - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622408/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:38.470000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:25:00Z",
            "updatedTime": "2018-11-10T18:29:30.763810Z",
            "uploadedTime": "2009-01-02T03:25:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622408/theora/1645_6edd2fb4959b4283b4598ff8a574e844.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622408/large_thumb/large.jpg"
        },
        {
            "id": 623130,
            "name": "Soran Lind",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623130/theora/3535_4caa2061c4534c0287e861925709e509.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623130/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623130/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623130/broadcast/3535_ebd72a9c697e401784d8db40db30c010.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623130/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:03:33.800000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-02T11:13:24Z",
            "updatedTime": "2018-11-10T18:29:30.185493Z",
            "uploadedTime": "2009-10-02T11:13:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623130/theora/3535_4caa2061c4534c0287e861925709e509.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623130/large_thumb/large.jpg"
        },
        {
            "id": 622405,
            "name": "Musikk: Nattdikt",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622405/theora/1295_f583c12e0c9b4e9bb0d7af67a7357d62.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622405/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622405/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622405/broadcast/orig_Tore Sognefest - Nattdikt.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622405/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:02:25",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:35:00Z",
            "updatedTime": "2018-11-10T18:29:30.766587Z",
            "uploadedTime": "2009-01-01T21:35:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622405/theora/1295_f583c12e0c9b4e9bb0d7af67a7357d62.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622405/large_thumb/large.jpg"
        },
        {
            "id": 622404,
            "name": "Musikk: I'did Nefesh",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622404/theora/1293_9123c84cadc0409995e16a25724c02ed.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622404/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622404/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622404/broadcast/orig_Terje og Sidsel Dahl - I'did Nefesh.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622404/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:02:38",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:33:00Z",
            "updatedTime": "2018-11-10T18:29:30.767959Z",
            "uploadedTime": "2009-01-01T21:33:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622404/theora/1293_9123c84cadc0409995e16a25724c02ed.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622404/large_thumb/large.jpg"
        },
        {
            "id": 622403,
            "name": "Musikk: Bo-I V'Shalom",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622403/theora/1291_4edfde686c084f298c67d8ad06beaa83.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622403/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622403/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622403/broadcast/orig_Terje og Sidsel Dahl - Bo-I V'Shalom.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622403/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:01:33",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:31:00Z",
            "updatedTime": "2018-11-10T18:29:30.769294Z",
            "uploadedTime": "2009-01-01T21:31:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622403/theora/1291_4edfde686c084f298c67d8ad06beaa83.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622403/large_thumb/large.jpg"
        },
        {
            "id": 622402,
            "name": "Musikk: Aushei Hageshem",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622402/theora/1290_52e266982ef745d3b064991ca3f7a6de.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622402/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622402/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622402/broadcast/orig_Terje og Sidsel Dahl - Aushei Hageshem.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622402/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:02:39",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:30:00Z",
            "updatedTime": "2018-11-10T18:29:30.770658Z",
            "uploadedTime": "2009-01-01T21:30:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622402/theora/1290_52e266982ef745d3b064991ca3f7a6de.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622402/large_thumb/large.jpg"
        },
        {
            "id": 623131,
            "name": "Tone Langsrud",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623131/theora/3536_80a06a4bcfaa41eda227226cea7d3c04.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623131/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623131/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623131/broadcast/3536_84deaa8856df4cc0a05a6b4ccea0a6b4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623131/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:09:17.640000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-02T11:53:57Z",
            "updatedTime": "2018-11-10T18:29:30.184139Z",
            "uploadedTime": "2009-10-02T11:53:57Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623131/theora/3536_80a06a4bcfaa41eda227226cea7d3c04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623131/large_thumb/large.jpg"
        },
        {
            "id": 622400,
            "name": "Musikk: Mi Haish",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622400/theora/1262_a5789b76c01449289e5dc39236492320.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622400/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622400/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622400/broadcast/orig_Terje og Sidsel Dahl - Mi Haish.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622400/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:03:21",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:02:00Z",
            "updatedTime": "2018-11-10T18:29:30.773394Z",
            "uploadedTime": "2009-01-01T21:02:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622400/theora/1262_a5789b76c01449289e5dc39236492320.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622400/large_thumb/large.jpg"
        },
        {
            "id": 622399,
            "name": "Musikk: Andantino i D-dur",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622399/theora/1257_72a019732e6d4f58843ec6688ffc488b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622399/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622399/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622399/broadcast/orig_Terje og Sidsel Dahl - Andantino i D-dur.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622399/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:03:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:57:00Z",
            "updatedTime": "2018-11-10T18:29:30.774732Z",
            "uploadedTime": "2009-01-01T20:57:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622399/theora/1257_72a019732e6d4f58843ec6688ffc488b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622399/large_thumb/large.jpg"
        },
        {
            "id": 622398,
            "name": "Musikk: Londonderry Air",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622398/theora/1243_b0fafef4340b46c6b9ee31c92e988e29.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622398/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622398/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622398/broadcast/orig_Tore Sognefest - Londonderry Air.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622398/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:02:47",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:43:00Z",
            "updatedTime": "2018-11-10T18:29:30.776116Z",
            "uploadedTime": "2009-01-01T20:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622398/theora/1243_b0fafef4340b46c6b9ee31c92e988e29.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622398/large_thumb/large.jpg"
        },
        {
            "id": 622397,
            "name": "Musikk: Blott en dag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622397/theora/1239_c7bd48c1ef564eec8eebf16e1a8c0a54.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622397/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622397/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622397/broadcast/orig_Tore Sognefest - Blott en dag.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622397/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:03:07",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:39:00Z",
            "updatedTime": "2018-11-10T18:29:30.777451Z",
            "uploadedTime": "2009-01-01T20:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622397/theora/1239_c7bd48c1ef564eec8eebf16e1a8c0a54.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622397/large_thumb/large.jpg"
        },
        {
            "id": 622396,
            "name": "STV U28 Jakt",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622396/theora/934_ab49f5605de64be4a31cc9dd2154e386.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622396/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622396/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622396/broadcast/orig_STV U28 JaktNY.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622396/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:34:00Z",
            "updatedTime": "2018-11-10T18:29:30.778782Z",
            "uploadedTime": "2009-01-01T15:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622396/theora/934_ab49f5605de64be4a31cc9dd2154e386.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622396/large_thumb/large.jpg"
        },
        {
            "id": 625283,
            "name": "Empo TV - del 189",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625283/theora/Empo-140626.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625283/small_thumb/Empo-140626.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625283/large_thumb/Empo-140626.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625283/broadcast/Empo-140626.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-06-26T12:23:17Z",
            "updatedTime": "2020-08-30T19:19:30.472247Z",
            "uploadedTime": "2014-06-26T12:23:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625283/theora/Empo-140626.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625283/large_thumb/Empo-140626.jpg"
        },
        {
            "id": 622392,
            "name": "Samfunn (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622392/theora/643_11b1cbcfb6d84d78b996f3b38f9ce02d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622392/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622392/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622392/broadcast/orig_vignetter.samfunnsmessige interesseorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622392/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:43:00Z",
            "updatedTime": "2018-11-14T11:24:19.294935Z",
            "uploadedTime": "2009-01-01T10:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622392/theora/643_11b1cbcfb6d84d78b996f3b38f9ce02d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622392/large_thumb/large.jpg"
        },
        {
            "id": 622390,
            "name": "Religion (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622390/theora/637_00726e62b1b54454959187061d311ee6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622390/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622390/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622390/broadcast/orig_vignett-religion og livsyn.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622390/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:37:00Z",
            "updatedTime": "2018-11-14T11:24:32.816732Z",
            "uploadedTime": "2009-01-01T10:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622390/theora/637_00726e62b1b54454959187061d311ee6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622390/large_thumb/large.jpg"
        },
        {
            "id": 622391,
            "name": "Idrett (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622391/theora/638_1320097ea850431da66f6c777b9c2cd1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622391/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622391/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622391/broadcast/orig_vignett.idrett.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622391/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:38:00Z",
            "updatedTime": "2018-11-14T11:24:50.133847Z",
            "uploadedTime": "2009-01-01T10:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622391/theora/638_1320097ea850431da66f6c777b9c2cd1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622391/large_thumb/large.jpg"
        },
        {
            "id": 622389,
            "name": "Kultur (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622389/theora/636_309f48cc252b49c48218d786d97fb78c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622389/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622389/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622389/broadcast/orig_vignett.kultur.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622389/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:36:00Z",
            "updatedTime": "2018-11-14T11:25:02.877871Z",
            "uploadedTime": "2009-01-01T10:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622389/theora/636_309f48cc252b49c48218d786d97fb78c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622389/large_thumb/large.jpg"
        },
        {
            "id": 622394,
            "name": "Frikanalen reprisending (12-14:30)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622394/theora/646_77959c415f6c469a8472f65944e1edf1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622394/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622394/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622394/broadcast/orig_vignetter.frikanalen.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622394/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:27.800000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:46:00Z",
            "updatedTime": "2018-11-14T11:25:38.045092Z",
            "uploadedTime": "2009-01-01T10:46:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622394/theora/646_77959c415f6c469a8472f65944e1edf1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622394/large_thumb/large.jpg"
        },
        {
            "id": 623133,
            "name": "Trio Con Brio",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623133/theora/3537_7d509b7c72904e6e909cb7989a2ad27f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623133/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623133/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623133/broadcast/3537_f9f1d465f45a47cb9cd588db0922ca2f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623133/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:03:40.720000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-05T06:16:57Z",
            "updatedTime": "2018-11-10T18:29:30.181373Z",
            "uploadedTime": "2009-10-05T06:16:57Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623133/theora/3537_7d509b7c72904e6e909cb7989a2ad27f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623133/large_thumb/large.jpg"
        },
        {
            "id": 623134,
            "name": "Tubakvartett",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623134/theora/3538_9c21b219832247e8aa941346997215a2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623134/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623134/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623134/broadcast/3538_76b025ce6df44380855c6b51e7d8082d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623134/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:08:40.840000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-05T09:20:24Z",
            "updatedTime": "2018-11-10T18:29:30.180038Z",
            "uploadedTime": "2009-10-05T09:20:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623134/theora/3538_9c21b219832247e8aa941346997215a2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623134/large_thumb/large.jpg"
        },
        {
            "id": 623135,
            "name": "Lydia Hoen Tjore",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623135/theora/3540_c025d03111e94ef89a1086779b96e59c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623135/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623135/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623135/broadcast/3540_c27859366ca14ad9a859249fd07bfc27.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623135/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:04:51.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-05T11:38:04Z",
            "updatedTime": "2018-11-10T18:29:30.178660Z",
            "uploadedTime": "2009-10-05T11:38:04Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623135/theora/3540_c025d03111e94ef89a1086779b96e59c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623135/large_thumb/large.jpg"
        },
        {
            "id": 625224,
            "name": "Empo TV - del 157",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625224/small_thumb/Empo-131121.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625224/large_thumb/Empo-131121.jpg",
                "theora": "https://upload.frikanalen.no/media/625224/theora/Empo-131121.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625224/broadcast/Empo-131121.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:10:55.320000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-11-28T10:08:16Z",
            "updatedTime": "2020-08-30T19:29:28.991164Z",
            "uploadedTime": "2013-11-28T10:08:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625224/theora/Empo-131121.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625224/large_thumb/Empo-131121.jpg"
        },
        {
            "id": 625225,
            "name": "Empo TV - del 158",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625225/small_thumb/Empo-131128.jpg",
                "theora": "https://upload.frikanalen.no/media/625225/theora/Empo-131128.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625225/large_thumb/Empo-131128.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625225/broadcast/Empo-131128.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-11-28T10:10:42Z",
            "updatedTime": "2020-08-30T19:29:20.471375Z",
            "uploadedTime": "2013-11-28T10:10:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625225/theora/Empo-131128.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625225/large_thumb/Empo-131128.jpg"
        },
        {
            "id": 622382,
            "name": "Bazar på KIA-konferanse",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622382/theora/2438_9322abc699484c008d48dee41973c66f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622382/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622382/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622382/broadcast/orig_0a26b1e571b64389a2cbd4977bddac64.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622382/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:30",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:38:00Z",
            "updatedTime": "2018-11-10T18:29:30.798176Z",
            "uploadedTime": "2009-01-02T16:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622382/theora/2438_9322abc699484c008d48dee41973c66f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622382/large_thumb/large.jpg"
        },
        {
            "id": 623143,
            "name": "Hot'n Funky",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623143/theora/3559_4e116797b1e94d4d9485c10bb06c547d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623143/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623143/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623143/broadcast/3559_6be3ea592c184f48914eb1fcdab984bb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623143/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:18:26.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-10-07T06:29:55.990000Z",
            "updatedTime": "2018-11-10T18:29:30.169207Z",
            "uploadedTime": "2009-10-07T06:29:55.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623143/theora/3559_4e116797b1e94d4d9485c10bb06c547d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623143/large_thumb/large.jpg"
        },
        {
            "id": 623144,
            "name": "Veronica Stubberud",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623144/theora/3560_f675287dfdae49b8b0119e3ecf8034ee.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623144/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623144/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623144/broadcast/3560_f949b0f0e8844eb7a1052972d12dd539.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623144/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:07:15.760000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-07T12:02:53Z",
            "updatedTime": "2018-11-10T18:29:30.167867Z",
            "uploadedTime": "2009-10-07T12:02:53Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623144/theora/3560_f675287dfdae49b8b0119e3ecf8034ee.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623144/large_thumb/large.jpg"
        },
        {
            "id": 623145,
            "name": "Field Band i Norge",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623145/theora/3561_e0e3933efa174c299cdbe6f14d63fa13.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623145/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623145/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623145/broadcast/3561_dc3d06d684e04b37a789b1a99dcfa9b7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623145/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:15:30.960000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-10-07T14:01:21.340000Z",
            "updatedTime": "2018-11-10T18:29:30.166480Z",
            "uploadedTime": "2009-10-07T14:01:21.340000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623145/theora/3561_e0e3933efa174c299cdbe6f14d63fa13.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623145/large_thumb/large.jpg"
        },
        {
            "id": 624819,
            "name": "Dagen Derpå: Påskespesial",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624819/theora/6045_bd8470beba49483caa01df4964549a76.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624819/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624819/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624819/broadcast/6045_44e9d63d54904f3997d456b69d7d6148.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624819/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:12:48.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-19T20:53:15Z",
            "updatedTime": "2018-11-10T18:29:28.018920Z",
            "uploadedTime": "2012-02-19T20:53:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624819/theora/6045_bd8470beba49483caa01df4964549a76.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624819/large_thumb/large.jpg"
        },
        {
            "id": 623149,
            "name": "DRØM: Voksen skoles musikkorps",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623149/theora/3562_e4b483d19a5849ed8bd98e4d834006ee.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623149/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623149/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623149/broadcast/3562_350fe03a40d945e28f72f8691b3f57d5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623149/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:15:22.960000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-10-12T06:37:44.993000Z",
            "updatedTime": "2018-11-10T18:29:30.162393Z",
            "uploadedTime": "2009-10-12T06:37:44.993000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623149/theora/3562_e4b483d19a5849ed8bd98e4d834006ee.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623149/large_thumb/large.jpg"
        },
        {
            "id": 627968,
            "name": "Gunter Grass om krig i Midtøsten",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627968/theora/2024-11-11 12-59-44.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627968/broadcast/2024-11-11 12-59-44.dv",
                "original": "https://upload.frikanalen.no/media/627968/original/2024-11-11 12-59-44.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627968/large_thumb/2024-11-11 12-59-44.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:12:20.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-11T13:06:50.513215Z",
            "updatedTime": "2024-11-11T13:13:31.769046Z",
            "uploadedTime": "2024-11-11T13:07:51.441481Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627968/theora/2024-11-11 12-59-44.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627968/large_thumb/2024-11-11 12-59-44.jpg"
        },
        {
            "id": 623150,
            "name": "DRØM: Torskangerpoll Musikklag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623150/theora/3563_239902959dc34af6a7aaea0429f4891e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623150/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623150/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623150/broadcast/3563_64969521a8ef4fa7a9cdf0b0fc87a5be.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623150/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:14:55.600000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-10-12T10:46:58Z",
            "updatedTime": "2018-11-10T18:29:30.161050Z",
            "uploadedTime": "2009-10-12T10:46:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623150/theora/3563_239902959dc34af6a7aaea0429f4891e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623150/large_thumb/large.jpg"
        },
        {
            "id": 625179,
            "name": "Empo TV - del 136",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625179/large_thumb/Empo-130523.jpg",
                "theora": "https://upload.frikanalen.no/media/625179/theora/Empo-130523.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625179/small_thumb/Empo-130523.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625179/broadcast/Empo-130523.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-23T11:16:21Z",
            "updatedTime": "2020-08-30T19:35:12.145917Z",
            "uploadedTime": "2013-05-23T11:16:22Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625179/theora/Empo-130523.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625179/large_thumb/Empo-130523.jpg"
        },
        {
            "id": 624812,
            "name": "Dagen Derpå: Kosmorama",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624812/theora/6044_0021edfbb7244d7ea46365be47733820.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624812/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624812/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624812/broadcast/6044_0021edfbb7244d7ea46365be47733820.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624812/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-19T20:46:20Z",
            "updatedTime": "2018-11-10T18:29:28.027309Z",
            "uploadedTime": "2012-02-19T20:46:20Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624812/theora/6044_0021edfbb7244d7ea46365be47733820.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624812/large_thumb/large.jpg"
        }
    ]
}