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

{
    "name": "Michael McDonald",
    "title": "Michael McDonald",
    "id": 6636,
    "slug": "michael-mcdonald",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6636/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/MichaelMcDonaldm.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 11670,
            "title": "Children Go Where I Send Thee",
            "url": "https://www.guitarparty.com/songs/children-go-where-i-send-thee/"
        }
    ]
}