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

{
    "name": "Wiley J. Smith",
    "title": "Wiley J. Smith",
    "id": 6738,
    "slug": "wiley-j-smith",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6738/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11815,
            "title": "Mama Bear",
            "url": "https://www.guitarparty.com/songs/mama-bear/"
        }
    ]
}