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

{
    "name": "Billy Smith",
    "title": "Billy Smith",
    "id": 7139,
    "slug": "billy-smith",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7139/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11520,
            "title": "Blue Train",
            "url": "https://www.guitarparty.com/songs/blue-train/"
        },
        {
            "id": 13969,
            "title": "Crazy Heart",
            "url": "https://www.guitarparty.com/songs/crazy-heart/"
        },
        {
            "id": 18086,
            "title": "Heart To Heart And Fool To Fool",
            "url": "https://www.guitarparty.com/songs/heart-to-heart-and-fool-to-fool/"
        }
    ]
}