List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&offset=3250&ordering=has_tono_records&page=70
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3418,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3300&ordering=has_tono_records&page=70",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3200&ordering=has_tono_records&page=70",
    "results": [
        {
            "id": 622935,
            "name": "Livsretning del 5a",
            "header": "Avhengighet",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622935/theora/3181_f37b5b723b414bee88ec8e75cceeae3f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622935/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622935/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622935/broadcast/orig_139c45da91d14b4588edf52754e76767.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622935/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:50:56.357000Z",
            "updatedTime": "2018-11-10T18:29:30.405287Z",
            "uploadedTime": "2009-07-29T12:50:56.357000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622935/theora/3181_f37b5b723b414bee88ec8e75cceeae3f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622935/large_thumb/large.jpg"
        },
        {
            "id": 623620,
            "name": "Pønsj; Erotikk!",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623620/theora/4309_3f5c8b8e41164d98986163cdd10e376b.ogv",
                "original": "https://upload.frikanalen.no/media/623620/original/orig_78a3d97c6b274b9db401c7e77951baf9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623620/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623620/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623620/broadcast/4309_47f62af683264a70a368955372b024d6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623620/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:59.990000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:28:19.467000Z",
            "updatedTime": "2018-11-10T18:29:29.582691Z",
            "uploadedTime": "2010-05-12T04:28:19.467000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623620/theora/4309_3f5c8b8e41164d98986163cdd10e376b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623620/large_thumb/large.jpg"
        },
        {
            "id": 623619,
            "name": "Pønsj: Kokkekamp",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623619/theora/4308_fa6fb330cd9f4edeb2904024800ffad1.ogv",
                "original": "https://upload.frikanalen.no/media/623619/original/orig_d1f6a6ac9406406da3974b16454d1949.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623619/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623619/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623619/broadcast/4308_84d7508660a24b8da0bbf4870030d907.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623619/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:32.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:20:51.403000Z",
            "updatedTime": "2018-11-10T18:29:29.584101Z",
            "uploadedTime": "2010-05-12T04:20:51.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623619/theora/4308_fa6fb330cd9f4edeb2904024800ffad1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623619/large_thumb/large.jpg"
        },
        {
            "id": 624620,
            "name": "Dagen derpå: UKA teater",
            "header": "UKA-11 kjører videre, og vi i Dagen Derpå fortsetter å gi dere en fullstendig dekning av festivalen. Denne uken ser vi nærmere på revyen og de ulike teaterforestillingene som er satt opp.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624620/theora/5802_566bf18a4f4a40c8b5301beee49c1873.ogv",
                "original": "https://upload.frikanalen.no/media/624620/original/orig_59ef4a5cda4c4f788320f44acc8b5e94.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624620/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624620/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624620/broadcast/5802_c828ba093bb244c588528ccb31237826.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624620/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-19T19:33:25.440000Z",
            "updatedTime": "2018-11-10T18:29:28.280666Z",
            "uploadedTime": "2011-10-19T19:33:25.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624620/theora/5802_566bf18a4f4a40c8b5301beee49c1873.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624620/large_thumb/large.jpg"
        },
        {
            "id": 623618,
            "name": "Pønsj: Typisk norsk",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623618/theora/4307_d6700d4f2f2a4ff7ad346afcee908558.ogv",
                "original": "https://upload.frikanalen.no/media/623618/original/orig_2dcf7dd0fe634535a685cc1e237a0b63.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623618/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623618/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623618/broadcast/4307_12ef19a4cfc34449b5fc24e5c0430549.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623618/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:12.350000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:19:22.090000Z",
            "updatedTime": "2018-11-10T18:29:29.585450Z",
            "uploadedTime": "2010-05-12T04:19:22.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623618/theora/4307_d6700d4f2f2a4ff7ad346afcee908558.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623618/large_thumb/large.jpg"
        },
        {
            "id": 623617,
            "name": "Pønsj: ISFIT.",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623617/theora/4306_f9b8caa7d4094b26beb6971a7ac3764c.ogv",
                "original": "https://upload.frikanalen.no/media/623617/original/orig_d12edf041b48496c8bf3f44f24f13b80.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623617/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623617/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623617/broadcast/4306_d3ed9d7464c4468c8eed9e55c917e84c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623617/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:59.430000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:04:08.450000Z",
            "updatedTime": "2018-11-10T18:29:29.586789Z",
            "uploadedTime": "2010-05-12T04:04:08.450000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623617/theora/4306_f9b8caa7d4094b26beb6971a7ac3764c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623617/large_thumb/large.jpg"
        },
        {
            "id": 622934,
            "name": "Livsretning del 4b",
            "header": "Samtale",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622934/theora/3187_fe908237a96842a78833f94832506ea2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622934/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622934/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622934/broadcast/orig_46c4ac8854b9400c8bb7576164040c5b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622934/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:28:30.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T13:07:38.897000Z",
            "updatedTime": "2018-11-10T18:29:30.406626Z",
            "uploadedTime": "2009-07-29T13:07:38.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622934/theora/3187_fe908237a96842a78833f94832506ea2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622934/large_thumb/large.jpg"
        },
        {
            "id": 623615,
            "name": "Pønsj: Banning",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623615/theora/4303_d57bf09f803549199592ed1294243002.ogv",
                "original": "https://upload.frikanalen.no/media/623615/original/orig_366331754c9e498cb08d7bdd68872685.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623615/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623615/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623615/broadcast/4303_67a2d7e4f7d64ffb8b21138a15d10021.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623615/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00.070000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T03:54:45.077000Z",
            "updatedTime": "2018-11-10T18:29:29.589501Z",
            "uploadedTime": "2010-05-12T03:54:45.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623615/theora/4303_d57bf09f803549199592ed1294243002.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623615/large_thumb/large.jpg"
        },
        {
            "id": 623614,
            "name": "Pønsj: Forskning",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623614/theora/4304_5ef57e41b4e241d382c4314e71973104.ogv",
                "original": "https://upload.frikanalen.no/media/623614/original/orig_51c89e9517dc4911a9453c2133928d71.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623614/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623614/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623614/broadcast/4304_5cc8ea71395843299c4b22a64519f2b8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623614/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:15:28.790000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T03:59:50.067000Z",
            "updatedTime": "2018-11-10T18:29:29.590840Z",
            "uploadedTime": "2010-05-12T03:59:50.067000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623614/theora/4304_5ef57e41b4e241d382c4314e71973104.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623614/large_thumb/large.jpg"
        },
        {
            "id": 623613,
            "name": "Pønsj: Sex og singelliv",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623613/theora/4300_429f3a49f4bc4678a0c37fef036f327a.ogv",
                "original": "https://upload.frikanalen.no/media/623613/original/orig_7535ecc2250144c786b4225509610fa9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623613/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623613/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623613/broadcast/4300_e6ba94b916f7433192c32e049169ee91.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623613/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:16:20.590000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T03:35:00.627000Z",
            "updatedTime": "2018-11-10T18:29:29.592218Z",
            "uploadedTime": "2010-05-12T03:35:00.627000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623613/theora/4300_429f3a49f4bc4678a0c37fef036f327a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623613/large_thumb/large.jpg"
        },
        {
            "id": 622933,
            "name": "Livsretning del 4a",
            "header": "Fornuft og følelser del 2",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622933/theora/3180_415b6ffc650d4707922a533f65f452d6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622933/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622933/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622933/broadcast/orig_7990e2d878434cb78765cc5f1d01a130.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622933/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:28:14.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:49:12.937000Z",
            "updatedTime": "2018-11-10T18:29:30.407999Z",
            "uploadedTime": "2009-07-29T12:49:12.937000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622933/theora/3180_415b6ffc650d4707922a533f65f452d6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622933/large_thumb/large.jpg"
        },
        {
            "id": 623608,
            "name": "Pønsj: Nyttårsforsetter",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623608/theora/4297_49e80f436fda48808667c8af0cb40d82.ogv",
                "original": "https://upload.frikanalen.no/media/623608/original/orig_37bd3abf9bef41d3a8890e1f21cd1dc2.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623608/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623608/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623608/broadcast/4297_0fee593f58d04c59bf4b00a77d7b1fb3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623608/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-10T14:35:13.247000Z",
            "updatedTime": "2018-11-10T18:29:29.598982Z",
            "uploadedTime": "2010-05-10T14:35:13.247000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623608/theora/4297_49e80f436fda48808667c8af0cb40d82.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623608/large_thumb/large.jpg"
        },
        {
            "id": 622932,
            "name": "Livsretning del 3b",
            "header": "Samtale",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622932/theora/3179_008ab18b35664f5c8ff83556933d6f56.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622932/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622932/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622932/broadcast/orig_ac5ccd475f444d48a3468ce2ac3c8a56.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622932/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:28:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:47:12.470000Z",
            "updatedTime": "2018-11-10T18:29:30.409372Z",
            "uploadedTime": "2009-07-29T12:47:12.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622932/theora/3179_008ab18b35664f5c8ff83556933d6f56.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622932/large_thumb/large.jpg"
        },
        {
            "id": 622931,
            "name": "Livsretning del 3a",
            "header": "Fornuft og følelser del 1",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622931/theora/3178_af866ef22edb40ab9eba758937177596.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622931/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622931/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622931/broadcast/orig_bb9cbd8fe31c4858984036d8cf1d06f6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622931/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:45:58.517000Z",
            "updatedTime": "2018-11-10T18:29:30.410720Z",
            "uploadedTime": "2009-07-29T12:45:58.517000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622931/theora/3178_af866ef22edb40ab9eba758937177596.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622931/large_thumb/large.jpg"
        },
        {
            "id": 622367,
            "name": "Sammen om livet del 2a",
            "header": "orhold - hva forventer du",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622367/theora/2421_9547fe1eb55a4893aee5e02974b0d23e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622367/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622367/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622367/broadcast/orig_745fa3ed06d145a6aaf783e7a435b852.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622367/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-02T16:21:00Z",
            "updatedTime": "2018-11-10T18:29:30.818666Z",
            "uploadedTime": "2009-01-02T16:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622367/theora/2421_9547fe1eb55a4893aee5e02974b0d23e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622367/large_thumb/large.jpg"
        },
        {
            "id": 624603,
            "name": "Dagen Derpå: Studentøkonomi",
            "header": "Det er ikke lett å leve av studielånet alene, men denne ukes sending vil komme med hjelpsomme tips. Dagen Derpås eget studiokjøkken viser deg et smakfullt og billig alternativ til ferdigpizzaen. Vi gir deg også gode tips til hvordan du kan begrense pengebruken og få studielånet ditt til å strekke til.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624603/theora/5773_3c5c2f623ed64596b61d48ae049d3ef9.ogv",
                "original": "https://upload.frikanalen.no/media/624603/original/orig_dbced5c706664f6489a45f22333da5fa.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624603/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624603/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624603/broadcast/5773_ba4a514171554e6d97aba62900b73ad2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624603/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-23T00:15:52.397000Z",
            "updatedTime": "2018-11-10T18:29:28.302872Z",
            "uploadedTime": "2011-09-23T00:15:52.397000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624603/theora/5773_3c5c2f623ed64596b61d48ae049d3ef9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624603/large_thumb/large.jpg"
        },
        {
            "id": 624602,
            "name": "Dagen derpå: Utenlandsstudier",
            "header": "I ukens sending av Dagen derpå skal vi se nærmere på hele eller deler av studieløpet i utlandet. Vi skal på utenlandsmesse og vi skal få høre personlige erfaringer på temaet.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624602/theora/5764_42af695b6c1a401ba51a15e019e3189f.ogv",
                "original": "https://upload.frikanalen.no/media/624602/original/orig_141b5ee39aaa463c9db93d0c4b4d251e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624602/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624602/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624602/broadcast/5764_9f53bdb27c0f43f6bb30d5eeb7f866d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624602/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:02.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-16T14:00:33Z",
            "updatedTime": "2018-11-10T18:29:28.304271Z",
            "uploadedTime": "2011-09-16T14:00:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624602/theora/5764_42af695b6c1a401ba51a15e019e3189f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624602/large_thumb/large.jpg"
        },
        {
            "id": 624595,
            "name": "Dagen derpå: Gode gjerninger",
            "header": "I denne ukens sending viser vi deg hvordan du kan få bedre samvittighet gjennom å gjøre gode gjerninger i hverdagen. Vi har tatt turen innom blodbanken og dyrebeskyttelsen, og snakekt med selgere av bladet Sorgenfri.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624595/theora/5763_4d8c2a8353b6424ba16003e41bfe758a.ogv",
                "original": "https://upload.frikanalen.no/media/624595/original/orig_2c6a38ba642746429c57a17a29f8523b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624595/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624595/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624595/broadcast/5763_201fbf5e905c48a783b0adbd10f77b87.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624595/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:10.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-16T10:41:48Z",
            "updatedTime": "2018-11-10T18:29:28.313765Z",
            "uploadedTime": "2011-09-16T10:41:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624595/theora/5763_4d8c2a8353b6424ba16003e41bfe758a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624595/large_thumb/large.jpg"
        },
        {
            "id": 622929,
            "name": "Livsretning del 2a",
            "header": "Relasjoner",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622929/theora/3176_65138d284fbe494fb1e6a049c8043cb2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622929/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622929/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622929/broadcast/orig_63d5f1697524416f855f167df98038bf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622929/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:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:41:27.010000Z",
            "updatedTime": "2018-11-10T18:29:30.413425Z",
            "uploadedTime": "2009-07-29T12:41:27.010000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622929/theora/3176_65138d284fbe494fb1e6a049c8043cb2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622929/large_thumb/large.jpg"
        },
        {
            "id": 624591,
            "name": "Bibelstudier 13 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624591/theora/orig_d43e9eb9bb76404fabc053d23bc97c52.ogv",
                "original": "https://upload.frikanalen.no/media/624591/original/orig_d43e9eb9bb76404fabc053d23bc97c52.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624591/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624591/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624591/broadcast/5672_4d27ca86e15746ae9b269de5fb1bc15b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624591/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:26:47.537000Z",
            "updatedTime": "2018-11-10T18:29:28.317850Z",
            "uploadedTime": "2011-07-01T15:26:47.537000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624591/theora/orig_d43e9eb9bb76404fabc053d23bc97c52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624591/large_thumb/large.jpg"
        },
        {
            "id": 624590,
            "name": "Bibelstudier 10 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624590/theora/orig_cf20dcbf86be41caa79facab7006452d.ogv",
                "original": "https://upload.frikanalen.no/media/624590/original/orig_cf20dcbf86be41caa79facab7006452d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624590/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624590/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624590/broadcast/5668_0b24afd41105444c832d88f66b989762.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624590/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:21:18.907000Z",
            "updatedTime": "2018-11-10T18:29:28.319406Z",
            "uploadedTime": "2011-07-01T15:21:18.907000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624590/theora/orig_cf20dcbf86be41caa79facab7006452d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624590/large_thumb/large.jpg"
        },
        {
            "id": 624589,
            "name": "Bibelstudier 11 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624589/theora/orig_b65f989e6cc44c14a0fdbc79a9b02dab.ogv",
                "original": "https://upload.frikanalen.no/media/624589/original/orig_b65f989e6cc44c14a0fdbc79a9b02dab.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624589/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624589/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624589/broadcast/5669_2fd7600c99a245e0a1d746d051689f05.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624589/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:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:23:03.860000Z",
            "updatedTime": "2018-11-10T18:29:28.320907Z",
            "uploadedTime": "2011-07-01T15:23:03.860000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624589/theora/orig_b65f989e6cc44c14a0fdbc79a9b02dab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624589/large_thumb/large.jpg"
        },
        {
            "id": 624588,
            "name": "Bibelstudier 06 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624588/theora/orig_d78602a9fd60450c8b4af036adafe689.ogv",
                "original": "https://upload.frikanalen.no/media/624588/original/orig_d78602a9fd60450c8b4af036adafe689.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624588/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624588/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624588/broadcast/5664_c52f638609be45a89c3a4be2fd7b431e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624588/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:13:55.447000Z",
            "updatedTime": "2018-11-10T18:29:28.322292Z",
            "uploadedTime": "2011-07-01T15:13:55.447000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624588/theora/orig_d78602a9fd60450c8b4af036adafe689.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624588/large_thumb/large.jpg"
        },
        {
            "id": 624587,
            "name": "Bibelstudier 09 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624587/theora/orig_6be52917224d4daca1fce2ad3304627b.ogv",
                "original": "https://upload.frikanalen.no/media/624587/original/orig_6be52917224d4daca1fce2ad3304627b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624587/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624587/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624587/broadcast/5667_dde72224ddb0432c8ef816f9f62f085e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624587/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:19:30.920000Z",
            "updatedTime": "2018-11-10T18:29:28.323834Z",
            "uploadedTime": "2011-07-01T15:19:30.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624587/theora/orig_6be52917224d4daca1fce2ad3304627b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624587/large_thumb/large.jpg"
        },
        {
            "id": 624558,
            "name": "Bibelstudier 10 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624558/theora/orig_f2247250b647498ea05734deda0b586c.ogv",
                "original": "https://upload.frikanalen.no/media/624558/original/orig_f2247250b647498ea05734deda0b586c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624558/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624558/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624558/broadcast/5655_552707fb6fb046288403767856de7aff.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624558/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:18",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:54:42.957000Z",
            "updatedTime": "2018-11-10T18:29:28.359927Z",
            "uploadedTime": "2011-07-01T14:54:42.957000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624558/theora/orig_f2247250b647498ea05734deda0b586c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624558/large_thumb/large.jpg"
        },
        {
            "id": 622928,
            "name": "Livsretning del 1b",
            "header": "Samtale",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622928/theora/3175_5dedc8294cda429cbdf62974d7f28546.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622928/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622928/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622928/broadcast/orig_d93fd848550f43c6a8a80550f8a73955.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622928/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:28:15",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:40:06.980000Z",
            "updatedTime": "2018-11-10T18:29:30.414759Z",
            "uploadedTime": "2009-07-29T12:40:06.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622928/theora/3175_5dedc8294cda429cbdf62974d7f28546.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622928/large_thumb/large.jpg"
        },
        {
            "id": 622927,
            "name": "Livsretning del 1a",
            "header": "Mening",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622927/theora/3174_5fd08929d96c4aa0b031d595f7b2364a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622927/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622927/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622927/broadcast/orig_1126f22220ae463d92c261dcbf369f83.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622927/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:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:23:13.227000Z",
            "updatedTime": "2018-11-10T18:29:30.416141Z",
            "uploadedTime": "2009-07-29T12:23:13.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622927/theora/3174_5fd08929d96c4aa0b031d595f7b2364a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622927/large_thumb/large.jpg"
        },
        {
            "id": 622926,
            "name": "Et medmenneske del 2",
            "header": "Tom Schandy er prisbelønnet naturfotograf med mange bokutgivelser. Programleder: Eirin Viktil.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622926/theora/3173_3287593bbc7348d29f9d2e818d188814.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622926/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622926/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622926/broadcast/orig_078291dbfcbf47eda157f70959bc8098.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622926/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:59.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:20:29.870000Z",
            "updatedTime": "2018-11-10T18:29:30.417479Z",
            "uploadedTime": "2009-07-29T12:20:29.870000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622926/theora/3173_3287593bbc7348d29f9d2e818d188814.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622926/large_thumb/large.jpg"
        },
        {
            "id": 623598,
            "name": "Talentfabrikken 12. mai 2010",
            "header": "hot n funky",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623598/theora/4232_2ade271ea70b4f438c12951ec28551ed.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623598/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623598/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623598/broadcast/4232_1287a5eef7e848529d4aa161830901b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623598/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:16.080000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-14T20:11:02.120000Z",
            "updatedTime": "2018-11-10T18:29:29.612834Z",
            "uploadedTime": "2010-04-14T20:11:02.120000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623598/theora/4232_2ade271ea70b4f438c12951ec28551ed.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623598/large_thumb/large.jpg"
        },
        {
            "id": 624586,
            "name": "Dagen Derpå: Norsk film",
            "header": "I denne ukens sending ser vi på filmproduksjon i Trøndelag. Midtnorsk Filmsenter svarer på hva som må til for å få støtte og vi har snakket med skuespiller Kristofer Hivju, som snart er å se i storfilmen The Thing. Håvard Gossé Bergseth ved Prosjektor Filmproduksjon snakker om mulighetene for amatører å lage film i Trondheim.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624586/theora/5759_25df5950739944c3af58276e54bd6aef.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624586/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624586/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624586/broadcast/5759_25df5950739944c3af58276e54bd6aef.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624586/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:45.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-09T15:34:37Z",
            "updatedTime": "2018-11-10T18:29:28.325249Z",
            "uploadedTime": "2011-09-09T15:34:37Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624586/theora/5759_25df5950739944c3af58276e54bd6aef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624586/large_thumb/large.jpg"
        },
        {
            "id": 624585,
            "name": "Bibelstudier 08 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624585/theora/orig_7120c177a6bb419589d641792a7ab6d8.ogv",
                "original": "https://upload.frikanalen.no/media/624585/original/orig_7120c177a6bb419589d641792a7ab6d8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624585/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624585/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624585/broadcast/5666_ba3277185b394162869ec79304f52b6a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624585/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:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:17:44.407000Z",
            "updatedTime": "2018-11-10T18:29:28.326602Z",
            "uploadedTime": "2011-07-01T15:17:44.407000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624585/theora/orig_7120c177a6bb419589d641792a7ab6d8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624585/large_thumb/large.jpg"
        },
        {
            "id": 624584,
            "name": "Bibelstudier 04 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624584/theora/orig_31ec7119daf741abad27c56b5c26e61d.ogv",
                "original": "https://upload.frikanalen.no/media/624584/original/orig_31ec7119daf741abad27c56b5c26e61d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624584/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624584/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624584/broadcast/5662_d9cfa45363d7438e9f7ae5d208a9190b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624584/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:10:19.710000Z",
            "updatedTime": "2018-11-10T18:29:28.327989Z",
            "uploadedTime": "2011-07-01T15:10:19.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624584/theora/orig_31ec7119daf741abad27c56b5c26e61d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624584/large_thumb/large.jpg"
        },
        {
            "id": 624583,
            "name": "Bibelstudier 07 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624583/theora/orig_05b6eedd88ae4160bd67de6c078394fd.ogv",
                "original": "https://upload.frikanalen.no/media/624583/original/orig_05b6eedd88ae4160bd67de6c078394fd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624583/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624583/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624583/broadcast/5665_8086a907fa9d451c8dd602e199916f51.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624583/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:10",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:15:40.137000Z",
            "updatedTime": "2018-11-10T18:29:28.329347Z",
            "uploadedTime": "2011-07-01T15:15:40.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624583/theora/orig_05b6eedd88ae4160bd67de6c078394fd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624583/large_thumb/large.jpg"
        },
        {
            "id": 624582,
            "name": "Bibelstudier 05 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624582/theora/orig_a19fddc5c5414f9e87d3caa55a81b609.ogv",
                "original": "https://upload.frikanalen.no/media/624582/original/orig_a19fddc5c5414f9e87d3caa55a81b609.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624582/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624582/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624582/broadcast/5663_2aed6d1d3e2c45318a238ad2e384e752.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624582/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": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:12:02.773000Z",
            "updatedTime": "2018-11-10T18:29:28.330759Z",
            "uploadedTime": "2011-07-01T15:12:02.773000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624582/theora/orig_a19fddc5c5414f9e87d3caa55a81b609.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624582/large_thumb/large.jpg"
        },
        {
            "id": 624581,
            "name": "Bibelstudier 03 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624581/theora/orig_56301a4e69754dfaa5b13bf27b560001.ogv",
                "original": "https://upload.frikanalen.no/media/624581/original/orig_56301a4e69754dfaa5b13bf27b560001.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624581/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624581/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624581/broadcast/5661_8f8a9b6432824c4ea93a8edd65746184.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624581/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:08:35.863000Z",
            "updatedTime": "2018-11-10T18:29:28.332297Z",
            "uploadedTime": "2011-07-01T15:08:35.863000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624581/theora/orig_56301a4e69754dfaa5b13bf27b560001.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624581/large_thumb/large.jpg"
        },
        {
            "id": 624580,
            "name": "Bibelstudier 01 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624580/theora/orig_4f8b2fd806ec4c98a07fc3cd4bdde4cd.ogv",
                "original": "https://upload.frikanalen.no/media/624580/original/orig_4f8b2fd806ec4c98a07fc3cd4bdde4cd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624580/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624580/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624580/broadcast/5659_b48b0516b4e24edea2dcb306a04360f2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624580/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:04:13.453000Z",
            "updatedTime": "2018-11-10T18:29:28.333676Z",
            "uploadedTime": "2011-07-01T15:04:13.453000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624580/theora/orig_4f8b2fd806ec4c98a07fc3cd4bdde4cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624580/large_thumb/large.jpg"
        },
        {
            "id": 624579,
            "name": "Bibelstudier 02 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624579/theora/orig_7b04897f383e454aa92099df688042d7.ogv",
                "original": "https://upload.frikanalen.no/media/624579/original/orig_7b04897f383e454aa92099df688042d7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624579/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624579/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624579/broadcast/5660_60f918b9a6584f818e31a075db268381.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624579/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:06:33.283000Z",
            "updatedTime": "2018-11-10T18:29:28.335040Z",
            "uploadedTime": "2011-07-01T15:06:33.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624579/theora/orig_7b04897f383e454aa92099df688042d7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624579/large_thumb/large.jpg"
        },
        {
            "id": 622925,
            "name": "Et medmenneske del 1",
            "header": "Per de Lange har drevet forebyggende helseareid hele livet.Programleder: Paul Liseth.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622925/theora/3172_ed8aabba475944f4a4ac22c255ad22a4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622925/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622925/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622925/broadcast/orig_985152fe28ae40fc876775b8c54c682c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622925/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:02.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:19:16.510000Z",
            "updatedTime": "2018-11-10T18:29:30.418820Z",
            "uploadedTime": "2009-07-29T12:19:16.510000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622925/theora/3172_ed8aabba475944f4a4ac22c255ad22a4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622925/large_thumb/large.jpg"
        },
        {
            "id": 624577,
            "name": "Tom Angelsen - fortapt sønn",
            "header": "Pastor Tom Angelsen forteller i denne talen om den fortapte sønn som ikke var fortapt i det hele tatt.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624577/theora/orig_8afada0ecec64a8587744f870eb8d5f6.ogv",
                "original": "https://upload.frikanalen.no/media/624577/original/orig_8afada0ecec64a8587744f870eb8d5f6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624577/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624577/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624577/broadcast/5756_07571bee5f06423085c95f04223ed5d7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624577/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T13:14:02.543000Z",
            "updatedTime": "2018-11-10T18:29:28.337764Z",
            "uploadedTime": "2011-09-08T13:14:02.543000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624577/theora/orig_8afada0ecec64a8587744f870eb8d5f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624577/large_thumb/large.jpg"
        },
        {
            "id": 624576,
            "name": "Arne Andersen - Kom til Jesus",
            "header": "Pastor Arne Kr Andersen forteller at livet vil ta en ny vending for alle som kommer til Jesus.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624576/theora/orig_2c36a86e884e409ca1e29a8b786440a9.ogv",
                "original": "https://upload.frikanalen.no/media/624576/original/orig_2c36a86e884e409ca1e29a8b786440a9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624576/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624576/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624576/broadcast/5755_4762718cb4d5496cb0843bbe78ec8019.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624576/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:15",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T13:09:17.850000Z",
            "updatedTime": "2018-11-10T18:29:28.339130Z",
            "uploadedTime": "2011-09-08T13:09:17.850000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624576/theora/orig_2c36a86e884e409ca1e29a8b786440a9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624576/large_thumb/large.jpg"
        },
        {
            "id": 624575,
            "name": "Kåre Kaspersen - Hviledagen",
            "header": "Pator Kaspersen tar for seg hviledagsbudet i denne inspirerende talen i Adventkirken i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624575/theora/orig_ed1d404ca7bf41ff8e5a5f9dd9bae43e.ogv",
                "original": "https://upload.frikanalen.no/media/624575/original/orig_ed1d404ca7bf41ff8e5a5f9dd9bae43e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624575/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624575/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624575/broadcast/5754_dfd80aca2b6044d5b7fd219e9edefb1f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624575/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:19:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T13:05:20.283000Z",
            "updatedTime": "2018-11-10T18:29:28.340544Z",
            "uploadedTime": "2011-09-08T13:05:20.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624575/theora/orig_ed1d404ca7bf41ff8e5a5f9dd9bae43e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624575/large_thumb/large.jpg"
        },
        {
            "id": 624574,
            "name": "ADRA-magasin sep 2011 Cambodia",
            "header": "ADRAS hjelpearbeid søker i 2011 å redde barn fra sex-handel.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624574/theora/orig_a4f84baaf0344020adb4f846bddfbd04.ogv",
                "original": "https://upload.frikanalen.no/media/624574/original/orig_a4f84baaf0344020adb4f846bddfbd04.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624574/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624574/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624574/broadcast/5753_951ba84b11c144f9a5223f6d77954bd1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624574/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:37.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T12:49:52.317000Z",
            "updatedTime": "2018-11-10T18:29:28.342049Z",
            "uploadedTime": "2011-09-08T12:49:52.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624574/theora/orig_a4f84baaf0344020adb4f846bddfbd04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624574/large_thumb/large.jpg"
        },
        {
            "id": 624573,
            "name": "ADRA-magasinet 2011 Thailand",
            "header": "Et av landene som ADRA fokuserer spesielt på i 2011 er Thailand. Fattigdom og menneskehandel er store problemer i landet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624573/theora/orig_d58382418802456ebd0a04fa0ba5a3bf.ogv",
                "original": "https://upload.frikanalen.no/media/624573/original/orig_d58382418802456ebd0a04fa0ba5a3bf.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624573/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624573/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624573/broadcast/5752_501fd250685e4b05bf0ea76b88614c89.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624573/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:49.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T12:43:22.777000Z",
            "updatedTime": "2018-11-10T18:29:28.343419Z",
            "uploadedTime": "2011-09-08T12:43:22.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624573/theora/orig_d58382418802456ebd0a04fa0ba5a3bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624573/large_thumb/large.jpg"
        },
        {
            "id": 624572,
            "name": "Inspirerende Mikael",
            "header": "Mikael Andersson har skrevet sin selvbiografi: Armløs, beinløs, men ikke håpløs.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624572/theora/orig_370660b03c0344f9aa8562dff808d9c5.ogv",
                "original": "https://upload.frikanalen.no/media/624572/original/orig_370660b03c0344f9aa8562dff808d9c5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624572/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624572/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624572/broadcast/5750_85ece06f1bdf46599436e6f85e84dd24.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624572/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T12:33:50.103000Z",
            "updatedTime": "2018-11-10T18:29:28.344793Z",
            "uploadedTime": "2011-09-08T12:33:50.103000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624572/theora/orig_370660b03c0344f9aa8562dff808d9c5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624572/large_thumb/large.jpg"
        },
        {
            "id": 622924,
            "name": "Helge Hjelland del 3",
            "header": "Bokstavlig talt",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622924/theora/3171_db95950e8fbe4eaeb8f4f15aa16d9755.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622924/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622924/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622924/broadcast/orig_da4c5a6a3d8c4ab184aaf541b004f15c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622924/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-07-29T12:17:27.747000Z",
            "updatedTime": "2018-11-10T18:29:30.420207Z",
            "uploadedTime": "2009-07-29T12:17:27.747000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622924/theora/3171_db95950e8fbe4eaeb8f4f15aa16d9755.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622924/large_thumb/large.jpg"
        },
        {
            "id": 622366,
            "name": "Sammen om livet del 1b",
            "header": "Samtalegruppen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622366/theora/2420_096560f45b6641679c50dbff99c033e5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622366/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622366/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622366/broadcast/orig_7398a3952b13446dba011c69864427ee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622366/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:20:00Z",
            "updatedTime": "2018-11-10T18:29:30.820376Z",
            "uploadedTime": "2009-01-02T16:20:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622366/theora/2420_096560f45b6641679c50dbff99c033e5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622366/large_thumb/large.jpg"
        },
        {
            "id": 622365,
            "name": "Sammen om livet del 1a",
            "header": "Kjærlighet, romantikk og virkelighet",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622365/theora/2419_64f4e75e83144308b550c1453691d4f6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622365/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622365/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622365/broadcast/orig_78842181446140fea5617f5690f5f7f1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622365/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-02T16:19:00Z",
            "updatedTime": "2018-11-10T18:29:30.821740Z",
            "uploadedTime": "2009-01-02T16:19:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622365/theora/2419_64f4e75e83144308b550c1453691d4f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622365/large_thumb/large.jpg"
        },
        {
            "id": 624562,
            "name": "Bibelstudier 13 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624562/theora/orig_c78f040996fe4f5f86d0032cf879ac45.ogv",
                "original": "https://upload.frikanalen.no/media/624562/original/orig_c78f040996fe4f5f86d0032cf879ac45.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624562/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624562/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624562/broadcast/5658_0ff0c9bfc1a848b188815fd97a372f7f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624562/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:00:53.387000Z",
            "updatedTime": "2018-11-10T18:29:28.354412Z",
            "uploadedTime": "2011-07-01T15:00:53.387000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624562/theora/orig_c78f040996fe4f5f86d0032cf879ac45.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624562/large_thumb/large.jpg"
        },
        {
            "id": 624561,
            "name": "Bibelstudier 12 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624561/theora/orig_f69ac221010742efaa954dc086a39ef1.ogv",
                "original": "https://upload.frikanalen.no/media/624561/original/orig_f69ac221010742efaa954dc086a39ef1.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624561/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624561/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624561/broadcast/5657_ec79bac8e61148319b51c305829b9ebe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624561/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:58:51.243000Z",
            "updatedTime": "2018-11-10T18:29:28.355800Z",
            "uploadedTime": "2011-07-01T14:58:51.243000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624561/theora/orig_f69ac221010742efaa954dc086a39ef1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624561/large_thumb/large.jpg"
        },
        {
            "id": 624560,
            "name": "Bibelstudier 11 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624560/theora/orig_b91c9b9eaeab402e8b43c8df4e45a394.ogv",
                "original": "https://upload.frikanalen.no/media/624560/original/orig_b91c9b9eaeab402e8b43c8df4e45a394.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624560/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624560/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624560/broadcast/5656_1a68e7bb7ea041e7b3862a4741f6100a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624560/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:56:50.757000Z",
            "updatedTime": "2018-11-10T18:29:28.357143Z",
            "uploadedTime": "2011-07-01T14:56:50.757000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624560/theora/orig_b91c9b9eaeab402e8b43c8df4e45a394.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624560/large_thumb/large.jpg"
        }
    ]
}