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

{
    "name": "Billy Henson",
    "title": "Billy Henson",
    "id": 7132,
    "slug": "billy-henson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7132/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11138,
            "title": "If Loneliness Can Kill Me",
            "url": "https://www.guitarparty.com/songs/if-loneliness-can-kill-me/"
        },
        {
            "id": 10337,
            "title": "Love Was Right Here All The Time",
            "url": "https://www.guitarparty.com/songs/love-was-right-here-all-the-time/"
        }
    ]
}