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

[
    {
        "url": "https://demozoo.org/api/v1/productions/225124/?format=api",
        "demozoo_url": "https://demozoo.org/productions/225124/",
        "id": 225124,
        "title": "BBS Intro",
        "author_nicks": [
            {
                "name": "Dance Pool",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/98653/?format=api",
                    "id": 98653,
                    "name": "Dance Pool",
                    "is_group": true
                }
            },
            {
                "name": "Smokey Division",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/98654/?format=api",
                    "id": 98654,
                    "name": "Smokey Division",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/41/?format=api",
                "id": 41,
                "name": "BBStro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]