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

{
    "name": "Ira Gershwin",
    "title": "Ira Gershwin",
    "id": 10029,
    "slug": "ira-gershwin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10029/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/IraGershwin.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 22109,
            "title": "He Loves And She Loves",
            "url": "https://www.guitarparty.com/songs/he-loves-and-she-loves/"
        },
        {
            "id": 22093,
            "title": "I Can´t Get Started",
            "url": "https://www.guitarparty.com/songs/i-can-t-get-started/"
        },
        {
            "id": 22337,
            "title": "Long Ago And Far Away",
            "url": "https://www.guitarparty.com/songs/long-ago-and-far-away/"
        },
        {
            "id": 22272,
            "title": "Someone to Watch Over Me",
            "url": "https://www.guitarparty.com/songs/someone-to-watch-over-me/"
        }
    ]
}