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

{
    "name": "Barbara Vaughan",
    "title": "Barbara Vaughan",
    "id": 9241,
    "slug": "barbara-vaughan",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9241/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20397,
            "title": "Gotta lot of rhythm in my soul",
            "url": "https://www.guitarparty.com/songs/gotta-lot-of-rhythm-in-my-soul/"
        }
    ]
}