GET /api/v1/releasers/15035/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/353583/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/353583/",
        "id": 353583,
        "title": "BKA01",
        "author_nicks": [
            {
                "name": "Native",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6860/?format=api",
                    "id": 6860,
                    "name": "Native",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Black Ark",
                "abbreviation": "BKA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/15035/?format=api",
                    "id": 15035,
                    "name": "Black Ark",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/51/?format=api",
                "id": 51,
                "name": "Artpack",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]