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

[
    {
        "url": "https://demozoo.org/api/v1/productions/175473/?format=api",
        "demozoo_url": "https://demozoo.org/productions/175473/",
        "id": 175473,
        "title": "Satellite Demo",
        "author_nicks": [
            {
                "name": "Renegade",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/63608/?format=api",
                    "id": 63608,
                    "name": "Renegade",
                    "is_group": false
                }
            },
            {
                "name": "Tiboh",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12717/?format=api",
                    "id": 12717,
                    "name": "Tiboh",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-09-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/69/?format=api",
                "id": 69,
                "name": "ZX Spectrum Enhanced"
            }
        ],
        "types": [],
        "tags": []
    }
]