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

[
    {
        "url": "https://demozoo.org/api/v1/productions/41614/?format=api",
        "demozoo_url": "https://demozoo.org/productions/41614/",
        "id": 41614,
        "title": "Face the Future",
        "author_nicks": [
            {
                "name": "Tommy Krul",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26420/?format=api",
                    "id": 26420,
                    "name": "Tommy Krul",
                    "is_group": false
                }
            },
            {
                "name": "Tommy de Roos",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26419/?format=api",
                    "id": 26419,
                    "name": "Tommy de Roos",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "GiMMiC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26421/?format=api",
                    "id": 26421,
                    "name": "GiMMiC",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-02-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "glide"
        ]
    }
]