GET /api/v1/releasers/40476/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/77092/?format=api",
        "demozoo_url": "https://demozoo.org/music/77092/",
        "id": 77092,
        "title": "Too Cute To Know You (110rnd Remix)",
        "author_nicks": [
            {
                "name": "Candyass",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40476/?format=api",
                    "id": 40476,
                    "name": "Candyass",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "110rnd",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40477/?format=api",
                    "id": 40477,
                    "name": "110rnd",
                    "is_group": true
                }
            }
        ],
        "release_date": "2004-08-07",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]