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

[
    {
        "url": "https://demozoo.org/api/v1/productions/39643/?format=api",
        "demozoo_url": "https://demozoo.org/productions/39643/",
        "id": 39643,
        "title": "Soft Asylum",
        "author_nicks": [
            {
                "name": "Delirium",
                "abbreviation": "DLR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25310/?format=api",
                    "id": 25310,
                    "name": "Delirium",
                    "is_group": true
                }
            },
            {
                "name": "Nemesis",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14483/?format=api",
                    "id": 14483,
                    "name": "Nemesis",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/8/?format=api",
                "id": 8,
                "name": "Slideshow",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]