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

{
    "name": "James Varner",
    "title": "James Varner",
    "id": 7683,
    "slug": "james-varner",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7683/?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/"
        }
    ]
}