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

[
    {
        "url": "https://demozoo.org/api/v1/productions/155903/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/155903/",
        "id": 155903,
        "title": "Mona Lisa 1996 Remix",
        "author_nicks": [
            {
                "name": "Roy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/64875/?format=api",
                    "id": 64875,
                    "name": "Roy",
                    "is_group": false
                }
            },
            {
                "name": "Sam",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/64874/?format=api",
                    "id": 64874,
                    "name": "Sam",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-08-17",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "nsfw"
        ]
    }
]