GET /api/v1/releasers/114712/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/367325/?format=api",
        "demozoo_url": "https://demozoo.org/music/367325/",
        "id": 367325,
        "title": "The Naturat",
        "author_nicks": [
            {
                "name": "Tengu",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/114712/?format=api",
                    "id": 114712,
                    "name": "Tengu",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Legion",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/47694/?format=api",
                    "id": 47694,
                    "name": "Legion",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-04-29",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    }
]