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

{
    "name": "Stephen Sanchez",
    "title": "Stephen Sanchez",
    "id": 14757,
    "slug": "stephen-sanchez",
    "url": "https://www.guitarparty.com/api/v3/core/authors/14757/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27718,
            "title": "No One Knows",
            "url": "https://www.guitarparty.com/songs/no-one-knows/"
        },
        {
            "id": 27286,
            "title": "Until I Found You",
            "url": "https://www.guitarparty.com/songs/until-i-found-you/"
        }
    ]
}