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

{
    "name": "John Scott Sherrill",
    "title": "John Scott Sherrill",
    "id": 7984,
    "slug": "john-scott-sherrill",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7984/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13897,
            "title": "What Gives You The Right (To Do Me Wrong)",
            "url": "https://www.guitarparty.com/songs/what-gives-you-the-right-to-do-me-wrong/"
        },
        {
            "id": 20573,
            "title": "Wild And Blue",
            "url": "https://www.guitarparty.com/songs/wild-and-blue/"
        }
    ]
}