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

[
    {
        "url": "https://demozoo.org/api/v1/productions/272510/?format=api",
        "demozoo_url": "https://demozoo.org/productions/272510/",
        "id": 272510,
        "title": "Infini_Santa",
        "author_nicks": [
            {
                "name": "DataDoor",
                "abbreviation": "DTDR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/66524/?format=api",
                    "id": 66524,
                    "name": "DataDoor",
                    "is_group": true
                }
            },
            {
                "name": "Sharpworks",
                "abbreviation": "SPW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/111753/?format=api",
                    "id": 111753,
                    "name": "Sharpworks",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-12-23",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/83/?format=api",
                "id": 83,
                "name": "Sharp MZ"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/22/?format=api",
                "id": 22,
                "name": "32K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "christmas"
        ]
    }
]