GET /api/v1/releasers/25763/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/40100/?format=api",
        "demozoo_url": "https://demozoo.org/music/40100/",
        "id": 40100,
        "title": "Dwarves Dance Part 2",
        "author_nicks": [
            {
                "name": "Tno",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25762/?format=api",
                    "id": 25762,
                    "name": "Tno",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Factory",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25763/?format=api",
                    "id": 25763,
                    "name": "Factory",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-04-12",
        "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"
        ]
    }
]