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

[
    {
        "url": "https://demozoo.org/api/v1/productions/167354/?format=api",
        "demozoo_url": "https://demozoo.org/productions/167354/",
        "id": 167354,
        "title": "Duangle 2015 Intro",
        "author_nicks": [
            {
                "name": "Duangle",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/69412/?format=api",
                    "id": 69412,
                    "name": "Duangle",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015-05",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/81/?format=api",
                "id": 81,
                "name": "PICO-8"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/35/?format=api",
                "id": 35,
                "name": "16K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]