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

{
    "name": "Stan Lucas",
    "title": "Stan Lucas",
    "id": 15724,
    "slug": "stan-lucas",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15724/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28386,
            "title": "In My Arms",
            "url": "https://www.guitarparty.com/songs/in-my-arms/"
        }
    ]
}