GET /api/v1/releasers/21987/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/33013/?format=api",
        "demozoo_url": "https://demozoo.org/music/33013/",
        "id": 33013,
        "title": "Selim Special",
        "author_nicks": [
            {
                "name": "Zoomorph",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12725/?format=api",
                    "id": 12725,
                    "name": "Zoomorph",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Fame",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21987/?format=api",
                    "id": 21987,
                    "name": "F.A.M.E.",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-07-06",
        "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"
        ]
    }
]