GET /api/v1/releasers/1271/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/192602/?format=api",
        "demozoo_url": "https://demozoo.org/music/192602/",
        "id": 192602,
        "title": "gregorian3",
        "author_nicks": [
            {
                "name": "Blackstar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/709/?format=api",
                    "id": 709,
                    "name": "Blackstar",
                    "is_group": false
                }
            },
            {
                "name": "Krest",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1271/?format=api",
                    "id": 1271,
                    "name": "Krest",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Cryptoburners",
                "abbreviation": "CRB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/704/?format=api",
                    "id": 704,
                    "name": "Cryptoburners",
                    "is_group": true
                }
            }
        ],
        "release_date": "1991-12",
        "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"
        ]
    }
]