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

{
    "name": "Donn Tankersley",
    "title": "Donn Tankersley",
    "id": 7788,
    "slug": "donn-tankersley",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7788/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13498,
            "title": "Barstool Mountain",
            "url": "https://www.guitarparty.com/songs/barstool-mountain/"
        },
        {
            "id": 14968,
            "title": "Slide Off Your Satin Sheets",
            "url": "https://www.guitarparty.com/songs/slide-off-your-satin-sheets/"
        }
    ]
}