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

[
    {
        "url": "https://demozoo.org/api/v1/productions/193642/?format=api",
        "demozoo_url": "https://demozoo.org/music/193642/",
        "id": 193642,
        "title": "Nightjazz",
        "author_nicks": [
            {
                "name": "Nightshade",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1481/?format=api",
                    "id": 1481,
                    "name": "Nightshade",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Ecstasy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1482/?format=api",
                    "id": 1482,
                    "name": "Ecstasy",
                    "is_group": true
                }
            }
        ],
        "release_date": "1990-10-27",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    }
]