GET /api/v1/releasers/14807/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/51569/?format=api",
        "demozoo_url": "https://demozoo.org/productions/51569/",
        "id": 51569,
        "title": "Bla Bla",
        "author_nicks": [
            {
                "name": "Vorg",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14807/?format=api",
                    "id": 14807,
                    "name": "Vorg",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Digital Mafia",
                "abbreviation": "DMA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1026/?format=api",
                    "id": 1026,
                    "name": "Digital Mafia",
                    "is_group": true
                }
            }
        ],
        "release_date": "2009-10-17",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/47/?format=api",
                "id": 47,
                "name": "Flash"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/203759/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/203759/",
        "id": 203759,
        "title": "Dragon's Dream",
        "author_nicks": [
            {
                "name": "Vorg",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14807/?format=api",
                    "id": 14807,
                    "name": "Vorg",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-02-28",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "dragon"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/76304/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/76304/",
        "id": 76304,
        "title": "Angel",
        "author_nicks": [
            {
                "name": "Vorg",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14807/?format=api",
                    "id": 14807,
                    "name": "Vorg",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-07-05",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]