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

[
    {
        "url": "https://demozoo.org/api/v1/productions/294531/?format=api",
        "demozoo_url": "https://demozoo.org/productions/294531/",
        "id": 294531,
        "title": "Elon Musk's Pro Sofa 2",
        "author_nicks": [
            {
                "name": "0dayFarezLiGHT",
                "abbreviation": "0dfl",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123135/?format=api",
                    "id": 123135,
                    "name": "0dayFarezLiGHT",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2021-05-16",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [],
        "tags": []
    }
]