GET /api/v1/releasers/64888/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"url": "https://demozoo.org/api/v1/productions/155943/?format=api",
"demozoo_url": "https://demozoo.org/productions/155943/",
"id": 155943,
"title": "Apple IIGS Sales Demo",
"author_nicks": [
{
"name": "Apple Computer Inc.",
"abbreviation": "",
"releaser": {
"url": "https://demozoo.org/api/v1/releasers/64888/?format=api",
"id": 64888,
"name": "Apple Computer Inc.",
"is_group": true
}
}
],
"author_affiliation_nicks": [],
"release_date": "1986",
"supertype": "production",
"platforms": [
{
"url": "https://demozoo.org/api/v1/platforms/57/?format=api",
"id": 57,
"name": "Apple II GS"
}
],
"types": [
{
"url": "https://demozoo.org/api/v1/production_types/1/?format=api",
"id": 1,
"name": "Demo",
"supertype": "production"
}
],
"tags": [
"commercial-demo"
]
}
]