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

{
    "name": "Larry Lee Smith",
    "title": "Larry Lee Smith",
    "id": 8811,
    "slug": "larry-lee-smith",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8811/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19078,
            "title": "From Here to There to You",
            "url": "https://www.guitarparty.com/songs/from-here-to-there-to-you/"
        }
    ]
}