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

[
    {
        "url": "https://demozoo.org/api/v1/productions/301781/?format=api",
        "demozoo_url": "https://demozoo.org/productions/301781/",
        "id": 301781,
        "title": "Simple Co-Hack",
        "author_nicks": [
            {
                "name": "Gizmo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/127804/?format=api",
                    "id": 127804,
                    "name": "Gizmo",
                    "is_group": false
                }
            },
            {
                "name": "Karl XII",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14689/?format=api",
                    "id": 14689,
                    "name": "Karl XII",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-01-25",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "music-id-needed"
        ]
    }
]