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

[
    {
        "url": "https://demozoo.org/api/v1/productions/122667/?format=api",
        "demozoo_url": "https://demozoo.org/productions/122667/",
        "id": 122667,
        "title": "Decay 1",
        "author_nicks": [
            {
                "name": "The Heavyweight",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14387/?format=api",
                    "id": 14387,
                    "name": "Heavyweight",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Chrome",
                "abbreviation": "CR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14376/?format=api",
                    "id": 14376,
                    "name": "Chrome",
                    "is_group": true
                }
            }
        ],
        "release_date": "1991-05",
        "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": []
    }
]