GET /api/v1/releasers/8110/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/241060/?format=api",
        "demozoo_url": "https://demozoo.org/music/241060/",
        "id": 241060,
        "title": "L' Esperanza",
        "author_nicks": [
            {
                "name": "Digit",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10688/?format=api",
                    "id": 10688,
                    "name": "Digit",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Psionic",
                "abbreviation": "PSi",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8110/?format=api",
                    "id": 8110,
                    "name": "Psionic",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-01-18",
        "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"
        ]
    }
]