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

{
    "name": "Larry Vincent",
    "title": "Larry Vincent",
    "id": 7273,
    "slug": "larry-vincent",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7273/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10152,
            "title": "If I Had My Life To Live Over",
            "url": "https://www.guitarparty.com/songs/if-i-had-my-life-to-live-over/"
        }
    ]
}