GET /api/v3/core/authors/1361/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Ingibjörg Smith",
"title": "Ingibjörg Smith",
"id": 1361,
"slug": "ingibjorg-smith",
"url": "https://www.guitarparty.com/api/v3/core/authors/1361/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 226,
"title": "Nú liggur vel á mér",
"url": "https://www.guitarparty.com/songs/nu-liggur-vel-a-mer/"
},
{
"id": 1615,
"title": "Við gengum tvö",
"url": "https://www.guitarparty.com/songs/vid-gengum-tvo/"
}
]
}