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

[
    {
        "url": "https://demozoo.org/api/v1/productions/176435/?format=api",
        "demozoo_url": "https://demozoo.org/productions/176435/",
        "id": 176435,
        "title": "1D Demo II",
        "author_nicks": [
            {
                "name": "Bionic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73401/?format=api",
                    "id": 73401,
                    "name": "Bionic",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Synergy",
                "abbreviation": "SYN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73402/?format=api",
                    "id": 73402,
                    "name": "Synergy",
                    "is_group": true
                }
            }
        ],
        "release_date": "2007-04-20",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/41/?format=api",
                "id": 41,
                "name": "Commodore 16/Plus 4"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/16/?format=api",
                "id": 16,
                "name": "64b Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]