GET /api/v1/releasers/42535/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/177577/?format=api",
        "demozoo_url": "https://demozoo.org/music/177577/",
        "id": 177577,
        "title": "Cauldron II (Le citrouille sur l'acide remix)",
        "author_nicks": [
            {
                "name": "Tron",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73824/?format=api",
                    "id": 73824,
                    "name": "Tron",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "The Subversive Elements",
                "abbreviation": "Subversive Elements",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42535/?format=api",
                    "id": 42535,
                    "name": "The Subversive Elements",
                    "is_group": true
                }
            }
        ],
        "release_date": "2014-06-06",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]