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

{
    "name": "Eric Lowen",
    "title": "Eric Lowen",
    "id": 1493,
    "slug": "eric-lowen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/1493/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 1219,
            "title": "Just To See You",
            "url": "https://www.guitarparty.com/songs/just-to-see-you/"
        }
    ]
}