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

[
    {
        "url": "https://demozoo.org/api/v1/productions/10199/?format=api",
        "demozoo_url": "https://demozoo.org/productions/10199/",
        "id": 10199,
        "title": "Tetroid 2012",
        "author_nicks": [
            {
                "name": "Apocalypse Inc.",
                "abbreviation": "AINC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5626/?format=api",
                    "id": 5626,
                    "name": "Apocalypse Inc.",
                    "is_group": true
                }
            },
            {
                "name": "Entity",
                "abbreviation": "NTT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12151/?format=api",
                    "id": 12151,
                    "name": "Entity",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2008-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": [
            "opengl",
            "fmod",
            "upx",
            "glitch",
            "psychedelic",
            "incomplete-credits",
            "tetris"
        ]
    }
]