GET /api/v3/core/authors/77/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "A.P. Berggreen",
"title": "A.P. Berggreen",
"id": 77,
"slug": "a-p-berggreen",
"url": "https://www.guitarparty.com/api/v3/core/authors/77/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 23829,
"title": "Nú árið er liðið",
"url": "https://www.guitarparty.com/songs/nu-arid-er-lidid/"
},
{
"id": 80,
"title": "Ó, Jesús, bróðir besti",
"url": "https://www.guitarparty.com/songs/o-jesus-brodir-besti/"
}
]
}