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

{
    "name": "Billy Mize",
    "title": "Billy Mize",
    "id": 5664,
    "slug": "billy-mize",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5664/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/BillyMize.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 10344,
            "title": "I'm Not Blaming You",
            "url": "https://www.guitarparty.com/songs/im-not-blaming-you/"
        },
        {
            "id": 14262,
            "title": "Is This The Beginning Of The End",
            "url": "https://www.guitarparty.com/songs/is-this-the-beginning-of-the-end/"
        },
        {
            "id": 10929,
            "title": "January April And Me",
            "url": "https://www.guitarparty.com/songs/january-april-and-me/"
        },
        {
            "id": 10943,
            "title": "Who Will Buy The Wine",
            "url": "https://www.guitarparty.com/songs/who-will-buy-the-wine/"
        }
    ]
}