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

{
    "name": "Albert Hamilton",
    "title": "Albert Hamilton",
    "id": 7682,
    "slug": "albert-hamilton",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7682/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13087,
            "title": "Where Do I Go From Here",
            "url": "https://www.guitarparty.com/songs/where-do-i-go-from-here/"
        }
    ]
}