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

{
    "name": "Sid Kessel",
    "title": "Sid Kessel",
    "id": 6232,
    "slug": "sid-kessel",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6232/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11020,
            "title": "I Can't Wait For The Sun To Go Down",
            "url": "https://www.guitarparty.com/songs/i-cant-wait-for-the-sun-to-go-down/"
        }
    ]
}