GET /api/v3/core/authors/11284/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Jimmy Pop",
"title": "Jimmy Pop",
"id": 11284,
"slug": "jimmy-pop",
"url": "https://www.guitarparty.com/api/v3/core/authors/11284/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 23485,
"title": "Bad Touch",
"url": "https://www.guitarparty.com/songs/bad-touch/"
},
{
"id": 28977,
"title": "Rándýr",
"url": "https://www.guitarparty.com/songs/randyr/"
}
]
}