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

{
    "name": "Lois Mann",
    "title": "Lois Mann",
    "id": 6795,
    "slug": "lois-mann",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6795/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11913,
            "title": "Back To The Doghouse",
            "url": "https://www.guitarparty.com/songs/back-to-the-doghouse/"
        },
        {
            "id": 19514,
            "title": "I´ll Sail My Ship Alone",
            "url": "https://www.guitarparty.com/songs/i-ll-sail-my-ship-alone/"
        },
        {
            "id": 21866,
            "title": "Signed Sealed and Delivered",
            "url": "https://www.guitarparty.com/songs/signed-sealeddelivered/"
        },
        {
            "id": 20532,
            "title": "Sweeter Than The Flowers",
            "url": "https://www.guitarparty.com/songs/sweeter-than-the-flowers/"
        }
    ]
}