GET /api/v3/core/authors/12256/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Frank Farian",
"title": "Frank Farian",
"id": 12256,
"slug": "frank-farian",
"url": "https://www.guitarparty.com/api/v3/core/authors/12256/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 24338,
"title": "Brown girl in the ring",
"url": "https://www.guitarparty.com/songs/brown-girl-in-the-ring/"
},
{
"id": 24339,
"title": "Daddy Cool",
"url": "https://www.guitarparty.com/songs/daddy-cool/"
}
]
}