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

{
    "name": "Paul and Mary (Bob Dylan)",
    "title": "Paul and Mary (Bob Dylan)",
    "id": 10683,
    "slug": "paul-and-mary-bob-dylan",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10683/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22742,
            "title": "Don’t Think Twice, It’s Alright",
            "url": "https://www.guitarparty.com/songs/dont-think-twice-its-alright/"
        }
    ]
}