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

[
    {
        "url": "https://demozoo.org/api/v1/productions/65537/?format=api",
        "demozoo_url": "https://demozoo.org/productions/65537/",
        "id": 65537,
        "title": "The Way We Want To Walk",
        "author_nicks": [
            {
                "name": "Bloody Kids",
                "abbreviation": "BK!",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37103/?format=api",
                    "id": 37103,
                    "name": "Bloody Kids",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-07-13",
        "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": []
    }
]