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

{
    "name": "Jerry McBee",
    "title": "Jerry McBee",
    "id": 8274,
    "slug": "jerry-mcbee",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8274/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19639,
            "title": "Back To Back",
            "url": "https://www.guitarparty.com/songs/back-to-back/"
        },
        {
            "id": 14820,
            "title": "Footprints In The Sands Of Time",
            "url": "https://www.guitarparty.com/songs/footprints-in-the-sands-of-time/"
        }
    ]
}