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

[
    {
        "url": "https://demozoo.org/api/v1/productions/218711/?format=api",
        "demozoo_url": "https://demozoo.org/productions/218711/",
        "id": 218711,
        "title": "Looking Forward to Heavy Boozing",
        "author_nicks": [
            {
                "name": "Phuture 303",
                "abbreviation": "P303",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10201/?format=api",
                    "id": 10201,
                    "name": "Phuture 303",
                    "is_group": true
                }
            },
            {
                "name": "Unleashed",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/70542/?format=api",
                    "id": 70542,
                    "name": "Unleashed",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]