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

[
    {
        "url": "https://demozoo.org/api/v1/productions/50599/?format=api",
        "demozoo_url": "https://demozoo.org/music/50599/",
        "id": 50599,
        "title": "Cake Spirit #1",
        "author_nicks": [
            {
                "name": "Ramoutcho",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30136/?format=api",
                    "id": 30136,
                    "name": "Ramoutcho",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Aubenas Paintball",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30137/?format=api",
                    "id": 30137,
                    "name": "Aubenas Paintball",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-09-02",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]