GET /api/v1/releasers/5217/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/248179/?format=api",
        "demozoo_url": "https://demozoo.org/music/248179/",
        "id": 248179,
        "title": "Lonely Guy",
        "author_nicks": [
            {
                "name": "Killroy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1620/?format=api",
                    "id": 1620,
                    "name": "Killroy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Theatre",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5217/?format=api",
                    "id": 5217,
                    "name": "Theatre",
                    "is_group": true
                }
            }
        ],
        "release_date": "1990-12-26",
        "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"
        ]
    }
]