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

{
    "name": "Billy Ed Wheeler",
    "title": "Billy Ed Wheeler",
    "id": 7250,
    "slug": "billy-ed-wheeler",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7250/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19652,
            "title": "Ann",
            "url": "https://www.guitarparty.com/songs/ann/"
        },
        {
            "id": 12842,
            "title": "Long Arm Of The Law",
            "url": "https://www.guitarparty.com/songs/long-arm-of-the-law/"
        },
        {
            "id": 13061,
            "title": "Ode To The Little Shack Out Back",
            "url": "https://www.guitarparty.com/songs/ode-to-the-little-shack-out-back/"
        }
    ]
}