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

[
    {
        "url": "https://demozoo.org/api/v1/productions/153009/?format=api",
        "demozoo_url": "https://demozoo.org/music/153009/",
        "id": 153009,
        "title": "Space-Adventure 1.1",
        "author_nicks": [
            {
                "name": "Pyrex",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43970/?format=api",
                    "id": 43970,
                    "name": "Pyrex",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Daze",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13331/?format=api",
                    "id": 13331,
                    "name": "Daze",
                    "is_group": true
                }
            },
            {
                "name": "MD",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/63563/?format=api",
                    "id": 63563,
                    "name": "MD",
                    "is_group": true
                }
            },
            {
                "name": "Sequence Gamma",
                "abbreviation": "SEGA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/63562/?format=api",
                    "id": 63562,
                    "name": "Sequence Gamma",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-03-30",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]