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

{
    "name": "Bob Geesling",
    "title": "Bob Geesling",
    "id": 9538,
    "slug": "bob-geesling",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9538/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21071,
            "title": "The Heart You Break May Be Your Own",
            "url": "https://www.guitarparty.com/songs/the-heart-you-break-may-be-your-own/"
        }
    ]
}