GET /api/v1/releasers/47759/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/101520/?format=api",
        "demozoo_url": "https://demozoo.org/music/101520/",
        "id": 101520,
        "title": "Hallucinogenetic",
        "author_nicks": [
            {
                "name": "Fitzroy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24508/?format=api",
                    "id": 24508,
                    "name": "Fitzroy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Psykotropik",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/47759/?format=api",
                    "id": 47759,
                    "name": "Psykotropik",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-03-20",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "20ch",
            "xm"
        ]
    }
]