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

{
    "name": "Earl Scurggs",
    "title": "Earl Scurggs",
    "id": 6713,
    "slug": "earl-scurggs",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6713/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11765,
            "title": "Thinking About You",
            "url": "https://www.guitarparty.com/songs/thinking-about-you-3/"
        }
    ]
}