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

{
    "name": "Ray Holt",
    "title": "Ray Holt",
    "id": 6595,
    "slug": "ray-holt",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6595/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14107,
            "title": "A Whole Lot Of You",
            "url": "https://www.guitarparty.com/songs/a-whole-lot-of-you/"
        },
        {
            "id": 11581,
            "title": "Here's To You",
            "url": "https://www.guitarparty.com/songs/heres-to-you/"
        }
    ]
}