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

[
    {
        "url": "https://demozoo.org/api/v1/productions/206480/?format=api",
        "demozoo_url": "https://demozoo.org/productions/206480/",
        "id": 206480,
        "title": "Poem's Beatdisk Number One",
        "author_nicks": [
            {
                "name": "Poem",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/92952/?format=api",
                    "id": 92952,
                    "name": "Poem",
                    "is_group": false
                }
            },
            {
                "name": "Rayban",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/326/?format=api",
                    "id": 326,
                    "name": "Rayban",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-04-14",
        "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/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]