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

{
    "name": "Roy E. Hall",
    "title": "Roy E. Hall",
    "id": 6543,
    "slug": "roy-e-hall",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6543/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11479,
            "title": "Ninety Nine Year Blues",
            "url": "https://www.guitarparty.com/songs/ninety-nine-year-blues/"
        },
        {
            "id": 14880,
            "title": "Southern Cannonball",
            "url": "https://www.guitarparty.com/songs/southern-cannonball/"
        }
    ]
}