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

{
    "name": "Lovin’ Spoonful",
    "title": "Lovin’ Spoonful",
    "id": 14285,
    "slug": "lovin-spoonful",
    "url": "https://www.guitarparty.com/api/v3/core/authors/14285/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 26798,
            "title": "Rain On The Roof",
            "url": "https://www.guitarparty.com/songs/rain-on-the-roof/"
        }
    ]
}