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

{
    "name": "Everett Corbin",
    "title": "Everett Corbin",
    "id": 6433,
    "slug": "everett-corbin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6433/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19336,
            "title": "If Kisses Could Talk",
            "url": "https://www.guitarparty.com/songs/if-kisses-could-talk/"
        },
        {
            "id": 11310,
            "title": "I Just Want Somebody to Love Me",
            "url": "https://www.guitarparty.com/songs/i-just-want-somebody-to-love-me/"
        }
    ]
}