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

{
    "name": "Will L. Thompson",
    "title": "Will L. Thompson",
    "id": 6113,
    "slug": "will-l-thompson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6113/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10879,
            "title": "Lead Me Gently Home",
            "url": "https://www.guitarparty.com/songs/lead-me-gently-home/"
        },
        {
            "id": 21232,
            "title": "Softly And Tenderly",
            "url": "https://www.guitarparty.com/songs/softly-and-tenderly/"
        }
    ]
}