GET /api/v1/releasers/29966/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"url": "https://demozoo.org/api/v1/productions/49984/?format=api",
"demozoo_url": "https://demozoo.org/productions/49984/",
"id": 49984,
"title": "Something Strange",
"author_nicks": [
{
"name": "Andy",
"abbreviation": "",
"releaser": {
"url": "https://demozoo.org/api/v1/releasers/29965/?format=api",
"id": 29965,
"name": "Andy",
"is_group": false
}
},
{
"name": "Dave",
"abbreviation": "",
"releaser": {
"url": "https://demozoo.org/api/v1/releasers/29966/?format=api",
"id": 29966,
"name": "Dave",
"is_group": false
}
}
],
"author_affiliation_nicks": [
{
"name": "Retro Computer Museum",
"abbreviation": "RCM",
"releaser": {
"url": "https://demozoo.org/api/v1/releasers/29967/?format=api",
"id": 29967,
"name": "Retro Computer Museum",
"is_group": true
}
}
],
"release_date": "2009-09-12",
"supertype": "production",
"platforms": [
{
"url": "https://demozoo.org/api/v1/platforms/1/?format=api",
"id": 1,
"name": "Windows"
}
],
"types": [
{
"url": "https://demozoo.org/api/v1/production_types/1/?format=api",
"id": 1,
"name": "Demo",
"supertype": "production"
}
],
"tags": []
}
]