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

[
    {
        "url": "https://demozoo.org/api/v1/productions/156572/?format=api",
        "demozoo_url": "https://demozoo.org/productions/156572/",
        "id": 156572,
        "title": "XBOX Cracktro For Confusion",
        "author_nicks": [
            {
                "name": "Confusion",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65219/?format=api",
                    "id": 65219,
                    "name": "Confusion",
                    "is_group": true
                }
            },
            {
                "name": "Razor 1911",
                "abbreviation": "RZR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/519/?format=api",
                    "id": 519,
                    "name": "Razor 1911",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            },
            {
                "url": "https://demozoo.org/api/v1/platforms/40/?format=api",
                "id": 40,
                "name": "XBOX"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]