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

[
    {
        "url": "https://demozoo.org/api/v1/productions/115247/?format=api",
        "demozoo_url": "https://demozoo.org/productions/115247/",
        "id": 115247,
        "title": "Shortnes",
        "author_nicks": [
            {
                "name": "BroCode",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51035/?format=api",
                    "id": 51035,
                    "name": "BroCode",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-06-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/25/?format=api",
                "id": 25,
                "name": "Nintendo Entertainment System (NES)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]