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

[
    {
        "url": "https://demozoo.org/api/v1/productions/156383/?format=api",
        "demozoo_url": "https://demozoo.org/productions/156383/",
        "id": 156383,
        "title": "Pacques Man",
        "author_nicks": [
            {
                "name": "Fab",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65121/?format=api",
                    "id": 65121,
                    "name": "Fab",
                    "is_group": false
                }
            },
            {
                "name": "Steph",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65122/?format=api",
                    "id": 65122,
                    "name": "Steph",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2016-04-16",
        "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"
        ]
    }
]