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

{
    "name": "Tom Brasfield",
    "title": "Tom Brasfield",
    "id": 6138,
    "slug": "tom-brasfield",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6138/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10909,
            "title": "Holding Her and Loving You",
            "url": "https://www.guitarparty.com/songs/holding-her-and-loving-you/"
        },
        {
            "id": 13867,
            "title": "There Aint No Getting Over Me",
            "url": "https://www.guitarparty.com/songs/there-aint-no-getting-over-me/"
        }
    ]
}