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

{
    "name": "Harry Stoddard",
    "title": "Harry Stoddard",
    "id": 6561,
    "slug": "harry-stoddard",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6561/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11508,
            "title": "I Get The Blues When It Rains",
            "url": "https://www.guitarparty.com/songs/i-get-the-blues-when-it-rains/"
        }
    ]
}