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

{
    "name": "Joe Bob Barnhill",
    "title": "Joe Bob Barnhill",
    "id": 8415,
    "slug": "joe-bob-barnhill",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8415/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15176,
            "title": "My Mama Was The Rose Of San Antone",
            "url": "https://www.guitarparty.com/songs/my-mama-was-the-rose-of-san-antone/"
        }
    ]
}