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

{
    "name": "Neil Thrasher",
    "title": "Neil Thrasher",
    "id": 10520,
    "slug": "Neil-Thrasher",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10520/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 22532,
            "title": "That’s How Country Feels",
            "url": "https://www.guitarparty.com/songs/thats-how-country-feels/"
        }
    ]
}