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

[
    {
        "url": "https://demozoo.org/api/v1/productions/125249/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/125249/",
        "id": 125249,
        "title": "Mountaintop",
        "author_nicks": [
            {
                "name": "Kevin Bryce",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54504/?format=api",
                    "id": 54504,
                    "name": "Kevin Bryce",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Mistigris",
                "abbreviation": "Mist",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22737/?format=api",
                    "id": 22737,
                    "name": "Mistigris",
                    "is_group": true
                }
            }
        ],
        "release_date": "2014-10-31",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/26/?format=api",
                "id": 26,
                "name": "ANSI",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]