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

[
    {
        "url": "https://demozoo.org/api/v1/productions/74570/?format=api",
        "demozoo_url": "https://demozoo.org/productions/74570/",
        "id": 74570,
        "title": "nascent0",
        "author_nicks": [
            {
                "name": "Nascent",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39884/?format=api",
                    "id": 39884,
                    "name": "Nascent",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-06-15",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/100/?format=api",
                "id": 100,
                "name": "Sharp X68000"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]