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

[
    {
        "url": "https://demozoo.org/api/v1/productions/156391/?format=api",
        "demozoo_url": "https://demozoo.org/productions/156391/",
        "id": 156391,
        "title": "Danse Lapinou, Danse!",
        "author_nicks": [
            {
                "name": "Cr30s",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65128/?format=api",
                    "id": 65128,
                    "name": "Cr30s",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2016-04-17",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/22/?format=api",
                "id": 22,
                "name": "Sega Megadrive/Genesis"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "source-available"
        ]
    }
]