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

[
    {
        "url": "https://demozoo.org/api/v1/productions/284356/?format=api",
        "demozoo_url": "https://demozoo.org/music/284356/",
        "id": 284356,
        "title": "Duke Nukem",
        "author_nicks": [
            {
                "name": "DRG",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/117122/?format=api",
                    "id": 117122,
                    "name": "DRG",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Xtreme Crebors",
                "abbreviation": "XCS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/87554/?format=api",
                    "id": 87554,
                    "name": "Xtreme Crebors",
                    "is_group": true
                }
            }
        ],
        "release_date": null,
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "8ch",
            "fst"
        ]
    }
]