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

{
    "name": "Joe Babcock",
    "title": "Joe Babcock",
    "id": 7579,
    "slug": "joe-babcock",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7579/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19547,
            "title": "I Washed My Hands in Muddy Water",
            "url": "https://www.guitarparty.com/songs/i-washed-my-hands-in-muddy-water/"
        },
        {
            "id": 12884,
            "title": "Southern Dixie Flyer",
            "url": "https://www.guitarparty.com/songs/southern-dixie-flyer/"
        },
        {
            "id": 13890,
            "title": "Wine Flowed Freely",
            "url": "https://www.guitarparty.com/songs/wine-flowed-freely/"
        }
    ]
}