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

[
    {
        "url": "https://demozoo.org/api/v1/productions/169786/?format=api",
        "demozoo_url": "https://demozoo.org/productions/169786/",
        "id": 169786,
        "title": "Pac-Man Emulator",
        "author_nicks": [
            {
                "name": "SyX",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/70734/?format=api",
                    "id": 70734,
                    "name": "SyX",
                    "is_group": false
                }
            },
            {
                "name": "TotO",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/70735/?format=api",
                    "id": 70735,
                    "name": "TotO",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2012-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/36/?format=api",
                "id": 36,
                "name": "Amstrad CPC"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]