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

{
    "name": "Bill Howard",
    "title": "Bill Howard",
    "id": 8620,
    "slug": "bill-howard",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8620/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 17457,
            "title": "Destination Atlanta GA",
            "url": "https://www.guitarparty.com/songs/destination-atlanta-ga/"
        },
        {
            "id": 19679,
            "title": "She Burnt The Little Roadside Tavern Down",
            "url": "https://www.guitarparty.com/songs/she-burnt-the-little-roadside-tavern-down/"
        }
    ]
}