GET /api/v1/releasers/43286/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/86840/?format=api",
        "demozoo_url": "https://demozoo.org/music/86840/",
        "id": 86840,
        "title": "Waiting before the war",
        "author_nicks": [
            {
                "name": "Mr. Triscore",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43286/?format=api",
                    "id": 43286,
                    "name": "Mr. Triscore",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "ModPC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32309/?format=api",
                    "id": 32309,
                    "name": "ModPC",
                    "is_group": true
                }
            }
        ],
        "release_date": "2009-07-25",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]