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

[
    {
        "url": "https://demozoo.org/api/v1/productions/303437/?format=api",
        "demozoo_url": "https://demozoo.org/music/303437/",
        "id": 303437,
        "title": "We Do It My Way",
        "author_nicks": [
            {
                "name": "Absolute Mute",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/99504/?format=api",
                    "id": 99504,
                    "name": "Absolute Mute",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Grabbing Hands",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/128789/?format=api",
                    "id": 128789,
                    "name": "Grabbing Hands",
                    "is_group": true
                }
            },
            {
                "name": "The Gang",
                "abbreviation": "GNG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4083/?format=api",
                    "id": 4083,
                    "name": "The Gang",
                    "is_group": true
                }
            }
        ],
        "release_date": "1990-08",
        "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"
        ]
    }
]