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

{
    "name": "Kevin Haggstrom",
    "title": "Kevin Haggstrom",
    "id": 15342,
    "slug": "kevin-haggstrom",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15342/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27993,
            "title": "How To Live",
            "url": "https://www.guitarparty.com/songs/how-to-live/"
        }
    ]
}