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

[
    {
        "url": "https://demozoo.org/api/v1/productions/271203/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/271203/",
        "id": 271203,
        "title": "Mona in 344 bytes",
        "author_nicks": [
            {
                "name": "Maxwell Sosa",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9853/?format=api",
                    "id": 9853,
                    "name": "Maxwell Sosa",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "림프닌자",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5355/?format=api",
                    "id": 5355,
                    "name": "Limp Ninja",
                    "is_group": true
                }
            }
        ],
        "release_date": "2019-11-30",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/22/?format=api",
                "id": 22,
                "name": "Sega Megadrive/Genesis"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/27/?format=api",
                "id": 27,
                "name": "Executable Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]