GET /api/v1/releasers/149302/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/279338/?format=api",
        "demozoo_url": "https://demozoo.org/productions/279338/",
        "id": 279338,
        "title": "Inquisition issue #1",
        "author_nicks": [
            {
                "name": "Inquisition Staff",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/149302/?format=api",
                    "id": 149302,
                    "name": "Inquisition Staff",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-10-02",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/49/?format=api",
                "id": 49,
                "name": "Textmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "piracy",
            "inquisition"
        ]
    }
]