GET /api/v1/releasers/2165/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/78675/?format=api",
        "demozoo_url": "https://demozoo.org/productions/78675/",
        "id": 78675,
        "title": "Pirate CD No. 1 Intro",
        "author_nicks": [
            {
                "name": "Climatics",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2165/?format=api",
                    "id": 2165,
                    "name": "Climatics",
                    "is_group": true
                }
            },
            {
                "name": "Vectronix",
                "abbreviation": "VEX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2275/?format=api",
                    "id": 2275,
                    "name": "Vectronix",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-10-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "easywriter"
        ]
    }
]