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

[
    {
        "url": "https://demozoo.org/api/v1/productions/59106/?format=api",
        "demozoo_url": "https://demozoo.org/productions/59106/",
        "id": 59106,
        "title": "Fountaincrau",
        "author_nicks": [
            {
                "name": "Nystep",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1204/?format=api",
                    "id": 1204,
                    "name": "Nystep",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Voxel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34350/?format=api",
                    "id": 34350,
                    "name": "Voxel",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-11-02",
        "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": []
    }
]