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

[
    {
        "url": "https://demozoo.org/api/v1/productions/168795/?format=api",
        "demozoo_url": "https://demozoo.org/music/168795/",
        "id": 168795,
        "title": "Deathwalk",
        "author_nicks": [
            {
                "name": "Lunatic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45191/?format=api",
                    "id": 45191,
                    "name": "Lunatic",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Inquizition",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/70098/?format=api",
                    "id": 70098,
                    "name": "Inquizition",
                    "is_group": true
                }
            },
            {
                "name": "Supreme",
                "abbreviation": "SPM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/71354/?format=api",
                    "id": 71354,
                    "name": "Supreme",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-01-30",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]