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

{
    "name": "Gayle Smith",
    "title": "Gayle Smith",
    "id": 5650,
    "slug": "gayle-smith",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5650/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10328,
            "title": "You're Driving Me Out Of My Mind",
            "url": "https://www.guitarparty.com/songs/youre-driving-me-out-of-my-mind/"
        }
    ]
}