GET /api/v1/releasers/12500/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/13441/?format=api",
        "demozoo_url": "https://demozoo.org/productions/13441/",
        "id": 13441,
        "title": "Music Demo Part 1",
        "author_nicks": [
            {
                "name": "Dark Night",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12500/?format=api",
                    "id": 12500,
                    "name": "Dark Night",
                    "is_group": false
                }
            },
            {
                "name": "Himik's",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9036/?format=api",
                    "id": 9036,
                    "name": "Himiks ZXZ",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]