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

[
    {
        "url": "https://demozoo.org/api/v1/productions/79445/?format=api",
        "demozoo_url": "https://demozoo.org/music/79445/",
        "id": 79445,
        "title": "Love and Rutabega",
        "author_nicks": [
            {
                "name": "Ramen",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41237/?format=api",
                    "id": 41237,
                    "name": "Ramen",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "OverThrow Machine",
                "abbreviation": "OTM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19423/?format=api",
                    "id": 19423,
                    "name": "OverThrow Machine",
                    "is_group": true
                }
            }
        ],
        "release_date": "2004-09-17",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]