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

[
    {
        "url": "https://demozoo.org/api/v1/productions/334626/?format=api",
        "demozoo_url": "https://demozoo.org/productions/334626/",
        "id": 334626,
        "title": "Contact Demo",
        "author_nicks": [
            {
                "name": "Wiseguy Industries 2015",
                "abbreviation": "WGI2015",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43099/?format=api",
                    "id": 43099,
                    "name": "Wiseguy Industries 2015",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "New Formula Crew",
                "abbreviation": "NFC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108451/?format=api",
                    "id": 108451,
                    "name": "New Formula Crew",
                    "is_group": true
                }
            }
        ],
        "release_date": "1988-09-17",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]