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

[
    {
        "url": "https://demozoo.org/api/v1/productions/122670/?format=api",
        "demozoo_url": "https://demozoo.org/productions/122670/",
        "id": 122670,
        "title": "Disk Cover Magazine 2",
        "author_nicks": [
            {
                "name": "Cavern",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53570/?format=api",
                    "id": 53570,
                    "name": "Cavern",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-08",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/64/?format=api",
                "id": 64,
                "name": "Paper"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/48/?format=api",
                "id": 48,
                "name": "Papermag",
                "supertype": "production"
            }
        ],
        "tags": [
            "piracy",
            "disk-cover"
        ]
    }
]