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

{
    "name": "Eugene Strasser",
    "title": "Eugene Strasser",
    "id": 7854,
    "slug": "eugene-strasser",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7854/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13633,
            "title": "Im So Miserable Without You",
            "url": "https://www.guitarparty.com/songs/im-so-miserable-without-you/"
        },
        {
            "id": 17477,
            "title": "Today Is That Tomorrow",
            "url": "https://www.guitarparty.com/songs/today-is-that-tomorrow/"
        }
    ]
}