GET /api/v1/releasers/56433/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/131798/?format=api",
        "demozoo_url": "https://demozoo.org/productions/131798/",
        "id": 131798,
        "title": "Edsynth V1.2",
        "author_nicks": [
            {
                "name": "Chris Horton",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1479/?format=api",
                    "id": 1479,
                    "name": "Chrispy Noodle",
                    "is_group": false
                }
            },
            {
                "name": "ST User",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56433/?format=api",
                    "id": 56433,
                    "name": "ST User",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "chiptune-composer"
        ]
    }
]