GET /api/v1/releasers/33472/member_productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/56799/?format=api",
        "demozoo_url": "https://demozoo.org/music/56799/",
        "id": 56799,
        "title": "Red Warrior",
        "author_nicks": [
            {
                "name": "GdM",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11817/?format=api",
                    "id": 11817,
                    "name": "GdM",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Looker House",
                "abbreviation": "LKR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7400/?format=api",
                    "id": 7400,
                    "name": "Looker House",
                    "is_group": true
                }
            },
            {
                "name": "Split Air",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33472/?format=api",
                    "id": 33472,
                    "name": "Split Air",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-02-03",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]