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

[
    {
        "url": "https://demozoo.org/api/v1/productions/327308/?format=api",
        "demozoo_url": "https://demozoo.org/productions/327308/",
        "id": 327308,
        "title": "Recall #04",
        "author_nicks": [
            {
                "name": "Ivory",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/135760/?format=api",
                    "id": 135760,
                    "name": "Ivory",
                    "is_group": false
                }
            },
            {
                "name": "Paramount",
                "abbreviation": "[P]",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4031/?format=api",
                    "id": 4031,
                    "name": "Paramount",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-04-15",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]