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

[
    {
        "url": "https://demozoo.org/api/v1/productions/8785/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/8785/",
        "id": 8785,
        "title": "Live At Evoke '99",
        "author_nicks": [
            {
                "name": "Arcade",
                "abbreviation": "A!",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6857/?format=api",
                    "id": 6857,
                    "name": "Arcade",
                    "is_group": true
                }
            },
            {
                "name": "Black Maiden",
                "abbreviation": "BM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3810/?format=api",
                    "id": 3810,
                    "name": "Black Maiden",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-08",
        "supertype": "graphics",
        "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/25/?format=api",
                "id": 25,
                "name": "ASCII Collection",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "report"
        ]
    }
]