GET /api/v1/releasers/62691/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/151467/?format=api",
        "demozoo_url": "https://demozoo.org/productions/151467/",
        "id": 151467,
        "title": "Salt",
        "author_nicks": [
            {
                "name": "The Star Alliance",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/62691/?format=api",
                    "id": 62691,
                    "name": "The Star Alliance",
                    "is_group": true
                }
            },
            {
                "name": "Void",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10054/?format=api",
                    "id": 10054,
                    "name": "Void",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-11-11",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]