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

{
    "count": 3549,
    "next": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=900&ordering=name",
    "previous": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=800&ordering=name",
    "results": [
        {
            "id": 622276,
            "name": "Den Norske kirke i eksil del 05",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622276/theora/2142_be25a233373342c491b31020ef3aef37.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622276/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622276/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622276/broadcast/orig_Den Norske Kirke i Eksil 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622276/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:40.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T11:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.943325Z",
            "uploadedTime": "2009-01-02T11:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622276/theora/2142_be25a233373342c491b31020ef3aef37.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622276/large_thumb/large.jpg"
        },
        {
            "id": 622277,
            "name": "Den Norske kirke i eksil del 06",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622277/theora/2143_f950636e501d435cb8e276afefe735d2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622277/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622277/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622277/broadcast/orig_Den Norske Kirke i Eksil 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622277/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:03",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T11:43:00Z",
            "updatedTime": "2018-11-10T18:29:30.941959Z",
            "uploadedTime": "2009-01-02T11:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622277/theora/2143_f950636e501d435cb8e276afefe735d2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622277/large_thumb/large.jpg"
        },
        {
            "id": 622296,
            "name": "Den Norske kirke i eksil del 07",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622296/theora/2277_c428529c06284d1396fa5c4ecc80287e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622296/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622296/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622296/broadcast/orig_Den norske kirke i eksil - del 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622296/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:30.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T13:57:00Z",
            "updatedTime": "2018-11-10T18:29:30.917522Z",
            "uploadedTime": "2009-01-02T13:57:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622296/theora/2277_c428529c06284d1396fa5c4ecc80287e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622296/large_thumb/large.jpg"
        },
        {
            "id": 622295,
            "name": "Den Norske kirke i eksil del 08",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622295/theora/2276_cae77d36fbd844259c4b73a4804bc900.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622295/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622295/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622295/broadcast/orig_Den Norske kirke i eksil del 8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622295/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:45.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T13:56:00Z",
            "updatedTime": "2018-11-10T18:29:30.918889Z",
            "uploadedTime": "2009-01-02T13:56:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622295/theora/2276_cae77d36fbd844259c4b73a4804bc900.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622295/large_thumb/large.jpg"
        },
        {
            "id": 622317,
            "name": "Den Norske kirke i eksil del 09",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622317/theora/2320_0c7967976c1641a1aa7767061a206ef5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622317/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622317/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622317/broadcast/orig_Den Norske Kirke i eksil 9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622317/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:08.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T14:40:00Z",
            "updatedTime": "2018-11-10T18:29:30.888775Z",
            "uploadedTime": "2009-01-02T14:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622317/theora/2320_0c7967976c1641a1aa7767061a206ef5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622317/large_thumb/large.jpg"
        },
        {
            "id": 622318,
            "name": "Den Norske kirke i eksil del 10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622318/theora/2321_90b7b95051b14ebb89cba57b10ff1557.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622318/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622318/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622318/broadcast/orig_d319dc4354ff4035b54a1f99ccdca39d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622318/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:34.280000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T14:41:00Z",
            "updatedTime": "2018-11-10T18:29:30.887382Z",
            "uploadedTime": "2009-01-02T14:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622318/theora/2321_90b7b95051b14ebb89cba57b10ff1557.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622318/large_thumb/large.jpg"
        },
        {
            "id": 622334,
            "name": "Den Norske kirke i eksil del 11",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622334/theora/2369_d2bbe743562e4b4fa993da7d2ce7a13f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622334/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622334/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622334/broadcast/orig_e3008f56f69d4e079416506cbcae2ce0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622334/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:59.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:29:00Z",
            "updatedTime": "2018-11-10T18:29:30.864748Z",
            "uploadedTime": "2009-01-02T15:29:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622334/theora/2369_d2bbe743562e4b4fa993da7d2ce7a13f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622334/large_thumb/large.jpg"
        },
        {
            "id": 622335,
            "name": "Den Norske kirke i eksil del 12",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622335/theora/2370_b5ea906b1c4a43a8a3c58e260eafa9fe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622335/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622335/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622335/broadcast/orig_6bd0dc2fb8e0418c8f850d421866230d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622335/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:38.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:30:00Z",
            "updatedTime": "2018-11-10T18:29:30.863394Z",
            "uploadedTime": "2009-01-02T15:30:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622335/theora/2370_b5ea906b1c4a43a8a3c58e260eafa9fe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622335/large_thumb/large.jpg"
        },
        {
            "id": 622340,
            "name": "Den Norske kirke i eksil del 13",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622340/theora/2379_39e8387ca7234034b9a2b9a136e429cb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622340/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622340/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622340/broadcast/orig_74c56e985a434222a69f8bd01cf8b3b2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622340/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:13.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:39:00Z",
            "updatedTime": "2018-11-10T18:29:30.856596Z",
            "uploadedTime": "2009-01-02T15:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622340/theora/2379_39e8387ca7234034b9a2b9a136e429cb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622340/large_thumb/large.jpg"
        },
        {
            "id": 622349,
            "name": "Den Norske kirke i eksil del 14",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622349/theora/2399_9658d6c9b04544d892ae727f58844f06.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622349/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622349/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622349/broadcast/orig_e9d4630405ee4ab1a768020931a42511.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622349/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:29.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:59:00Z",
            "updatedTime": "2018-11-10T18:29:30.844375Z",
            "uploadedTime": "2009-01-02T15:59:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622349/theora/2399_9658d6c9b04544d892ae727f58844f06.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622349/large_thumb/large.jpg"
        },
        {
            "id": 622381,
            "name": "Den norske kirke i eksil del 15",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622381/theora/2435_eea405672480450180d69d9b95228b4d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622381/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622381/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622381/broadcast/orig_9f124265649a4711baba6b5931213ec6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622381/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:56.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:35:00Z",
            "updatedTime": "2018-11-10T18:29:30.799573Z",
            "uploadedTime": "2009-01-02T16:35:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622381/theora/2435_eea405672480450180d69d9b95228b4d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622381/large_thumb/large.jpg"
        },
        {
            "id": 622444,
            "name": "Den norske kirke i eksil del 16",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622444/theora/2466_0e135709008e48c9864d142e67f3e638.ogv",
                "original": "https://upload.frikanalen.no/media/622444/original/orig_55d7d84f3d7942118df4956626f45a20.avi",
                "smallThumb": "https://upload.frikanalen.no/media/622444/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622444/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622444/broadcast/2466_1683422fe81645a9a6540b932d81fc43.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622444/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:22.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:06:00Z",
            "updatedTime": "2018-11-10T18:29:30.714392Z",
            "uploadedTime": "2009-01-02T17:06:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622444/theora/2466_0e135709008e48c9864d142e67f3e638.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622444/large_thumb/large.jpg"
        },
        {
            "id": 622387,
            "name": "Den norske kirke i eksil del 17",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622387/theora/2467_1fb159434e0c4a5c9f461a6bc6c93149.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622387/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622387/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622387/broadcast/orig_49fd847c06c74d5e9249393df39af829.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622387/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:49.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:07:00Z",
            "updatedTime": "2018-11-10T18:29:30.791239Z",
            "uploadedTime": "2009-01-02T17:07:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622387/theora/2467_1fb159434e0c4a5c9f461a6bc6c93149.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622387/large_thumb/large.jpg"
        },
        {
            "id": 622583,
            "name": "Den norske kirke i eksil del 18a",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622583/theora/2468_52dc7f0e1e55485cb40842f20d74f20b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622583/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622583/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622583/broadcast/orig_78ed3c66540c494591de76be0ee1bd8d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622583/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:28.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:08:00Z",
            "updatedTime": "2018-11-10T18:29:30.522260Z",
            "uploadedTime": "2009-01-02T17:08:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622583/theora/2468_52dc7f0e1e55485cb40842f20d74f20b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622583/large_thumb/large.jpg"
        },
        {
            "id": 622584,
            "name": "Den norske kirke i eksil del 18b",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622584/theora/2469_c357055f47114f6bb87c0f15be6d42a2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622584/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622584/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622584/broadcast/orig_0e0b0e61d7d34c209f27a25ddad8c05f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622584/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:45.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:09:00Z",
            "updatedTime": "2018-11-10T18:29:30.520913Z",
            "uploadedTime": "2009-01-02T17:09:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622584/theora/2469_c357055f47114f6bb87c0f15be6d42a2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622584/large_thumb/large.jpg"
        },
        {
            "id": 622605,
            "name": "Den norske kirke i eksil del 19",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622605/theora/2470_358eaccb95f745a3a219739cfde633d5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622605/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622605/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622605/broadcast/orig_f4fa2b6a0ade410b88121b03ad1e494c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622605/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:51",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:10:00Z",
            "updatedTime": "2018-11-10T18:29:30.491315Z",
            "uploadedTime": "2009-01-02T17:10:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622605/theora/2470_358eaccb95f745a3a219739cfde633d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622605/large_thumb/large.jpg"
        },
        {
            "id": 622914,
            "name": "den norske kirke i eksil del 20",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622914/theora/3160_1312bab1e5534c12bea69d3e1f486794.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622914/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622914/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622914/broadcast/orig_9ed65094fa0f4f5bb54bd0017864eeb8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622914/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:57",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-18T10:52:30.917000Z",
            "updatedTime": "2018-11-10T18:29:30.432545Z",
            "uploadedTime": "2009-07-18T10:52:30.917000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622914/theora/3160_1312bab1e5534c12bea69d3e1f486794.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622914/large_thumb/large.jpg"
        },
        {
            "id": 622612,
            "name": "den norske kirke i eksil del 21",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622612/theora/2984_560b2b6d76a84c6abfeb86dd849fc24b.ogv",
                "original": "https://upload.frikanalen.no/media/622612/original/orig_4c066cda453b407a87a21a17e50ee0be.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/622612/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622612/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622612/broadcast/2984_4416bea28ec449e69d70e2c6bee6a828.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622612/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:53.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-07T15:14:52.117000Z",
            "updatedTime": "2018-11-10T18:29:30.484632Z",
            "uploadedTime": "2009-06-07T15:14:52.117000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622612/theora/2984_560b2b6d76a84c6abfeb86dd849fc24b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622612/large_thumb/large.jpg"
        },
        {
            "id": 622893,
            "name": "den norske kirke i eksil del 22",
            "header": "Gudstjeneste  Oslo",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622893/theora/3029_df6984fed3b44478ac58551cd0fb49d5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622893/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622893/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622893/broadcast/orig_c5f094b27f6a43b0abd2a4d5d09046c7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622893/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:18.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-18T21:54:58.067000Z",
            "updatedTime": "2018-11-10T18:29:30.460126Z",
            "uploadedTime": "2009-06-18T21:54:58.067000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622893/theora/3029_df6984fed3b44478ac58551cd0fb49d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622893/large_thumb/large.jpg"
        },
        {
            "id": 622628,
            "name": "den norske kirke i eksil del 23",
            "header": "Den norske kirke i eksil del 23",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622628/theora/3030_01e3f5e3ffc440379779bee3a7daafa7.ogv",
                "original": "https://upload.frikanalen.no/media/622628/original/orig_327f86875ee54b1fbea014017894b590.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/622628/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622628/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622628/broadcast/3030_0494e1627d8647b4bebbea84fe180036.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622628/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:40.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-18T22:19:27.163000Z",
            "updatedTime": "2018-11-10T18:29:30.468215Z",
            "uploadedTime": "2009-06-18T22:19:27.163000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622628/theora/3030_01e3f5e3ffc440379779bee3a7daafa7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622628/large_thumb/large.jpg"
        },
        {
            "id": 622894,
            "name": "den norske kirke i eksil del 24",
            "header": "Gudstjeneste",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622894/theora/3132_6352f65d8d0941889e69b18c47a575ef.ogv",
                "original": "https://upload.frikanalen.no/media/622894/original/orig_1ff50c780e8e49a29004e5810e6b2b69.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/622894/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622894/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622894/broadcast/3132_d066c67ae415462983db9fe709d884b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622894/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:48.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-01T12:06:46.987000Z",
            "updatedTime": "2018-11-10T18:29:30.458691Z",
            "uploadedTime": "2009-07-01T12:06:46.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622894/theora/3132_6352f65d8d0941889e69b18c47a575ef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622894/large_thumb/large.jpg"
        },
        {
            "id": 622918,
            "name": "Den norske kirke i eksil del 25",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622918/theora/3164_28106c23a079452d97028c0c0374338a.ogv",
                "original": "https://upload.frikanalen.no/media/622918/original/orig_4955526d0cfc49bda8964cbf6a3dad70.avi",
                "smallThumb": "https://upload.frikanalen.no/media/622918/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622918/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622918/broadcast/3164_095d6f97252e4498bc28380f16c243ed.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622918/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:52.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-27T07:46:21.787000Z",
            "updatedTime": "2018-11-10T18:29:30.427066Z",
            "uploadedTime": "2009-07-27T07:46:21.787000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622918/theora/3164_28106c23a079452d97028c0c0374338a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622918/large_thumb/large.jpg"
        },
        {
            "id": 622920,
            "name": "Den norske kirke i eksil del 26",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622920/theora/3166_820414ec301040ee8b1bed756e4e2d69.ogv",
                "original": "https://upload.frikanalen.no/media/622920/original/orig_cecd0ee99b414ae080b3f64a0346027c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/622920/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622920/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622920/broadcast/3166_8bee45979b7a4e51bf6e44243e6c93f8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622920/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:13.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-28T09:26:19.297000Z",
            "updatedTime": "2018-11-10T18:29:30.425695Z",
            "uploadedTime": "2009-07-28T09:26:19.297000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622920/theora/3166_820414ec301040ee8b1bed756e4e2d69.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622920/large_thumb/large.jpg"
        },
        {
            "id": 622960,
            "name": "Den norske kirke i eksil del 27",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622960/theora/3213_f4537c714014411bbe6f5af885226197.ogv",
                "original": "https://upload.frikanalen.no/media/622960/original/orig_cb2c82a691f3434ab35982f6ae849979.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/622960/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622960/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622960/broadcast/3213_513a7acf835e471e897aeb35d21e8d01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622960/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:49.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-10T14:21:43.483000Z",
            "updatedTime": "2018-11-10T18:29:30.385906Z",
            "uploadedTime": "2009-08-10T14:21:43.483000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622960/theora/3213_f4537c714014411bbe6f5af885226197.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622960/large_thumb/large.jpg"
        },
        {
            "id": 622974,
            "name": "Den norske kirke i eksil del 28",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622974/theora/3256_d5e8dce70f564cdeb19de403d17cb374.ogv",
                "original": "https://upload.frikanalen.no/media/622974/original/orig_c261007ac8ad4ed48be570926b00b607.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/622974/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622974/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622974/broadcast/3256_d37f6c43d85345b78be4d52f79aeebc7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622974/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:18.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-17T19:00:52.723000Z",
            "updatedTime": "2018-11-10T18:29:30.380464Z",
            "uploadedTime": "2009-08-17T19:00:52.723000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622974/theora/3256_d5e8dce70f564cdeb19de403d17cb374.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622974/large_thumb/large.jpg"
        },
        {
            "id": 623015,
            "name": "Den norske kirke i eksil del 29",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623015/theora/3309_28ded996087d4ff5b88b3add3b1ccca1.ogv",
                "original": "https://upload.frikanalen.no/media/623015/original/orig_866278d79cb84c32ae444905da9eef01.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623015/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623015/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623015/broadcast/3309_ca25366591a148888aa40de0335fc2d1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623015/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:57.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-28T09:29:31.270000Z",
            "updatedTime": "2018-11-10T18:29:30.335050Z",
            "uploadedTime": "2009-08-28T09:29:31.270000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623015/theora/3309_28ded996087d4ff5b88b3add3b1ccca1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623015/large_thumb/large.jpg"
        },
        {
            "id": 623117,
            "name": "Den norske kirke i eksil del 30",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623117/theora/3530_41a33bc2bc7e4de790ec2122f86c530a.ogv",
                "original": "https://upload.frikanalen.no/media/623117/original/orig_b745523eadc24d108c2c34ca2f295037.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623117/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623117/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623117/broadcast/3530_9a2f10f974d5407a9f6642d27e57a55c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623117/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:24.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-23T05:20:12.600000Z",
            "updatedTime": "2018-11-10T18:29:30.202395Z",
            "uploadedTime": "2009-09-23T05:20:12.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623117/theora/3530_41a33bc2bc7e4de790ec2122f86c530a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623117/large_thumb/large.jpg"
        },
        {
            "id": 623171,
            "name": "Den Norske kirke i eksil del 31",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623171/theora/3326_8af264a5ad264b7fbca9c37761847a3e.ogv",
                "original": "https://upload.frikanalen.no/media/623171/original/orig_c41b419f17fc4ea1a8dbe18d4c0a7bad.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623171/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623171/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623171/broadcast/3326_d3f3b256d3c7468588f6c2120664c291.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623171/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:22.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-30T22:53:07.150000Z",
            "updatedTime": "2018-11-10T18:29:30.133890Z",
            "uploadedTime": "2009-08-30T22:53:07.150000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623171/theora/3326_8af264a5ad264b7fbca9c37761847a3e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623171/large_thumb/large.jpg"
        },
        {
            "id": 623180,
            "name": "Den norske kirke i eksil del 32",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623180/theora/3588_9b921c1ad10041148156d190a9a31e2f.ogv",
                "original": "https://upload.frikanalen.no/media/623180/original/orig_50d99e7c381a453098dc2930ac65ec03.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623180/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623180/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623180/broadcast/3588_94674da05c414692b039f6437c2d074f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623180/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:16.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:38:41.200000Z",
            "updatedTime": "2018-11-10T18:29:30.123001Z",
            "uploadedTime": "2009-10-27T18:38:41.200000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623180/theora/3588_9b921c1ad10041148156d190a9a31e2f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623180/large_thumb/large.jpg"
        },
        {
            "id": 623203,
            "name": "Den norske kirke i eksil del 33",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623203/theora/3589_e4462a2254bd41f2b488e9adcb90f575.ogv",
                "original": "https://upload.frikanalen.no/media/623203/original/orig_a9f74b670d6c45bdad3c316b5a6420fa.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623203/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623203/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623203/broadcast/3589_f0d0fa8631974d33b14627eefe964170.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623203/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:10.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:40:29.810000Z",
            "updatedTime": "2018-11-10T18:29:30.095679Z",
            "uploadedTime": "2009-10-27T18:40:29.810000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623203/theora/3589_e4462a2254bd41f2b488e9adcb90f575.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623203/large_thumb/large.jpg"
        },
        {
            "id": 623234,
            "name": "Den norske kirke i eksil del 34",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623234/theora/3590_0669453dc9094d12b22c2e0b87286990.ogv",
                "original": "https://upload.frikanalen.no/media/623234/original/orig_ef4754c52e474359bc5a824ba56fbfeb.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623234/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623234/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623234/broadcast/3590_e594fac3bcbe4ef18d7f1cb99b7f543f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623234/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:29.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:43:58.220000Z",
            "updatedTime": "2018-11-10T18:29:30.057966Z",
            "uploadedTime": "2009-10-27T18:43:58.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623234/theora/3590_0669453dc9094d12b22c2e0b87286990.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623234/large_thumb/large.jpg"
        },
        {
            "id": 623233,
            "name": "Den norske kirke i eksil del 35",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623233/theora/3591_3a86fb71f7184e0d82c2671132e1cf90.ogv",
                "original": "https://upload.frikanalen.no/media/623233/original/orig_fe9d05ee00634074a6cc2e390407069d.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623233/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623233/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623233/broadcast/3591_7c5db21e801c412dbf87d4a1f1601ce5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623233/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:14.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:46:06.440000Z",
            "updatedTime": "2018-11-10T18:29:30.059428Z",
            "uploadedTime": "2009-10-27T18:46:06.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623233/theora/3591_3a86fb71f7184e0d82c2671132e1cf90.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623233/large_thumb/large.jpg"
        },
        {
            "id": 623246,
            "name": "Den norske kirke i eksil del 36",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623246/theora/3663_e8922352cacc46c6878a0fb79450fbf2.ogv",
                "original": "https://upload.frikanalen.no/media/623246/original/orig_82382e3fccac43b38a75968804401860.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623246/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623246/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623246/broadcast/3663_37ab73d0588a42b0b451c9ccdf698ca5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623246/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:10.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-25T20:14:19.753000Z",
            "updatedTime": "2018-11-10T18:29:30.044473Z",
            "uploadedTime": "2009-11-25T20:14:19.753000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623246/theora/3663_e8922352cacc46c6878a0fb79450fbf2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623246/large_thumb/large.jpg"
        },
        {
            "id": 623255,
            "name": "Den norske kirke i eksil del 37",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623255/theora/3674_952cd312b971419a99fff8ec3c55bb3f.ogv",
                "original": "https://upload.frikanalen.no/media/623255/original/orig_4450bd290637417e9254bf8a5bd356a6.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623255/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623255/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623255/broadcast/3674_43d35e39ffb0417aabd089027531a9fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623255/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:46.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-02T14:27:39.227000Z",
            "updatedTime": "2018-11-10T18:29:30.033807Z",
            "uploadedTime": "2009-12-02T14:27:39.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623255/theora/3674_952cd312b971419a99fff8ec3c55bb3f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623255/large_thumb/large.jpg"
        },
        {
            "id": 623278,
            "name": "Den norske kirke i eksil del 38",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623278/theora/3705_fad08336a18247bbbe87b51e5ec33d1e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623278/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623278/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623278/broadcast/3705_af475fc440c244bc9e16396a4c709c88.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623278/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:12.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-16T15:34:53.503000Z",
            "updatedTime": "2018-11-10T18:29:30.006225Z",
            "uploadedTime": "2009-12-16T15:34:53.503000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623278/theora/3705_fad08336a18247bbbe87b51e5ec33d1e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623278/large_thumb/large.jpg"
        },
        {
            "id": 623288,
            "name": "Den norske kirke i eksil del 39",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623288/theora/3739_8ad024b42a3741aca03f29a567a5a954.ogv",
                "original": "https://upload.frikanalen.no/media/623288/original/orig_faa22d61179e4d5bb946bb660380e8f4.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623288/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623288/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623288/broadcast/3739_90af241df10f42a48541d040e616cbf5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623288/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:18.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-26T22:00:10.107000Z",
            "updatedTime": "2018-11-10T18:29:29.992509Z",
            "uploadedTime": "2009-12-26T22:00:10.107000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623288/theora/3739_8ad024b42a3741aca03f29a567a5a954.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623288/large_thumb/large.jpg"
        },
        {
            "id": 623306,
            "name": "Den norske kirke i eksil del 40",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623306/theora/3813_53ac653333504ba39875a25b6e061d9a.ogv",
                "original": "https://upload.frikanalen.no/media/623306/original/orig_50923b4c3ef648f8a869f370b01d80f4.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623306/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623306/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623306/broadcast/3813_cda0ceecd7084e779aa7f7f6f3dfac15.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623306/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:45.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-06T20:16:32.470000Z",
            "updatedTime": "2018-11-10T18:29:29.968758Z",
            "uploadedTime": "2010-01-06T20:16:32.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623306/theora/3813_53ac653333504ba39875a25b6e061d9a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623306/large_thumb/large.jpg"
        },
        {
            "id": 623313,
            "name": "Den norske kirke i eksil del 41",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623313/theora/3886_d995712f9cc1459ba6359cc4716b5200.ogv",
                "original": "https://upload.frikanalen.no/media/623313/original/orig_814f2d5bfbe6424982bf9e7f10ab8f0a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623313/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623313/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623313/broadcast/3886_872b501b706c4acaa8a0e0af2a88d004.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623313/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:17.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-13T04:38:20.387000Z",
            "updatedTime": "2018-11-10T18:29:29.960575Z",
            "uploadedTime": "2010-01-13T04:38:20.387000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623313/theora/3886_d995712f9cc1459ba6359cc4716b5200.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623313/large_thumb/large.jpg"
        },
        {
            "id": 623352,
            "name": "Den norske kirke i eksil del 42",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623352/theora/3912_97eaf5a44e8c4c03abcbb54b652efbeb.ogv",
                "original": "https://upload.frikanalen.no/media/623352/original/orig_236cfa7d26794c9daf0e6f4401be8d15.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623352/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623352/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623352/broadcast/3912_9af9e05caa744425a1cff009fd1dcf3e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623352/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:59.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-25T21:19:30.087000Z",
            "updatedTime": "2018-11-10T18:29:29.906627Z",
            "uploadedTime": "2010-01-25T21:19:30.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623352/theora/3912_97eaf5a44e8c4c03abcbb54b652efbeb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623352/large_thumb/large.jpg"
        },
        {
            "id": 623380,
            "name": "Den norske kirke i eksil del 43",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623380/theora/3942_3c8ed799ec6f40149d16575b4a48d953.ogv",
                "original": "https://upload.frikanalen.no/media/623380/original/orig_e3e05cbb112f460a8764be8542b595b8.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623380/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623380/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623380/broadcast/3942_fdb1d93745c141d488afffb4bdc39245.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623380/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:36.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-09T18:30:08.897000Z",
            "updatedTime": "2018-11-10T18:29:29.866365Z",
            "uploadedTime": "2010-02-09T18:30:08.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623380/theora/3942_3c8ed799ec6f40149d16575b4a48d953.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623380/large_thumb/large.jpg"
        },
        {
            "id": 623467,
            "name": "Den norske kirke i eksil del 45A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623467/theora/4064_4b93f6e7949f42d09c8f87ff2a96dfde.ogv",
                "original": "https://upload.frikanalen.no/media/623467/original/orig_fc65489522ef4b1faae5245df2eeaa7b.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623467/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623467/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623467/broadcast/4064_0192ba7b02e744979dcf12d9b5914a27.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623467/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:53.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-11T17:22:55.847000Z",
            "updatedTime": "2018-11-10T18:29:29.776180Z",
            "uploadedTime": "2010-03-11T17:22:55.847000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623467/theora/4064_4b93f6e7949f42d09c8f87ff2a96dfde.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623467/large_thumb/large.jpg"
        },
        {
            "id": 623468,
            "name": "Den norske kirke i eksil del 45B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623468/theora/4065_133dd4d3bce042f6a4910e330fcae629.ogv",
                "original": "https://upload.frikanalen.no/media/623468/original/orig_46bb378517cf473682bd07227da5722d.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623468/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623468/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623468/broadcast/4065_fc85750efbba40848965fbe2ea87c2cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623468/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:02.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-11T17:27:25.307000Z",
            "updatedTime": "2018-11-10T18:29:29.774708Z",
            "uploadedTime": "2010-03-11T17:27:25.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623468/theora/4065_133dd4d3bce042f6a4910e330fcae629.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623468/large_thumb/large.jpg"
        },
        {
            "id": 623504,
            "name": "Den norske kirke i eksil del 46",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623504/theora/4191_39d22bab46054583870b3b43694022d9.ogv",
                "original": "https://upload.frikanalen.no/media/623504/original/orig_f883d5351f474b36acfe37cf9d38923a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623504/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623504/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623504/broadcast/4191_ceae7d89d37648a2aa8f128c2866590f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623504/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:05.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-05T16:13:50.377000Z",
            "updatedTime": "2018-11-10T18:29:29.724862Z",
            "uploadedTime": "2010-04-05T16:13:50.377000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623504/theora/4191_39d22bab46054583870b3b43694022d9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623504/large_thumb/large.jpg"
        },
        {
            "id": 623507,
            "name": "Den norske kirke i eksil del 47",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623507/theora/4203_478c196368ba43b0a0aa53b790ab3fbc.ogv",
                "original": "https://upload.frikanalen.no/media/623507/original/orig_ff2fe40c6ab24b63a3e576e6b2fba85f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623507/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623507/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623507/broadcast/4203_93dc2bec87974612bff235035b7d5ebd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623507/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:57.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-07T17:30:16.390000Z",
            "updatedTime": "2018-11-10T18:29:29.720754Z",
            "uploadedTime": "2010-04-07T17:30:16.390000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623507/theora/4203_478c196368ba43b0a0aa53b790ab3fbc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623507/large_thumb/large.jpg"
        },
        {
            "id": 623509,
            "name": "Den norske kirke i eksil del 48",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623509/theora/4205_837fc46f1a804107acaf8c1396ff9c04.ogv",
                "original": "https://upload.frikanalen.no/media/623509/original/orig_ff35d18014744dcba6bf68e45372bc8d.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623509/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623509/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623509/broadcast/4205_c74237b11ca9481bbbf77cfc70e850e8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623509/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:16.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-08T08:37:59.327000Z",
            "updatedTime": "2018-11-10T18:29:29.717901Z",
            "uploadedTime": "2010-04-08T08:37:59.327000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623509/theora/4205_837fc46f1a804107acaf8c1396ff9c04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623509/large_thumb/large.jpg"
        },
        {
            "id": 623551,
            "name": "den norske kirke i eksil del 49",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623551/theora/4228_03281f3559d2464f9688cf1c42e2ad7f.ogv",
                "original": "https://upload.frikanalen.no/media/623551/original/orig_38a779074946447db1992a4bbe79f7fa.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623551/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623551/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623551/broadcast/4228_a7ed989dd983491bb62d0bd000d75314.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623551/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:58.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-14T18:59:26.087000Z",
            "updatedTime": "2018-11-10T18:29:29.658104Z",
            "uploadedTime": "2010-04-14T18:59:26.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623551/theora/4228_03281f3559d2464f9688cf1c42e2ad7f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623551/large_thumb/large.jpg"
        },
        {
            "id": 623559,
            "name": "Den norske kirke i eksil del 50",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623559/theora/4245_8a5dcf841b8a4012aef8a4171b2d7f93.ogv",
                "original": "https://upload.frikanalen.no/media/623559/original/orig_e2af8b88034147ed953d60082941533a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623559/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623559/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623559/broadcast/4245_667de16cf97943e7a0665083768491fa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623559/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:44.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-19T21:16:39.197000Z",
            "updatedTime": "2018-11-10T18:29:29.647079Z",
            "uploadedTime": "2010-04-19T21:16:39.197000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623559/theora/4245_8a5dcf841b8a4012aef8a4171b2d7f93.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623559/large_thumb/large.jpg"
        },
        {
            "id": 623587,
            "name": "Den norske kirke i eksil del 51",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623587/theora/4266_80869583bbe946988da51491c678187c.ogv",
                "original": "https://upload.frikanalen.no/media/623587/original/orig_b6249f6d5ca54eca932a69a7636131b6.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623587/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623587/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623587/broadcast/4266_cf804f4ac4a34f4190b4438631607fb8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623587/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:52.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-27T12:04:11.433000Z",
            "updatedTime": "2018-11-10T18:29:29.622618Z",
            "uploadedTime": "2010-04-27T12:04:11.433000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623587/theora/4266_80869583bbe946988da51491c678187c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623587/large_thumb/large.jpg"
        },
        {
            "id": 623635,
            "name": "Den norske kirke i eksil del 52",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623635/theora/4339_aca6308afde0479b9aa1637a95fd21d3.ogv",
                "original": "https://upload.frikanalen.no/media/623635/original/orig_609412c0dfda44dfa34cdd5a97a9f01f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623635/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623635/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623635/broadcast/4339_9c4b5f9c7ea340919cd93a84c419c711.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623635/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:42.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-16T15:34:55.457000Z",
            "updatedTime": "2018-11-10T18:29:29.563599Z",
            "uploadedTime": "2010-05-16T15:34:55.457000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623635/theora/4339_aca6308afde0479b9aa1637a95fd21d3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623635/large_thumb/large.jpg"
        },
        {
            "id": 623659,
            "name": "Den norske kirke i eksil del 53",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623659/theora/4374_931d0a5f900a44f1a3e9bfbdc05ebe0b.ogv",
                "original": "https://upload.frikanalen.no/media/623659/original/orig_b86c2f283fd9499b97e0a7b448ddd7e1.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623659/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623659/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623659/broadcast/4374_2210c27c34164c079676f8c316357eb4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623659/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:59.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-29T09:57:08.733000Z",
            "updatedTime": "2018-11-10T18:29:29.530643Z",
            "uploadedTime": "2010-05-29T09:57:08.733000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623659/theora/4374_931d0a5f900a44f1a3e9bfbdc05ebe0b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623659/large_thumb/large.jpg"
        }
    ]
}