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

[
    {
        "url": "https://demozoo.org/api/v1/productions/18067/?format=api",
        "demozoo_url": "https://demozoo.org/productions/18067/",
        "id": 18067,
        "title": "Fantazia (even more)",
        "author_nicks": [
            {
                "name": "Illusion",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13005/?format=api",
                    "id": 13005,
                    "name": "Illusion",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Misc Design",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12979/?format=api",
                    "id": 12979,
                    "name": "Misc Design",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-04-06",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]