GET /api/v1/releasers/7424/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/363233/?format=api",
        "demozoo_url": "https://demozoo.org/productions/363233/",
        "id": 363233,
        "title": "Slavelord Retirement",
        "author_nicks": [
            {
                "name": "Originally Funny Guys",
                "abbreviation": "OFG!",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/76260/?format=api",
                    "id": 76260,
                    "name": "Originally Funny Guys",
                    "is_group": true
                }
            },
            {
                "name": "The Humble Guys",
                "abbreviation": "THG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7421/?format=api",
                    "id": 7421,
                    "name": "The Humble Guys",
                    "is_group": true
                }
            },
            {
                "name": "The Slavelord",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7424/?format=api",
                    "id": 7424,
                    "name": "The Slavelord",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-10-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/41/?format=api",
                "id": 41,
                "name": "BBStro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]