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

[
    {
        "url": "https://demozoo.org/api/v1/productions/50070/?format=api",
        "demozoo_url": "https://demozoo.org/productions/50070/",
        "id": 50070,
        "title": "Untitled",
        "author_nicks": [
            {
                "name": "Vladimir Vasilev",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29996/?format=api",
                    "id": 29996,
                    "name": "Vladimir Vasilev",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "M.I.R",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29997/?format=api",
                    "id": 29997,
                    "name": "M.I.R",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-05-06",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]