GET /api/v1/releasers/33941/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/57789/?format=api",
        "demozoo_url": "https://demozoo.org/music/57789/",
        "id": 57789,
        "title": "Mr. Saw",
        "author_nicks": [
            {
                "name": "Skuter",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10933/?format=api",
                    "id": 10933,
                    "name": "F7sus4",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Negative",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33940/?format=api",
                    "id": 33940,
                    "name": "Negative",
                    "is_group": true
                }
            },
            {
                "name": "Purple Arts",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33941/?format=api",
                    "id": 33941,
                    "name": "Purple Arts",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-09-15",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "22ch",
            "xm"
        ]
    }
]