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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3000&ordering=-id",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2900&ordering=-id",
    "results": [
        {
            "id": 622571,
            "name": "Framfylkingen",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622571/theora/orig_4aac8a31f689412c9597faefd6a6c16c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622571/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622571/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622571/broadcast/orig_4aac8a31f689412c9597faefd6a6c16c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622571/large_thumb/large.jpg"
            },
            "creator": "liv@framfylkingen.no",
            "organization": {
                "id": 69,
                "name": "Framfylkingen i Oslo",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1262,
                "editorName": "Liv Johansen",
                "editorEmail": "liv@framfylkingen.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:55.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:51:00Z",
            "updatedTime": "2018-11-10T18:29:30.538769Z",
            "uploadedTime": "2009-01-02T16:51:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622571/theora/orig_4aac8a31f689412c9597faefd6a6c16c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622571/large_thumb/large.jpg"
        },
        {
            "id": 622570,
            "name": "Møteplassen - Ærlighet 3 og 4",
            "header": "Med Johanna Engamo Kleveland og Sigmund Danielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622570/theora/2376_e0be89a7d73e421f971b7ed3c50abaf9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622570/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622570/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622570/broadcast/orig_5981bb0d16a34c86b74114fbb5497622.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622570/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:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:36:00Z",
            "updatedTime": "2018-11-10T18:29:30.540155Z",
            "uploadedTime": "2009-01-02T15:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622570/theora/2376_e0be89a7d73e421f971b7ed3c50abaf9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622570/large_thumb/large.jpg"
        },
        {
            "id": 622569,
            "name": "Synth treff",
            "header": "Dokumentar fra det andre norske analoge synthesizer treffet",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622569/theora/2361_c767a4eff6784934a830be4531b64fb6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622569/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622569/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622569/broadcast/orig_65e361c012a54c1d98d3b7b84cd2ab99.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622569/large_thumb/large.jpg"
            },
            "creator": "baard.e.winther@wintherstormer.no",
            "organization": {
                "id": 286,
                "name": "Baards kanal",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1252,
                "editorName": "Bård Eirik Winther",
                "editorEmail": "baard.e.winther@wintherstormer.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:18:07.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T15:21:00Z",
            "updatedTime": "2023-07-12T22:39:39.469543Z",
            "uploadedTime": "2009-01-02T15:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622569/theora/2361_c767a4eff6784934a830be4531b64fb6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622569/large_thumb/large.jpg"
        },
        {
            "id": 622568,
            "name": "New Life 2009 del 03",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622568/theora/2355_0a283edfdd1449fa98b32ca843e4fbbe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622568/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622568/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622568/broadcast/orig_6ef72f11c27c46a7b17e3381e4ad8879.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622568/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:42.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:15:00Z",
            "updatedTime": "2018-11-10T18:29:30.542818Z",
            "uploadedTime": "2009-01-02T15:15:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622568/theora/2355_0a283edfdd1449fa98b32ca843e4fbbe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622568/large_thumb/large.jpg"
        },
        {
            "id": 622567,
            "name": "Medieinsp. - Åpen",
            "header": "Åpne og inkluderende medier?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622567/theora/2273_fc5ebc5bdf884a5491ff34962e66845d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622567/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622567/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622567/broadcast/orig_cc421e323ed34175bfebebce2e1536d0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622567/large_thumb/large.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 93,
                "name": "Ungdom & Medier",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1112,
                "editorName": "Geir Magnus Nyborg",
                "editorEmail": "gmn@fom.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:12.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T13:53:00Z",
            "updatedTime": "2023-07-17T21:54:42.807367Z",
            "uploadedTime": "2009-01-02T13:53:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622567/theora/2273_fc5ebc5bdf884a5491ff34962e66845d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622567/large_thumb/large.jpg"
        },
        {
            "id": 622566,
            "name": "GENESIS 05",
            "header": "Det manglende \"Missing Link\"\n\nProgram 5 av 10. Er alt blitt til av seg selv? I denne serien tar programlederne Gunnar Jørgensen og Mai-Britt Kendel for seg debatten om evolusjon og skapelse?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622566/theora/2075_fb7aaf7936294acfacfb30ce42d3dee0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622566/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622566/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622566/broadcast/orig_Program 5 - Det manglende missing link.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622566/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T10:35:00Z",
            "updatedTime": "2018-11-10T18:29:30.545553Z",
            "uploadedTime": "2009-01-02T10:35:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622566/theora/2075_fb7aaf7936294acfacfb30ce42d3dee0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622566/large_thumb/large.jpg"
        },
        {
            "id": 622565,
            "name": "Ekstremsport 2005 paragliding2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622565/theora/1748_52e348d039ab4528be08e90ec45a36b4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622565/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622565/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622565/broadcast/orig_Ekstremsportveko 2005 paragliding2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622565/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:42.120000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:08:00Z",
            "updatedTime": "2018-11-10T18:29:30.546910Z",
            "uploadedTime": "2009-01-02T05:08:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622565/theora/1748_52e348d039ab4528be08e90ec45a36b4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622565/large_thumb/large.jpg"
        },
        {
            "id": 622564,
            "name": "Ekstremsportveko 2008 del 3",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622564/theora/1725_eebc632e286d44009b41a54c4fc2ba35.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622564/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622564/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622564/broadcast/orig_Ekstremsportveko 2008 del 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622564/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:15:52.800000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:45:00Z",
            "updatedTime": "2018-11-10T18:29:30.548277Z",
            "uploadedTime": "2009-01-02T04:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622564/theora/1725_eebc632e286d44009b41a54c4fc2ba35.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622564/large_thumb/large.jpg"
        },
        {
            "id": 622563,
            "name": "Ekstremsportveko 2008 del 2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622563/theora/1724_d664bb6c46b640b3b01f811ef6519fb9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622563/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622563/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622563/broadcast/orig_Ekstremsportveko 2008 del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622563/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:12:23.440000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:44:00Z",
            "updatedTime": "2018-11-10T18:29:30.549644Z",
            "uploadedTime": "2009-01-02T04:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622563/theora/1724_d664bb6c46b640b3b01f811ef6519fb9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622563/large_thumb/large.jpg"
        },
        {
            "id": 622562,
            "name": "Ekstremsportveko 2007 del 3",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622562/theora/1723_532b3a88e1704459b58164152df56282.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622562/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622562/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622562/broadcast/orig_Ekstremsportveko 2007 del 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622562/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:16:17.760000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:43:00Z",
            "updatedTime": "2018-11-10T18:29:30.551304Z",
            "uploadedTime": "2009-01-02T04:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622562/theora/1723_532b3a88e1704459b58164152df56282.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622562/large_thumb/large.jpg"
        },
        {
            "id": 622561,
            "name": "Ekstremsportveko 2007 del 2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622561/theora/1722_c83676141db546a2939d032bb2d53ea6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622561/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622561/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622561/broadcast/orig_Ekstremsportveko 2007 del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622561/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:17:34.960000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.553033Z",
            "uploadedTime": "2009-01-02T04:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622561/theora/1722_c83676141db546a2939d032bb2d53ea6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622561/large_thumb/large.jpg"
        },
        {
            "id": 622560,
            "name": "Hverdagskost del 5",
            "header": "Jesu gjenkomst og endens tid",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622560/theora/1703_e4da3f13ec9848a8a3d069d4700eb197.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622560/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622560/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622560/broadcast/orig_Hverdagskost del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622560/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:00.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:23:00Z",
            "updatedTime": "2018-11-10T18:29:30.554552Z",
            "uploadedTime": "2009-01-02T04:23:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622560/theora/1703_e4da3f13ec9848a8a3d069d4700eb197.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622560/large_thumb/large.jpg"
        },
        {
            "id": 622559,
            "name": "Ekstremsportveko 2008 del 1",
            "header": "Voss 2008",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622559/theora/1650_be2a0f4047314bc0a5b319d0f62ca2bf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622559/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622559/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622559/broadcast/orig_Ekstremsportveko 2008 del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622559/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:14:23.920000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:30:00Z",
            "updatedTime": "2018-11-10T18:29:30.555994Z",
            "uploadedTime": "2009-01-02T03:30:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622559/theora/1650_be2a0f4047314bc0a5b319d0f62ca2bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622559/large_thumb/large.jpg"
        },
        {
            "id": 622558,
            "name": "Sang: Per & Monica, Tyttebæret",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622558/theora/1535_10a7c0befb884039a51ea0307ecc630c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622558/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622558/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622558/broadcast/orig_SANG Tyttebaeret Per & Monica.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622558/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:24.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:35:00Z",
            "updatedTime": "2018-11-10T18:29:30.557381Z",
            "uploadedTime": "2009-01-02T01:35:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622558/theora/1535_10a7c0befb884039a51ea0307ecc630c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622558/large_thumb/large.jpg"
        },
        {
            "id": 622557,
            "name": "Sang: Per & Monica, Jesus..",
            "header": "Jesus din søte forening",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622557/theora/1534_a65e3ca2622f48bea2b827a782a5560b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622557/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622557/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622557/broadcast/orig_SANG Jesus din soete Per & Monica.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622557/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:48.760000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:34:00Z",
            "updatedTime": "2018-11-10T18:29:30.558787Z",
            "uploadedTime": "2009-01-02T01:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622557/theora/1534_a65e3ca2622f48bea2b827a782a5560b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622557/large_thumb/large.jpg"
        },
        {
            "id": 622556,
            "name": "Musikk: Gebet",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622556/theora/1292_cf76fa9f88f74343b4d0dfb292169610.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622556/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622556/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622556/broadcast/orig_Terje og Sidsel Dahl - Gebet.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622556/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:31",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:32:00Z",
            "updatedTime": "2018-11-10T18:29:30.560223Z",
            "uploadedTime": "2009-01-01T21:32:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622556/theora/1292_cf76fa9f88f74343b4d0dfb292169610.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622556/large_thumb/large.jpg"
        },
        {
            "id": 622555,
            "name": "Musikk: Achat Sha-Alti",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622555/theora/1289_51525dfcadc646208de18eaa23bc22bf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622555/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622555/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622555/broadcast/orig_Terje og Sidsel Dahl - Achat Sha-Alti.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622555/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:29:00Z",
            "updatedTime": "2018-11-10T18:29:30.561571Z",
            "uploadedTime": "2009-01-01T21:29:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622555/theora/1289_51525dfcadc646208de18eaa23bc22bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622555/large_thumb/large.jpg"
        },
        {
            "id": 622554,
            "name": "Godt Perspektiv prog 3",
            "header": "I dette programmet møter du Dan Ruben Reinartsen som var narkoman, men plutselig ble situasjonen forandre til det positive. Du møter  Espen Andersen, Unn Auke og artisten Roger Åsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622554/theora/1286_7914ebd2f1e04afd86455579df9a0858.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622554/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622554/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622554/broadcast/orig_11e33da48ead4dc5b6f54f6daa8fc56e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622554/large_thumb/large.jpg"
            },
            "creator": "tv@livets-senter.no",
            "organization": {
                "id": 100,
                "name": "Livets Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1078,
                "editorName": "Snorre Bjerkestrand Løvstad",
                "editorEmail": "tv@livets-senter.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:59:03",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:26:00Z",
            "updatedTime": "2018-11-10T18:29:30.562941Z",
            "uploadedTime": "2009-01-01T21:26:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622554/theora/1286_7914ebd2f1e04afd86455579df9a0858.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622554/large_thumb/large.jpg"
        },
        {
            "id": 622553,
            "name": "Gjenreising av tro",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622553/theora/1285_ee5a188dc7074499ad1b29b750cb33b2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622553/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622553/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622553/broadcast/orig_gjenreising av tro - endelig.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622553/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:41:36.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:25:00Z",
            "updatedTime": "2018-11-10T18:29:30.564320Z",
            "uploadedTime": "2009-01-01T21:25:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622553/theora/1285_ee5a188dc7074499ad1b29b750cb33b2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622553/large_thumb/large.jpg"
        },
        {
            "id": 622552,
            "name": "Godt Perspektiv prog 2",
            "header": "I dette programmet møter du TX-Vikings,Liv Lerberg forteller om at hun hadde problemer med å si nei til venner, så vanskelig var det at hun begynte å miste seg selv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622552/theora/1283_9cf4dcb7f4594d6e9701014a2e8e08c7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622552/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622552/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622552/broadcast/orig_d0adee8e9f1e4b07babb616bb00a85a8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622552/large_thumb/large.jpg"
            },
            "creator": "tv@livets-senter.no",
            "organization": {
                "id": 100,
                "name": "Livets Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1078,
                "editorName": "Snorre Bjerkestrand Løvstad",
                "editorEmail": "tv@livets-senter.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:58:44.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:23:00Z",
            "updatedTime": "2018-11-10T18:29:30.565660Z",
            "uploadedTime": "2009-01-01T21:23:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622552/theora/1283_9cf4dcb7f4594d6e9701014a2e8e08c7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622552/large_thumb/large.jpg"
        },
        {
            "id": 622549,
            "name": "Musikk: Sheibane Bet Hamikdash",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622549/theora/1266_1c63b31de8164b91b475bc9f83cbc259.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622549/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622549/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622549/broadcast/orig_Terje og Sidsel Dahl - Sheibane Bet Hamikdash.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622549/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:42",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:06:00Z",
            "updatedTime": "2018-11-10T18:29:30.569746Z",
            "uploadedTime": "2009-01-01T21:06:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622549/theora/1266_1c63b31de8164b91b475bc9f83cbc259.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622549/large_thumb/large.jpg"
        },
        {
            "id": 622548,
            "name": "Musikk: Shabbat Nigun",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622548/theora/1264_5b9fbfe78308498cb3cb6663771c489d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622548/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622548/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622548/broadcast/orig_Musikk - Shabbat Nigun - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622548/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:14",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:04:00Z",
            "updatedTime": "2018-11-10T18:29:30.571104Z",
            "uploadedTime": "2009-01-01T21:04:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622548/theora/1264_5b9fbfe78308498cb3cb6663771c489d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622548/large_thumb/large.jpg"
        },
        {
            "id": 622547,
            "name": "Musikk: Høstvise",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622547/theora/1261_9d292fbd963547b09607b4dfdc1ca770.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622547/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622547/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622547/broadcast/orig_Terje og Sidsel Dahl - Høstvise.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622547/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:28",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:01:00Z",
            "updatedTime": "2018-11-10T18:29:30.572574Z",
            "uploadedTime": "2009-01-01T21:01:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622547/theora/1261_9d292fbd963547b09607b4dfdc1ca770.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622547/large_thumb/large.jpg"
        },
        {
            "id": 622546,
            "name": "Musikk: Glad melodi",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622546/theora/1260_e93dba0abd80429da972fbacd0c61e6c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622546/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622546/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622546/broadcast/orig_Terje og Sidsel Dahl - Glad melodi.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622546/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:09",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:00:00Z",
            "updatedTime": "2018-11-10T18:29:30.573974Z",
            "uploadedTime": "2009-01-01T21:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622546/theora/1260_e93dba0abd80429da972fbacd0c61e6c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622546/large_thumb/large.jpg"
        },
        {
            "id": 622545,
            "name": "Musikk: Ani Ole Lirushalayim",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622545/theora/1258_d6aa855b57f24465a8f7177fd6b01c41.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622545/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622545/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622545/broadcast/orig_Terje og Sidsel Dahl - Ani Ole Lirushalayim.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622545/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:40",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:58:00Z",
            "updatedTime": "2018-11-10T18:29:30.575323Z",
            "uploadedTime": "2009-01-01T20:58:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622545/theora/1258_d6aa855b57f24465a8f7177fd6b01c41.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622545/large_thumb/large.jpg"
        },
        {
            "id": 622544,
            "name": "Musikk: Å, jeg venter...",
            "header": "Å, jeg venter at Jesus skal hente meg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622544/theora/1245_9ca63bc41b2543d1a128dd8e76563421.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622544/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622544/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622544/broadcast/orig_Tore Sognefest - Å, jeg venter at Jesus skal hente meg.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622544/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:17",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:45:00Z",
            "updatedTime": "2018-11-10T18:29:30.576679Z",
            "uploadedTime": "2009-01-01T20:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622544/theora/1245_9ca63bc41b2543d1a128dd8e76563421.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622544/large_thumb/large.jpg"
        },
        {
            "id": 622543,
            "name": "Musikk: Om kvelden",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622543/theora/1244_572ea449ef314b0294a00c23c77bb34a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622543/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622543/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622543/broadcast/orig_Tore Sognefest - Om kvelden.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622543/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:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:44:00Z",
            "updatedTime": "2018-11-10T18:29:30.578014Z",
            "uploadedTime": "2009-01-01T20:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622543/theora/1244_572ea449ef314b0294a00c23c77bb34a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622543/large_thumb/large.jpg"
        },
        {
            "id": 622542,
            "name": "Musikk: Gje meg handa di ven",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622542/theora/1242_5630f707ec324df1aa001e0e6a31cb53.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622542/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622542/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622542/broadcast/orig_Tore Sognefest - Gje meg handa di ven.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622542/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:41",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.579358Z",
            "uploadedTime": "2009-01-01T20:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622542/theora/1242_5630f707ec324df1aa001e0e6a31cb53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622542/large_thumb/large.jpg"
        },
        {
            "id": 622541,
            "name": "Musikk: Bred dina vida vingar",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622541/theora/1241_685c2aa24b1d4de38b6a776ecd9336ef.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622541/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622541/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622541/broadcast/orig_Tore Sognefest - Bred dina vida vingar.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622541/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:57",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:41:00Z",
            "updatedTime": "2018-11-10T18:29:30.580794Z",
            "uploadedTime": "2009-01-01T20:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622541/theora/1241_685c2aa24b1d4de38b6a776ecd9336ef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622541/large_thumb/large.jpg"
        },
        {
            "id": 622540,
            "name": "STV U34 Studentersamfundet",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622540/theora/949_c127e9054aa249bcb2537e305ab8163f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622540/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622540/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622540/broadcast/orig_STV U34 StudentersamfundetNY.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622540/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:27:14.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:49:00Z",
            "updatedTime": "2018-11-10T18:29:30.582143Z",
            "uploadedTime": "2009-01-01T15:49:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622540/theora/949_c127e9054aa249bcb2537e305ab8163f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622540/large_thumb/large.jpg"
        },
        {
            "id": 622539,
            "name": "STV U43 Statisk studio",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622539/theora/948_1304cdd477ab404a846734eea9c13b39.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622539/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622539/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622539/broadcast/orig_STV U43 Statisk studio.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622539/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:17:00.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:48:00Z",
            "updatedTime": "2018-11-10T18:29:30.583500Z",
            "uploadedTime": "2009-01-01T15:48:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622539/theora/948_1304cdd477ab404a846734eea9c13b39.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622539/large_thumb/large.jpg"
        },
        {
            "id": 622538,
            "name": "STV U45 Gaming",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622538/theora/947_27c2b9300a364d6997451ccd06cbe71f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622538/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622538/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622538/broadcast/orig_STV U45 Gaming.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622538/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:42.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:47:00Z",
            "updatedTime": "2018-11-10T18:29:30.584899Z",
            "uploadedTime": "2009-01-01T15:47:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622538/theora/947_27c2b9300a364d6997451ccd06cbe71f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622538/large_thumb/large.jpg"
        },
        {
            "id": 622537,
            "name": "STV U44 Halloween",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622537/theora/946_c914d08e01454e4c99b13e57744d5482.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622537/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622537/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622537/broadcast/orig_STV U44 Halloween.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622537/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:27:05.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:46:00Z",
            "updatedTime": "2018-11-10T18:29:30.586241Z",
            "uploadedTime": "2009-01-01T15:46:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622537/theora/946_c914d08e01454e4c99b13e57744d5482.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622537/large_thumb/large.jpg"
        },
        {
            "id": 622536,
            "name": "STV U43 Teater",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622536/theora/945_e4dc82a149af4f65ad357e1a1e819ac0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622536/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622536/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622536/broadcast/orig_STV U43 Teater.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622536/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:30:00.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:45:00Z",
            "updatedTime": "2018-11-10T18:29:30.587619Z",
            "uploadedTime": "2009-01-01T15:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622536/theora/945_e4dc82a149af4f65ad357e1a1e819ac0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622536/large_thumb/large.jpg"
        },
        {
            "id": 622535,
            "name": "STV U42 Sjekking kort",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622535/theora/944_a8cd97188628420598472dbdbcd721ba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622535/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622535/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622535/broadcast/orig_STV U42 Sjekking kort.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622535/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:59.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:44:00Z",
            "updatedTime": "2018-11-10T18:29:30.588958Z",
            "uploadedTime": "2009-01-01T15:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622535/theora/944_a8cd97188628420598472dbdbcd721ba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622535/large_thumb/large.jpg"
        },
        {
            "id": 622534,
            "name": "STV U42 Sjekking",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622534/theora/943_0dd2ae8c0b284a0088ff2cf03e050b07.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622534/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622534/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622534/broadcast/orig_STV U42 Sjekking.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622534/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:30:00.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:43:00Z",
            "updatedTime": "2018-11-10T18:29:30.590292Z",
            "uploadedTime": "2009-01-01T15:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622534/theora/943_0dd2ae8c0b284a0088ff2cf03e050b07.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622534/large_thumb/large.jpg"
        },
        {
            "id": 622533,
            "name": "STV U39 Dans",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622533/theora/942_73200b130d674e04a963d5a9c7f78b34.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622533/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622533/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622533/broadcast/orig_STV U39 Dans.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622533/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:29:22.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.591740Z",
            "uploadedTime": "2009-01-01T15:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622533/theora/942_73200b130d674e04a963d5a9c7f78b34.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622533/large_thumb/large.jpg"
        },
        {
            "id": 622532,
            "name": "STV U37 Fremtiden",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622532/theora/941_260bf04bfa7f410894a7273960fd6de9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622532/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622532/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622532/broadcast/orig_STV U37 Fremtiden.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622532/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:30:00.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:41:00Z",
            "updatedTime": "2018-11-10T18:29:30.593149Z",
            "uploadedTime": "2009-01-01T15:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622532/theora/941_260bf04bfa7f410894a7273960fd6de9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622532/large_thumb/large.jpg"
        },
        {
            "id": 622531,
            "name": "STV U36 Gøy på landet",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622531/theora/940_b309e4d8a01341a0b83b77d0fa06d96a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622531/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622531/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622531/broadcast/orig_STV U36 Gøy på landet.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622531/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:24:03.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:40:00Z",
            "updatedTime": "2018-11-10T18:29:30.594508Z",
            "uploadedTime": "2009-01-01T15:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622531/theora/940_b309e4d8a01341a0b83b77d0fa06d96a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622531/large_thumb/large.jpg"
        },
        {
            "id": 622530,
            "name": "STV U35 Svartlamoen",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622530/theora/939_c356992ab55147cba2b4d422b8badd1a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622530/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622530/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622530/broadcast/orig_STV U35 Svartlamoen.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622530/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:27:18.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:39:00Z",
            "updatedTime": "2018-11-10T18:29:30.595908Z",
            "uploadedTime": "2009-01-01T15:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622530/theora/939_c356992ab55147cba2b4d422b8badd1a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622530/large_thumb/large.jpg"
        },
        {
            "id": 622529,
            "name": "STV U33 Immatrikulering",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622529/theora/937_fa4aeb3283ac4bd380ebaddfbd908a48.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622529/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622529/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622529/broadcast/orig_STV U33 ImmatrikuleringNY.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622529/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:25:08.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:37:00Z",
            "updatedTime": "2018-11-10T18:29:30.597248Z",
            "uploadedTime": "2009-01-01T15:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622529/theora/937_fa4aeb3283ac4bd380ebaddfbd908a48.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622529/large_thumb/large.jpg"
        },
        {
            "id": 622528,
            "name": "Drøfting av Quranen del 04",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622528/theora/932_8437322d781c4d37aef08e0975db2182.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622528/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622528/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622528/broadcast/orig_Den hellige Quranen del 4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622528/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:58.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:32:00Z",
            "updatedTime": "2018-11-10T18:29:30.598579Z",
            "uploadedTime": "2009-01-01T15:32:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622528/theora/932_8437322d781c4d37aef08e0975db2182.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622528/large_thumb/large.jpg"
        },
        {
            "id": 622527,
            "name": "Drøfting av Quranen del 03",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622527/theora/931_1c8bb6d59a03452d89bfff71ad04483f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622527/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622527/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622527/broadcast/orig_Den hellige Quranen del 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622527/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:35:11.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:31:00Z",
            "updatedTime": "2018-11-10T18:29:30.599962Z",
            "uploadedTime": "2009-01-01T15:31:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622527/theora/931_1c8bb6d59a03452d89bfff71ad04483f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622527/large_thumb/large.jpg"
        },
        {
            "id": 622526,
            "name": "Drøfting av Quranen del 02",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622526/theora/930_8e6c5250828b4d7b8b45eaff07ff1bf8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622526/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622526/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622526/broadcast/orig_Den hellige Quranen del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622526/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:17.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:30:00Z",
            "updatedTime": "2018-11-10T18:29:30.601306Z",
            "uploadedTime": "2009-01-01T15:30:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622526/theora/930_8e6c5250828b4d7b8b45eaff07ff1bf8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622526/large_thumb/large.jpg"
        },
        {
            "id": 622525,
            "name": "Drøfting av Quranen del 01",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622525/theora/929_47a7c6f480cc49ccaae69e57e4e70df6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622525/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622525/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622525/broadcast/orig_Den hellige Quranen del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622525/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:03.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:29:00Z",
            "updatedTime": "2018-11-10T18:29:30.602640Z",
            "uploadedTime": "2009-01-01T15:29:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622525/theora/929_47a7c6f480cc49ccaae69e57e4e70df6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622525/large_thumb/large.jpg"
        },
        {
            "id": 622524,
            "name": "Akkurat Nå - Episode 04",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622524/theora/928_2e6c8b2d03e24905b7abf677cc7d4cfe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622524/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622524/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622524/broadcast/orig_ESTV - Akkurat Nå - del 4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622524/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:51:08",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:28:00Z",
            "updatedTime": "2018-11-10T18:29:30.604008Z",
            "uploadedTime": "2009-01-01T15:28:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622524/theora/928_2e6c8b2d03e24905b7abf677cc7d4cfe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622524/large_thumb/large.jpg"
        },
        {
            "id": 622523,
            "name": "Vegetariske perler del 7",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622523/theora/921_82dee9bb212d48bca485d06ee8ab0798.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622523/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622523/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622523/broadcast/orig_Vegetariske perler 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622523/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:21:00Z",
            "updatedTime": "2018-11-10T18:29:30.605373Z",
            "uploadedTime": "2009-01-01T15:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622523/theora/921_82dee9bb212d48bca485d06ee8ab0798.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622523/large_thumb/large.jpg"
        },
        {
            "id": 622522,
            "name": "Vegetariske perler del 6",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622522/theora/920_faa75650b0344f9ba998c70e8e6df6d1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622522/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622522/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622522/broadcast/orig_Vegetariske perler 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622522/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:20:00Z",
            "updatedTime": "2018-11-10T18:29:30.606719Z",
            "uploadedTime": "2009-01-01T15:20:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622522/theora/920_faa75650b0344f9ba998c70e8e6df6d1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622522/large_thumb/large.jpg"
        },
        {
            "id": 622521,
            "name": "Vegetariske perler del 5",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622521/theora/919_2a4682f81cdc42198d7eafd796862766.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622521/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622521/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622521/broadcast/orig_Vegetariske perler 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622521/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:19:00Z",
            "updatedTime": "2018-11-10T18:29:30.608089Z",
            "uploadedTime": "2009-01-01T15:19:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622521/theora/919_2a4682f81cdc42198d7eafd796862766.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622521/large_thumb/large.jpg"
        },
        {
            "id": 622520,
            "name": "Vegetariske perler del 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622520/theora/918_116186fb009041ba8f0c64ac6669d2f3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622520/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622520/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622520/broadcast/orig_Vegetariske perler 4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622520/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:18:00Z",
            "updatedTime": "2018-11-10T18:29:30.609417Z",
            "uploadedTime": "2009-01-01T15:18:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622520/theora/918_116186fb009041ba8f0c64ac6669d2f3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622520/large_thumb/large.jpg"
        }
    ]
}