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

[
    {
        "url": "https://demozoo.org/api/v1/productions/202325/?format=api",
        "demozoo_url": "https://demozoo.org/productions/202325/",
        "id": 202325,
        "title": "Match Buster [16kb Cartridge]",
        "author_nicks": [
            {
                "name": "S.E.S",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7500/?format=api",
                    "id": 7500,
                    "name": "S.E.S.",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Crest",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/763/?format=api",
                    "id": 763,
                    "name": "Crest",
                    "is_group": true
                }
            }
        ],
        "release_date": "2012-11-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]