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

[
    {
        "url": "https://demozoo.org/api/v1/productions/29398/?format=api",
        "demozoo_url": "https://demozoo.org/music/29398/",
        "id": 29398,
        "title": "Raver's Dream",
        "author_nicks": [
            {
                "name": "Insane",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14147/?format=api",
                    "id": 14147,
                    "name": "Insane",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Force",
                "abbreviation": "FRC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45857/?format=api",
                    "id": 45857,
                    "name": "Force",
                    "is_group": true
                }
            },
            {
                "name": "dESte",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20079/?format=api",
                    "id": 20079,
                    "name": "dESte",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-10-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]