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

{
    "name": "Tony Joe White",
    "title": "Tony Joe White",
    "id": 6750,
    "slug": "tony-joe-white",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6750/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/TonyJoeWhitetjw.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 11834,
            "title": "Rainy Night In Georgia",
            "url": "https://www.guitarparty.com/songs/rainy-night-in-georgia/"
        }
    ]
}