GET /api/v1/releasers/56430/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/131786/?format=api",
        "demozoo_url": "https://demozoo.org/productions/131786/",
        "id": 131786,
        "title": "Paper Art News 1",
        "author_nicks": [
            {
                "name": "Authority",
                "abbreviation": "ATH",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56430/?format=api",
                    "id": 56430,
                    "name": "Authority",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/64/?format=api",
                "id": 64,
                "name": "Paper"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/48/?format=api",
                "id": 48,
                "name": "Papermag",
                "supertype": "production"
            }
        ],
        "tags": [
            "polish"
        ]
    }
]