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

{
    "name": "George Soul",
    "title": "George Soul",
    "id": 6010,
    "slug": "george-soul",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6010/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10751,
            "title": "She's Too Pretty To Cry",
            "url": "https://www.guitarparty.com/songs/shes-too-pretty-to-cry-lyrics-and-chords-johnnyrodrigue/"
        }
    ]
}