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

[
    {
        "url": "https://demozoo.org/api/v1/productions/178799/?format=api",
        "demozoo_url": "https://demozoo.org/productions/178799/",
        "id": 178799,
        "title": "Straylight V2.0",
        "author_nicks": [
            {
                "name": "Fake That",
                "abbreviation": "FT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14939/?format=api",
                    "id": 14939,
                    "name": "Fake That",
                    "is_group": true
                }
            },
            {
                "name": "Push",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45510/?format=api",
                    "id": 45510,
                    "name": "Push",
                    "is_group": true
                }
            },
            {
                "name": "The Blood Forcers",
                "abbreviation": "TBF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35663/?format=api",
                    "id": 35663,
                    "name": "The Blood Forcers",
                    "is_group": true
                }
            },
            {
                "name": "Vantage",
                "abbreviation": "VTG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/71/?format=api",
                    "id": 71,
                    "name": "Vantage",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-04",
        "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/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]