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

{
    "name": "Audrey Grisham",
    "title": "Audrey Grisham",
    "id": 6627,
    "slug": "audrey-grisham",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6627/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11645,
            "title": "There Stands The Glass",
            "url": "https://www.guitarparty.com/songs/there-stands-the-glass/"
        }
    ]
}