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

[
    {
        "url": "https://demozoo.org/api/v1/productions/178586/?format=api",
        "demozoo_url": "https://demozoo.org/productions/178586/",
        "id": 178586,
        "title": "Dream Charts 14",
        "author_nicks": [
            {
                "name": "Dalamar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23511/?format=api",
                    "id": 23511,
                    "name": "Dalamar",
                    "is_group": false
                }
            },
            {
                "name": "Fuzz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/74199/?format=api",
                    "id": 74199,
                    "name": "Fuzz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-01",
        "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/49/?format=api",
                "id": 49,
                "name": "Textmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "dream-charts",
            "trader-charts"
        ]
    }
]