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

[
    {
        "url": "https://demozoo.org/api/v1/productions/151440/?format=api",
        "demozoo_url": "https://demozoo.org/productions/151440/",
        "id": 151440,
        "title": "Boing!",
        "author_nicks": [
            {
                "name": "Acid Smurf",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/62667/?format=api",
                    "id": 62667,
                    "name": "Acid Smurf",
                    "is_group": false
                }
            },
            {
                "name": "Mr. Pipe",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/62668/?format=api",
                    "id": 62668,
                    "name": "Mr. Pipe",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-10-31",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]