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

[
    {
        "url": "https://demozoo.org/api/v1/productions/45203/?format=api",
        "demozoo_url": "https://demozoo.org/music/45203/",
        "id": 45203,
        "title": "Retention",
        "author_nicks": [
            {
                "name": "Cygnes",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8269/?format=api",
                    "id": 8269,
                    "name": "Cygnes",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Drastic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27991/?format=api",
                    "id": 27991,
                    "name": "Drastic",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-06-05",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]