GET /api/v1/releasers/10863/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/30489/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/30489/",
        "id": 30489,
        "title": "Shoe Man",
        "author_nicks": [
            {
                "name": "Rappid",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10863/?format=api",
                    "id": 10863,
                    "name": "Rappid",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Erotic Design",
                "abbreviation": "ERC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10090/?format=api",
                    "id": 10090,
                    "name": "Erotic Design",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-11-09",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "640x512"
        ]
    }
]