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

[
    {
        "url": "https://demozoo.org/api/v1/productions/28376/?format=api",
        "demozoo_url": "https://demozoo.org/music/28376/",
        "id": 28376,
        "title": "The Joika",
        "author_nicks": [
            {
                "name": "VonTroz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19560/?format=api",
                    "id": 19560,
                    "name": "VonTroz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Prox",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19561/?format=api",
                    "id": 19561,
                    "name": "Prox",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-07-08",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]