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

{
    "name": "Jackson Leap",
    "title": "Jackson Leap",
    "id": 6339,
    "slug": "jackson-leap",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6339/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11182,
            "title": "Both Sides of Goodbye",
            "url": "https://www.guitarparty.com/songs/both-sides-of-goodbye/"
        }
    ]
}