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

{
    "name": "Lena Horne",
    "title": "Lena Horne",
    "id": 9913,
    "slug": "lena-horne",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9913/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/LenaHorneImage1.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 21999,
            "title": "Ive Got A Right To Sing The Blues",
            "url": "https://www.guitarparty.com/songs/ive-got-a-right-to-sing-the-blues/"
        },
        {
            "id": 22367,
            "title": "Saint Louis Blues",
            "url": "https://www.guitarparty.com/songs/saint-louis-blues/"
        },
        {
            "id": 22123,
            "title": "Stormy Weather",
            "url": "https://www.guitarparty.com/songs/stormy-weather/"
        },
        {
            "id": 25151,
            "title": "Winter Wonderland",
            "url": "https://www.guitarparty.com/songs/winter-wonderland/"
        }
    ]
}