GET /api/v1/releasers/20721/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/32089/?format=api",
        "demozoo_url": "https://demozoo.org/music/32089/",
        "id": 32089,
        "title": "Voice To Your Mind",
        "author_nicks": [
            {
                "name": "Exxxon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20721/?format=api",
                    "id": 20721,
                    "name": "Exxxon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Strontium 90",
                "abbreviation": "S90",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13611/?format=api",
                    "id": 13611,
                    "name": "Strontium 90",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-03-30",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "16ch",
            "xm"
        ]
    }
]