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

[
    {
        "url": "https://demozoo.org/api/v1/productions/42660/?format=api",
        "demozoo_url": "https://demozoo.org/productions/42660/",
        "id": 42660,
        "title": "Day and night",
        "author_nicks": [
            {
                "name": "Chorus",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1009/?format=api",
                    "id": 1009,
                    "name": "Chorus",
                    "is_group": true
                }
            },
            {
                "name": "Resource",
                "abbreviation": "RSC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/454/?format=api",
                    "id": 454,
                    "name": "Resource",
                    "is_group": true
                }
            },
            {
                "name": "Singular Crew",
                "abbreviation": "SGR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5740/?format=api",
                    "id": 5740,
                    "name": "Singular Crew",
                    "is_group": true
                }
            },
            {
                "name": "Xymox",
                "abbreviation": "XYX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23834/?format=api",
                    "id": 23834,
                    "name": "Xymox",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2012-09-29",
        "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/8/?format=api",
                "id": 8,
                "name": "Slideshow",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]