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

{
    "name": "Eugene Lockhart",
    "title": "Eugene Lockhart",
    "id": 10611,
    "slug": "eugene-lockhart",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10611/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22619,
            "title": "The World Is Waiting For The Sunrise",
            "url": "https://www.guitarparty.com/songs/the-world-is-waiting-for-the-sunrise/"
        }
    ]
}