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

{
    "name": "Paul Stookey",
    "title": "Paul Stookey",
    "id": 10269,
    "slug": "paul-stookey",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10269/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22305,
            "title": "Autumn to May",
            "url": "https://www.guitarparty.com/songs/autumn-to-may/"
        },
        {
            "id": 24956,
            "title": "Gone the Rainbow (Siúil A Rún)",
            "url": "https://www.guitarparty.com/songs/gone-the-rainbow-siuil-a-run/"
        }
    ]
}