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

{
    "name": "Anne Rachel",
    "title": "Anne Rachel",
    "id": 9303,
    "slug": "anne-rachel",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9303/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20528,
            "title": "Today Tomorrow and Forever",
            "url": "https://www.guitarparty.com/songs/today-tomorrow-and-forever/"
        }
    ]
}