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

[
    {
        "url": "https://demozoo.org/api/v1/productions/31318/?format=api",
        "demozoo_url": "https://demozoo.org/productions/31318/",
        "id": 31318,
        "title": "Idioten",
        "author_nicks": [
            {
                "name": "Shagma",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8697/?format=api",
                    "id": 8697,
                    "name": "Shagma",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "The Hullkort Masters",
                "abbreviation": "HKM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8695/?format=api",
                    "id": 8695,
                    "name": "The Hullkort Masters",
                    "is_group": true
                }
            }
        ],
        "release_date": "2009-04-11",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/52/?format=api",
                "id": 52,
                "name": "Android"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]