GET /api/v3/core/authors/6380/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "W.A. Berry",
    "title": "W.A. Berry",
    "id": 6380,
    "slug": "w-a-berry",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6380/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11244,
            "title": "Shake Hands With Mother Again",
            "url": "https://www.guitarparty.com/songs/shake-hands-with-mother-again/"
        }
    ]
}