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

[
    {
        "url": "https://demozoo.org/api/v1/productions/131645/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/131645/",
        "id": 131645,
        "title": "Science vs Nature",
        "author_nicks": [
            {
                "name": "Kelvin",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56342/?format=api",
                    "id": 56342,
                    "name": "Kelvin",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Virtual",
                "abbreviation": "VTL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4563/?format=api",
                    "id": 4563,
                    "name": "Virtual",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-04-09",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "320x512"
        ]
    }
]