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

[
    {
        "url": "https://demozoo.org/api/v1/productions/199303/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/199303/",
        "id": 199303,
        "title": "YAOI",
        "author_nicks": [
            {
                "name": "RLE",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/512/?format=api",
                    "id": 512,
                    "name": "RLE",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Traction",
                "abbreviation": "TRCT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/422/?format=api",
                    "id": 422,
                    "name": "Traction",
                    "is_group": true
                }
            }
        ],
        "release_date": "2008-10-25",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]