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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2200&ordering=is_filler",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2100&ordering=is_filler",
    "results": [
        {
            "id": 623314,
            "name": "New Life 2010 del 01",
            "header": "Fra Ebenezer Barnehjem.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623314/theora/3885_578daf53c2ba4f8492d7cdf97b590892.ogv",
                "original": "https://upload.frikanalen.no/media/623314/original/orig_eb0a2198eb3141ee89e43ac3c7dc4694.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623314/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623314/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623314/broadcast/3885_fd876d1d41de4899a0a1fdcc6bc7e1c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623314/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:23.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-12T22:33:28.657000Z",
            "updatedTime": "2018-11-10T18:29:29.959212Z",
            "uploadedTime": "2010-01-12T22:33:28.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623314/theora/3885_578daf53c2ba4f8492d7cdf97b590892.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623314/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": 623312,
            "name": "Gudstjeneste fra Østfoldkirken Uke 03_10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623312/theora/3681_52ceed285b794b14b146217a63f61dfb.ogv",
                "original": "https://upload.frikanalen.no/media/623312/original/orig_603542efb5634628a33bcfc692e054b6.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623312/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623312/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623312/broadcast/3681_2cc2605d8bc64930be6c278ab79922c4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623312/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:23",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-12-14T13:08:26.623000Z",
            "updatedTime": "2018-11-10T18:29:29.961916Z",
            "uploadedTime": "2009-12-14T13:08:26.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623312/theora/3681_52ceed285b794b14b146217a63f61dfb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623312/large_thumb/large.jpg"
        },
        {
            "id": 627852,
            "name": "Guds hensikter",
            "header": "Nyttig lærdom i dagens situasjon",
            "description": "Nyttig lærdom i dagens situasjon",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627852/theora/Guds hensikter... (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627852/broadcast/Guds hensikter... (1).dv",
                "original": "https://upload.frikanalen.no/media/627852/original/Guds hensikter... (1).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627852/large_thumb/Guds hensikter... (1).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:30.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-02-06T09:27:21.368857Z",
            "updatedTime": "2024-02-06T10:04:15.150947Z",
            "uploadedTime": "2024-02-06T09:45:10.520292Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627852/theora/Guds hensikter... (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627852/large_thumb/Guds hensikter... (1).jpg"
        },
        {
            "id": 623311,
            "name": "Akkurat Nå! 10.01.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623311/theora/3745_4b1cca3aeccc4bdc804cb65964adff4b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623311/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623311/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623311/broadcast/3745_6beb273030d34b81912f36e2fbfa2a22.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623311/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:50:25.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T09:18:56.730000Z",
            "updatedTime": "2018-11-10T18:29:29.963266Z",
            "uploadedTime": "2009-12-29T09:18:56.730000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623311/theora/3745_4b1cca3aeccc4bdc804cb65964adff4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623311/large_thumb/large.jpg"
        },
        {
            "id": 623310,
            "name": "Nornet tv del 42",
            "header": "Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623310/theora/3817_04bb956655344b33bca083c552d2151c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623310/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623310/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623310/broadcast/3817_d21d88f3d433471cb145a3a6ad919fda.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623310/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:21:35",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-01-08T09:12:26.017000Z",
            "updatedTime": "2018-11-10T18:29:29.964626Z",
            "uploadedTime": "2010-01-08T09:12:26.017000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623310/theora/3817_04bb956655344b33bca083c552d2151c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623310/large_thumb/large.jpg"
        },
        {
            "id": 623308,
            "name": "TV-RFN. En stemningsrapport fra Tromsø. Del 1",
            "header": "Vi viser en stemningsrapport fra Tromsø, vinter og sommer 2009. Dette er første del av våre programmer fra Tromsø.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623308/theora/3744_f3243bbf8ac54c03b186a49b36d398ff.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623308/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623308/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623308/broadcast/3744_44b3ae4a714949dfa702842c2cd93d51.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623308/large_thumb/large.jpg"
            },
            "creator": "kristian@kikkas-network.no",
            "organization": {
                "id": 75,
                "name": "Kikkas Network",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1868,
                "editorName": "Kristian Andreas Jørgensen",
                "editorEmail": "kristian@kikkas-network.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:15.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.kikkas-network.no",
            "createdTime": "2009-12-28T18:45:31.910000Z",
            "updatedTime": "2018-11-10T18:29:29.967355Z",
            "uploadedTime": "2009-12-28T18:45:31.910000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623308/theora/3744_f3243bbf8ac54c03b186a49b36d398ff.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623308/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": 623167,
            "name": "Talentfabrikken 2. juni 2010 (R)",
            "header": "Reprise fra uke 43, 2009",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623167/theora/2855_df1d1bb3a78348fda94edde76a484c5a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623167/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623167/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623167/broadcast/2855_6428c63c738747f1be33101f6b86d40a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623167/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:09.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-15T22:11:24.403000Z",
            "updatedTime": "2018-11-10T18:29:30.139380Z",
            "uploadedTime": "2009-05-15T22:11:24.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623167/theora/2855_df1d1bb3a78348fda94edde76a484c5a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623167/large_thumb/large.jpg"
        },
        {
            "id": 623303,
            "name": "Møteplassen - Tap 5",
            "header": "Julen 2004 mistet Flemming Kofod-Svendsen fire familiemedlemmer i tsunamien i Asia. Han forteller om sin egen sorg og om en sorg som et mennesklig vilkår. Han har skrevet boken \"Døden, sorgen håpet\" hvor han beskriver hvordan han kunne gå videre i livet med troen i behold.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623303/theora/3399_5798bddd3b37467b89392f6400eb8f9a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623303/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623303/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623303/broadcast/3399_25b9bbf7f820406aa6e513b5d17e1a48.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623303/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-04T09:03:11Z",
            "updatedTime": "2018-11-10T18:29:29.972865Z",
            "uploadedTime": "2009-09-04T09:03:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623303/theora/3399_5798bddd3b37467b89392f6400eb8f9a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623303/large_thumb/large.jpg"
        },
        {
            "id": 623360,
            "name": "M@thias' verden del 2",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623360/theora/3924_a292b973b2af40cda3b2765edd14873a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623360/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623360/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623360/broadcast/3924_719607d6a2904f5c99ca08a99a975390.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623360/large_thumb/large.jpg"
            },
            "creator": "toresbe@protonmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:20:07.080000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-27T09:06:41.630000Z",
            "updatedTime": "2021-02-12T13:51:54.895286Z",
            "uploadedTime": "2010-01-27T09:06:41Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623360/theora/3924_a292b973b2af40cda3b2765edd14873a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623360/large_thumb/large.jpg"
        },
        {
            "id": 623301,
            "name": "Bazar Ungdomsbussen i Fjære",
            "header": "\"En bussjåfør, en bussjåfør\", synger ungdommene i Grimstad. Sjåføren heter Kjell-Olav Haugen, og i Bazar får du se hvordan han sørger for at ungdommene kommer seg til Fjøre kirke hver mandag kveld.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623301/theora/3668_4763dae79582468dba73e9ddc0028d57.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623301/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623301/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623301/broadcast/3668_f64f872d652c476f8fdd960c9bed6def.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623301/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-27T12:27:36Z",
            "updatedTime": "2018-11-10T18:29:29.975803Z",
            "uploadedTime": "2009-11-27T12:27:36Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623301/theora/3668_4763dae79582468dba73e9ddc0028d57.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623301/large_thumb/large.jpg"
        },
        {
            "id": 623300,
            "name": "nornet 40",
            "header": "Bill  Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623300/theora/3781_01302dce4fac4c079a62814a4d2a4465.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623300/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623300/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623300/broadcast/3781_252c22a31bfb43ae947c4b60c108d24f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623300/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:15:53.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-01-04T13:23:30.317000Z",
            "updatedTime": "2018-11-10T18:29:29.977274Z",
            "uploadedTime": "2010-01-04T13:23:30.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623300/theora/3781_01302dce4fac4c079a62814a4d2a4465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623300/large_thumb/large.jpg"
        },
        {
            "id": 623298,
            "name": "Gudstjeneste fra Østfoldkirken Uke 02_10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623298/theora/3680_92fdf124523844faa75334517f8c9a2b.ogv",
                "original": "https://upload.frikanalen.no/media/623298/original/orig_475a0415da574dc6a2158313ff19938e.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623298/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623298/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623298/broadcast/3680_817df65a05d149359148fe83e0708b8a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623298/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:22",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-12-14T13:07:51.137000Z",
            "updatedTime": "2018-11-10T18:29:29.978635Z",
            "uploadedTime": "2009-12-14T13:07:51.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623298/theora/3680_92fdf124523844faa75334517f8c9a2b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623298/large_thumb/large.jpg"
        },
        {
            "id": 623297,
            "name": "Møteplassen - Tap 4",
            "header": "Julen 2004 mistet Flemming Kofod-Svendsen fire familiemedlemmer i tsunamien i Asia. Han forteller om sin egen sorg og om en sorg som et mennesklig vilkår. Han har skrevet boken \"Døden, sorgen håpet\" hvor han beskriver hvordan han kunne gå videre i livet med troen i behold.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623297/theora/3398_0c699568bc764796bc122fa0f904192c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623297/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623297/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623297/broadcast/3398_1ce6d9ebfd274c7ea8e7475e5c804ffa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623297/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-04T09:02:08Z",
            "updatedTime": "2018-11-10T18:29:29.980062Z",
            "uploadedTime": "2009-09-04T09:02:08Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623297/theora/3398_0c699568bc764796bc122fa0f904192c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623297/large_thumb/large.jpg"
        },
        {
            "id": 623296,
            "name": "Gudstjeneste fra Østfoldkirken Uke 01_10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623296/theora/3679_0713768b8c5b45cface9517dc5358503.ogv",
                "original": "https://upload.frikanalen.no/media/623296/original/orig_2354bac8ef0f4bfd806b7d81d047c196.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623296/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623296/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623296/broadcast/3679_bc392fd3c29d4afbb1ee4d930bac60da.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623296/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:52",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-12-14T13:07:15.777000Z",
            "updatedTime": "2018-11-10T18:29:29.981509Z",
            "uploadedTime": "2009-12-14T13:07:15.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623296/theora/3679_0713768b8c5b45cface9517dc5358503.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623296/large_thumb/large.jpg"
        },
        {
            "id": 623295,
            "name": "Akkurat nå! 3.januar 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623295/theora/2951_2f7b91498a914dae9a7febe41b44d377.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623295/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623295/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623295/broadcast/2951_19148e33fdb548ed8e352196322c50f5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623295/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:52:49.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T13:49:51.270000Z",
            "updatedTime": "2018-11-10T18:29:29.982859Z",
            "uploadedTime": "2009-05-16T13:49:51.270000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623295/theora/2951_2f7b91498a914dae9a7febe41b44d377.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623295/large_thumb/large.jpg"
        },
        {
            "id": 623294,
            "name": "Stugmøte i Ulvsmåla",
            "header": "Stugmøte i Ulvsmåla,Blommans tean mfl.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623294/theora/3755_15f4d7d4daf24a859a68c16a7d0189fa.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623294/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623294/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623294/broadcast/3755_3fb8dcc9e1d34a11a1be1865253608da.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623294/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:16.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-12-30T12:50:30.110000Z",
            "updatedTime": "2018-11-10T18:29:29.984277Z",
            "uploadedTime": "2009-12-30T12:50:30.110000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623294/theora/3755_15f4d7d4daf24a859a68c16a7d0189fa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623294/large_thumb/large.jpg"
        },
        {
            "id": 623292,
            "name": "Møteplassen - Tap 3",
            "header": "Julen 2004 mistet Flemming Kofod-Svendsen fire familiemedlemmer i tsunamien i Asia. Han forteller om sin egen sorg og om en sorg som et mennesklig vilkår. Han har skrevet boken \"Døden, sorgen håpet\" hvor han beskriver hvordan han kunne gå videre i livet med troen i behold.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623292/theora/3396_bbac376e55f04533bcd28f2f26ef1d0d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623292/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623292/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623292/broadcast/3396_331f088d00b141caa0ce72a6e4707b92.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623292/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-04T09:01:01Z",
            "updatedTime": "2018-11-10T18:29:29.986992Z",
            "uploadedTime": "2009-09-04T09:01:01Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623292/theora/3396_bbac376e55f04533bcd28f2f26ef1d0d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623292/large_thumb/large.jpg"
        },
        {
            "id": 623290,
            "name": "Møteplassen - Tap 2",
            "header": "Julen 2004 mistet Flemming Kofod-Svendsen fire familiemedlemmer i tsunamien i Asia. Han forteller om sin egen sorg og om en sorg som et mennesklig vilkår. Han har skrevet boken \"Døden, sorgen håpet\" hvor han beskriver hvordan han kunne gå videre i livet med troen i behold.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623290/theora/3395_820ff9a0be3146f29901a1cb83e277ef.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623290/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623290/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623290/broadcast/3395_b7ee4b0139a14d728b3c1a53c50d46fa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623290/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-04T08:59:58Z",
            "updatedTime": "2018-11-10T18:29:29.989728Z",
            "uploadedTime": "2009-09-04T08:59:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623290/theora/3395_820ff9a0be3146f29901a1cb83e277ef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623290/large_thumb/large.jpg"
        },
        {
            "id": 623289,
            "name": "Møteplassen - Tap 1",
            "header": "Julen 2004 mistet Flemming Kofod-Svendsen fire familiemedlemmer i tsunamien i Asia. Han forteller om sin egen sorg og om en sorg som et mennesklig vilkår. Han har skrevet boken \"Døden, sorgen håpet\" hvor han beskriver hvordan han kunne gå videre i livet med troen i behold.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623289/theora/3394_708024c66c3141af9d6353d4b1afc130.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623289/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623289/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623289/broadcast/3394_fd8b169503da49a3b759e4344fa73985.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623289/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-04T08:58:52Z",
            "updatedTime": "2018-11-10T18:29:29.991142Z",
            "uploadedTime": "2009-09-04T08:58:52Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623289/theora/3394_708024c66c3141af9d6353d4b1afc130.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623289/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": 623287,
            "name": "De Unges Orkesterforbund",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623287/theora/3740_30a3f244de134f7d99dba211344f1c55.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623287/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623287/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623287/broadcast/3740_362f2016610e4283bbfc9356dbf87410.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623287/large_thumb/large.jpg"
            },
            "creator": "terje@unof.no",
            "organization": {
                "id": 41,
                "name": "De Unges Orkesterforbund",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1871,
                "editorName": "Terje Winther",
                "editorEmail": "terje@unof.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:27.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.unof.no",
            "createdTime": "2009-12-28T12:29:13.973000Z",
            "updatedTime": "2018-11-10T18:29:29.993845Z",
            "uploadedTime": "2009-12-28T12:29:13.973000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623287/theora/3740_30a3f244de134f7d99dba211344f1c55.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623287/large_thumb/large.jpg"
        },
        {
            "id": 623286,
            "name": "Akkurat nå! 20.desember",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623286/theora/2923_5562b474769d4bf08f81d7f8ae6c0b4e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623286/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623286/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623286/broadcast/2923_ebef47052b5b4381bc15be8c94a778f4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623286/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:50:54.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:37:38.810000Z",
            "updatedTime": "2018-11-10T18:29:29.995198Z",
            "uploadedTime": "2009-05-16T12:37:38.810000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623286/theora/2923_5562b474769d4bf08f81d7f8ae6c0b4e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623286/large_thumb/large.jpg"
        },
        {
            "id": 623285,
            "name": "Østfoldkirken uke 53",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623285/theora/3687_114c662650ff4c819fb2699d15a53e6a.ogv",
                "original": "https://upload.frikanalen.no/media/623285/original/orig_3381f572155642aabc9f7628f5b0269f.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623285/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623285/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623285/broadcast/3687_e7af4e6cf00647ccb28b6da3a22de991.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623285/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:16",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-12-14T13:19:02.733000Z",
            "updatedTime": "2018-11-10T18:29:29.996550Z",
            "uploadedTime": "2009-12-14T13:19:02.733000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623285/theora/3687_114c662650ff4c819fb2699d15a53e6a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623285/large_thumb/large.jpg"
        },
        {
            "id": 623283,
            "name": "Bazar Børud spesial",
            "header": "I Bazar denne gangen møter du storfamilien til Arnold og Anne Marie Børud. De har en årelang musikk-karriere bak seg, og musikaliteten har gått i arv. Nå skal barnebarnet Lisa (13) ut med sin åttende plate.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623283/theora/3630_8069f459c3d7409e932d6b595eed68e7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623283/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623283/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623283/broadcast/3630_2970e03c3e664bec86d599a97d5e220d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623283/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-03T09:42:11Z",
            "updatedTime": "2018-11-10T18:29:29.999307Z",
            "uploadedTime": "2009-11-03T09:42:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623283/theora/3630_8069f459c3d7409e932d6b595eed68e7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623283/large_thumb/large.jpg"
        },
        {
            "id": 623281,
            "name": "New Life 2009 del 24",
            "header": "Fra Ebenezer barnehjem.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623281/theora/3738_326cf7f1abe74b4691acc23aa0191d05.ogv",
                "original": "https://upload.frikanalen.no/media/623281/original/orig_a7d0e630ecb74a5098d9dad849d2f97e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623281/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623281/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623281/broadcast/3738_9c973746c09542b2b615ba1a05bf6837.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623281/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:03.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-19T17:09:06.053000Z",
            "updatedTime": "2018-11-10T18:29:30.002129Z",
            "uploadedTime": "2009-12-19T17:09:06.053000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623281/theora/3738_326cf7f1abe74b4691acc23aa0191d05.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623281/large_thumb/large.jpg"
        },
        {
            "id": 623280,
            "name": "Hjerte Til Hjerte, Julemusikal",
            "header": "Julemusikal fra Knoffen menighet, Drammen 2008",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623280/theora/3638_abfcc19fc7d746dda76ace015c034fc9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623280/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623280/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623280/broadcast/3638_0f81349916c04d9aa99b3b655af598c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623280/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-10T08:50:10.217000Z",
            "updatedTime": "2018-11-10T18:29:30.003493Z",
            "uploadedTime": "2009-11-10T08:50:10.217000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623280/theora/3638_abfcc19fc7d746dda76ace015c034fc9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623280/large_thumb/large.jpg"
        },
        {
            "id": 623279,
            "name": "Hjerte Til Hjerte, Julemusikal",
            "header": "Julemusikal fra Knoffen menighet, Drammen 2008",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623279/theora/3640_dfb5b58cc74b40298a055a776dc8534b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623279/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623279/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623279/broadcast/3640_ab0c15daea124c0aa276cd58c924e8e5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623279/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-10T08:52:36.607000Z",
            "updatedTime": "2018-11-10T18:29:30.004877Z",
            "uploadedTime": "2009-11-10T08:52:36.607000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623279/theora/3640_dfb5b58cc74b40298a055a776dc8534b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623279/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": 623270,
            "name": "Østfoldkirken Uke 52",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623270/theora/3570_c12607164d19438da885e35f008f310e.ogv",
                "original": "https://upload.frikanalen.no/media/623270/original/orig_714a5ab8d25840d2b8e971a798f83e42.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623270/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623270/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623270/broadcast/3570_ecedf6f35d2d4417a9455885807b63a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623270/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:35",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:49:31.723000Z",
            "updatedTime": "2018-11-10T18:29:30.014116Z",
            "uploadedTime": "2009-10-12T13:49:31.723000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623270/theora/3570_c12607164d19438da885e35f008f310e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623270/large_thumb/large.jpg"
        },
        {
            "id": 623268,
            "name": "Akkurat nå! 13.desember",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623268/theora/2922_50fe85972f2a4d74bd55e10fd9dd2641.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623268/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623268/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623268/broadcast/2922_b670fc362e1c42f6a2e9cddd926cc673.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623268/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:52:51.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:36:55Z",
            "updatedTime": "2018-11-10T18:29:30.016841Z",
            "uploadedTime": "2009-05-16T12:36:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623268/theora/2922_50fe85972f2a4d74bd55e10fd9dd2641.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623268/large_thumb/large.jpg"
        },
        {
            "id": 623267,
            "name": "Talentfabrikken 4. august 2010 (R)",
            "header": "Reprise fra uke 52, 2009",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623267/theora/2864_f4b38f9046a64cec9f4d8305bb00bea0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623267/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623267/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623267/broadcast/2864_7358944cc2924f59a97baaa0b0fb39dc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623267/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:01.240000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-15T22:16:09.353000Z",
            "updatedTime": "2018-11-10T18:29:30.018167Z",
            "uploadedTime": "2009-05-15T22:16:09.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623267/theora/2864_f4b38f9046a64cec9f4d8305bb00bea0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623267/large_thumb/large.jpg"
        },
        {
            "id": 623266,
            "name": "Hjerte Til Hjerte, SOS Church Sverige",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623266/theora/3639_38357ce786ae4da887b54d8e49f4dc68.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623266/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623266/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623266/broadcast/3639_dc9f05e60416403cae9b4e411348d507.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623266/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-10T08:51:18.480000Z",
            "updatedTime": "2018-11-10T18:29:30.019539Z",
            "uploadedTime": "2009-11-10T08:51:18.480000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623266/theora/3639_38357ce786ae4da887b54d8e49f4dc68.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623266/large_thumb/large.jpg"
        },
        {
            "id": 623265,
            "name": "Hjerte Til Hjerte, Forsoningenstjeneste",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623265/theora/3637_078550970b814b7fa062812b27b4b8cf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623265/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623265/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623265/broadcast/3637_d04db3a250f74ae79d73dfe594e21f77.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623265/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-10T08:34:33.920000Z",
            "updatedTime": "2018-11-10T18:29:30.020876Z",
            "uploadedTime": "2009-11-10T08:34:33.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623265/theora/3637_078550970b814b7fa062812b27b4b8cf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623265/large_thumb/large.jpg"
        },
        {
            "id": 623166,
            "name": "Syng med oss del 6",
            "header": "Syng med oss 2009",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623166/theora/3527_5761d5aa03064cb1987e68219befb83a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623166/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623166/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623166/broadcast/3527_1c0b6b9454074188a0ba2278f7a865e8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623166/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-22T10:01:17.913000Z",
            "updatedTime": "2018-11-10T18:29:30.140770Z",
            "uploadedTime": "2009-09-22T10:01:17.913000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623166/theora/3527_5761d5aa03064cb1987e68219befb83a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623166/large_thumb/large.jpg"
        },
        {
            "id": 623263,
            "name": "Bazar Show it i Bymenigheten Sandnes",
            "header": "Bazar blir kjent med et annerledes kirkeopplegg. Se hvordan testmenigheten i Sandnes snakker om tro i kirken og i hjemmene.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623263/theora/3345_01081658265f45d280aacd8e6fd538c0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623263/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623263/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623263/broadcast/3345_82bd932e14764e56925fc4cf615dc180.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623263/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-01T07:34:27Z",
            "updatedTime": "2018-11-10T18:29:30.023740Z",
            "uploadedTime": "2009-09-01T07:34:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623263/theora/3345_01081658265f45d280aacd8e6fd538c0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623263/large_thumb/large.jpg"
        },
        {
            "id": 623262,
            "name": "Østfoldkirken Uke 51",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623262/theora/3569_847cfabbe92a400895b188c6a4e2b3f8.ogv",
                "original": "https://upload.frikanalen.no/media/623262/original/orig_97f83fb647d54881ad6f18f87309199a.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623262/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623262/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623262/broadcast/3569_41bb1c65887f4d52b518d1add9f7ee16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623262/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:42",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:48:35.920000Z",
            "updatedTime": "2018-11-10T18:29:30.025138Z",
            "uploadedTime": "2009-10-12T13:48:35.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623262/theora/3569_847cfabbe92a400895b188c6a4e2b3f8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623262/large_thumb/large.jpg"
        },
        {
            "id": 623264,
            "name": "Empo tv - del 08",
            "header": "empo tv (tidligere Tellus tv) er norges første tv-kanal hvor mennesker med utviklingshemming er reportere, programledere og teknikkere.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623264/theora/3279_0a43ecc3aee44c84a64162f555c207ec.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623264/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623264/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623264/broadcast/3279_0ef3a5690f7b4a17a4e0d357b5e2854a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623264/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:22:47",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.tellustv.no",
            "createdTime": "2009-08-24T11:56:37.287000Z",
            "updatedTime": "2020-08-30T20:05:48.096428Z",
            "uploadedTime": "2009-08-24T11:56:37.287000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623264/theora/3279_0a43ecc3aee44c84a64162f555c207ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623264/large_thumb/large.jpg"
        },
        {
            "id": 627854,
            "name": "Gnotisk frelse og mye mere",
            "header": "Oversikten er viktig",
            "description": "Oversikten er viktig",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627854/theora/Gnotisk frelse og mye mer....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627854/broadcast/Gnotisk frelse og mye mer....dv",
                "largeThumb": "https://upload.frikanalen.no/media/627854/large_thumb/Gnotisk frelse og mye mer....jpg",
                "original": "https://upload.frikanalen.no/media/627854/original/Gnotisk frelse og mye mer....mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:52:11.433333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-02-07T10:32:55.717190Z",
            "updatedTime": "2024-02-07T10:57:31.738759Z",
            "uploadedTime": "2024-02-07T10:33:10.643529Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627854/theora/Gnotisk frelse og mye mer....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627854/large_thumb/Gnotisk frelse og mye mer....jpg"
        },
        {
            "id": 623261,
            "name": "Talentfabrikken 21. juli 2010 (R)",
            "header": "Reprise fra uke 50, 2009",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623261/theora/2862_5ba8c82615fd49f19537a47e5cd291c7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623261/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623261/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623261/broadcast/2862_b8da834f55db484aa6e1902312b0f700.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623261/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:54.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-15T22:15:12.620000Z",
            "updatedTime": "2018-11-10T18:29:30.026518Z",
            "uploadedTime": "2009-05-15T22:15:12.620000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623261/theora/2862_5ba8c82615fd49f19537a47e5cd291c7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623261/large_thumb/large.jpg"
        },
        {
            "id": 623260,
            "name": "Forelesning om bifrost",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623260/theora/3677_90024906710a410cbba89df69709f978.ogv",
                "original": "https://upload.frikanalen.no/media/623260/original/orig_ea5f17354199407885f474f0e9742147.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623260/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623260/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623260/broadcast/3677_99b7b1936e3c42c788d90ff4142599c6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623260/large_thumb/large.jpg"
            },
            "creator": "morten@kjelkenes.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:43:05.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2009-12-04T15:53:14.133000Z",
            "updatedTime": "2018-11-10T18:29:30.028015Z",
            "uploadedTime": "2009-12-04T15:53:14.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623260/theora/3677_90024906710a410cbba89df69709f978.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623260/large_thumb/large.jpg"
        },
        {
            "id": 623258,
            "name": "Akkurat nå! 6.desember",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623258/theora/2921_a7d180c0d991406885d18c5aeaa08238.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623258/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623258/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623258/broadcast/2921_02345011165c49138abc65c8ec51060f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623258/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:35.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:36:14.953000Z",
            "updatedTime": "2018-11-10T18:29:30.031061Z",
            "uploadedTime": "2009-05-16T12:36:14.953000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623258/theora/2921_a7d180c0d991406885d18c5aeaa08238.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623258/large_thumb/large.jpg"
        },
        {
            "id": 623257,
            "name": "New Life 2009 del 23",
            "header": "Fra Ebenezer barnehjem.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623257/theora/3675_a057c7ffa76d44d8b5f66394b04c6134.ogv",
                "original": "https://upload.frikanalen.no/media/623257/original/orig_0e70a58952e740d4a7c1d2e3d13ac72d.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623257/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623257/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623257/broadcast/3675_d6145eb8aaef41d5a92f3102e7c5e5a9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623257/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:51.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-04T15:02:52.187000Z",
            "updatedTime": "2018-11-10T18:29:30.032461Z",
            "uploadedTime": "2009-12-04T15:02:52.187000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623257/theora/3675_a057c7ffa76d44d8b5f66394b04c6134.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623257/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": 623253,
            "name": "Østfoldkirken Uke 50",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623253/theora/3568_995eb820e6bd4036a53ae8d32a5d5b62.ogv",
                "original": "https://upload.frikanalen.no/media/623253/original/orig_677a53f5bb954993b265705545c26282.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623253/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623253/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623253/broadcast/3568_6ad36a62ef06482dba561f08203145cb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623253/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:43",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:48:04.547000Z",
            "updatedTime": "2018-11-10T18:29:30.036532Z",
            "uploadedTime": "2009-10-12T13:48:04.547000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623253/theora/3568_995eb820e6bd4036a53ae8d32a5d5b62.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623253/large_thumb/large.jpg"
        },
        {
            "id": 623252,
            "name": "Akkurat nå! 29.november",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623252/theora/2920_55dd0dc8e64e4a0da023c3997a4e222c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623252/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623252/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623252/broadcast/2920_5768e51fc2be4d3ea3f8f35e09a63edd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623252/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:21.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:34:51.657000Z",
            "updatedTime": "2018-11-10T18:29:30.037871Z",
            "uploadedTime": "2009-05-16T12:34:51.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623252/theora/2920_55dd0dc8e64e4a0da023c3997a4e222c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623252/large_thumb/large.jpg"
        },
        {
            "id": 623251,
            "name": "Inside Israel Desember 2009",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623251/theora/3671_788d37cca4ec4c3789afb8b5abece48b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623251/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623251/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623251/broadcast/3671_5b9180ecb77f4fdc948b625cccb2791b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623251/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:42.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-27T12:47:47.747000Z",
            "updatedTime": "2018-11-10T18:29:30.039217Z",
            "uploadedTime": "2009-11-27T12:47:47.747000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623251/theora/3671_788d37cca4ec4c3789afb8b5abece48b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623251/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": 623243,
            "name": "Talentfabrikken 28. juli 2010 (R)",
            "header": "Reprise fra uke 50, 2009",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623243/theora/2863_0d545caff8ba44ea8772d50a951091df.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623243/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623243/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623243/broadcast/2863_7ddb5fb626524f689213622f88644e22.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623243/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:26:17.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-15T22:15:40.387000Z",
            "updatedTime": "2018-11-10T18:29:30.048500Z",
            "uploadedTime": "2009-05-15T22:15:40.387000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623243/theora/2863_0d545caff8ba44ea8772d50a951091df.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623243/large_thumb/large.jpg"
        }
    ]
}