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

[
    {
        "url": "https://demozoo.org/api/v1/productions/279423/?format=api",
        "demozoo_url": "https://demozoo.org/productions/279423/",
        "id": 279423,
        "title": "You mad, Apple?",
        "author_nicks": [
            {
                "name": "Steve of The Dork Web",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/115071/?format=api",
                    "id": 115071,
                    "name": "Steve of The Dork Web",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2020-06-20",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [],
        "tags": [
            "source-available",
            "aga"
        ]
    }
]