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

{
    "name": "Les Paul",
    "title": "Les Paul",
    "id": 5926,
    "slug": "les-paul",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5926/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/LesPaul.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 22085,
            "title": "How High the Moon",
            "url": "https://www.guitarparty.com/songs/how-high-the-moon/"
        },
        {
            "id": 22158,
            "title": "I´m Sitting On Top Of The World",
            "url": "https://www.guitarparty.com/songs/i-m-sitting-on-top-of-the-world/"
        },
        {
            "id": 22161,
            "title": "Just One More Chance",
            "url": "https://www.guitarparty.com/songs/just-one-more-chance/"
        },
        {
            "id": 22619,
            "title": "The World Is Waiting For The Sunrise",
            "url": "https://www.guitarparty.com/songs/the-world-is-waiting-for-the-sunrise/"
        },
        {
            "id": 22384,
            "title": "Whispering",
            "url": "https://www.guitarparty.com/songs/whispering/"
        }
    ]
}