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

{
    "name": "Samuel Mitchell",
    "title": "Samuel Mitchell",
    "id": 6263,
    "slug": "samuel-mitchell",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6263/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11054,
            "title": "Put My Little Shoes Away",
            "url": "https://www.guitarparty.com/songs/put-my-little-shoes-away/"
        }
    ]
}