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

[
    {
        "url": "https://demozoo.org/api/v1/productions/294985/?format=api",
        "demozoo_url": "https://demozoo.org/productions/294985/",
        "id": 294985,
        "title": "Welcome to BAX BBS",
        "author_nicks": [
            {
                "name": "Baxsoft",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24564/?format=api",
                    "id": 24564,
                    "name": "DJ Baz0FFt",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Smokers Team",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123497/?format=api",
                    "id": 123497,
                    "name": "Smokers Team",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-05-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/41/?format=api",
                "id": 41,
                "name": "BBStro",
                "supertype": "production"
            }
        ],
        "tags": [
            "monochrome",
            "no-effects",
            "russian-language"
        ]
    }
]