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

{
    "name": "A. R. Peddy",
    "title": "A. R. Peddy",
    "id": 6029,
    "slug": "a-r-peddy",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6029/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10773,
            "title": "Georgia Town Blues",
            "url": "https://www.guitarparty.com/songs/georgia-town-blues/"
        },
        {
            "id": 19923,
            "title": "If I Could Come Back",
            "url": "https://www.guitarparty.com/songs/if-i-could-come-back/"
        }
    ]
}