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

[
    {
        "url": "https://demozoo.org/api/v1/productions/86585/?format=api",
        "demozoo_url": "https://demozoo.org/music/86585/",
        "id": 86585,
        "title": "Romantic Area",
        "author_nicks": [
            {
                "name": "Powerack",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43102/?format=api",
                    "id": 43102,
                    "name": "Powerack",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "PMS",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43103/?format=api",
                    "id": 43103,
                    "name": "PMS",
                    "is_group": true
                }
            }
        ],
        "release_date": "2009-07-05",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]