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

{
    "name": "Johnny Rector",
    "title": "Johnny Rector",
    "id": 9343,
    "slug": "johnny-rector",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9343/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20608,
            "title": "Married by the Bible",
            "url": "https://www.guitarparty.com/songs/married-by-the-bible/"
        }
    ]
}