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

{
    "name": "Billy Taylor",
    "title": "Billy Taylor",
    "id": 10115,
    "slug": "billy-taylor",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10115/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/BillyTaylor.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 22166,
            "title": "I Wish I Knew How It Would Feel to be Free",
            "url": "https://www.guitarparty.com/songs/i-wish-i-knew-how-it-would-feel-to-be-free/"
        }
    ]
}