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

[
    {
        "url": "https://demozoo.org/api/v1/productions/226709/?format=api",
        "demozoo_url": "https://demozoo.org/music/226709/",
        "id": 226709,
        "title": "Golden Mind",
        "author_nicks": [
            {
                "name": "Sweenie",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/101189/?format=api",
                    "id": 101189,
                    "name": "Sweenie",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Spectre",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19831/?format=api",
                    "id": 19831,
                    "name": "Spectre",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-12-28",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    }
]