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

[
    {
        "url": "https://demozoo.org/api/v1/productions/38973/?format=api",
        "demozoo_url": "https://demozoo.org/music/38973/",
        "id": 38973,
        "title": "Can ever be like before",
        "author_nicks": [
            {
                "name": "Arnola",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24955/?format=api",
                    "id": 24955,
                    "name": "Arnola",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "MoP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24956/?format=api",
                    "id": 24956,
                    "name": "MoP",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-12-11",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]