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

{
    "name": "Joe Goodwin",
    "title": "Joe Goodwin",
    "id": 8432,
    "slug": "joe-goodwin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8432/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19785,
            "title": "Everywhere You Go",
            "url": "https://www.guitarparty.com/songs/everywhere-you-go/"
        },
        {
            "id": 22222,
            "title": "When You´re Smiling",
            "url": "https://www.guitarparty.com/songs/when-you-re-smiling/"
        },
        {
            "id": 15199,
            "title": "When Youre Smiling",
            "url": "https://www.guitarparty.com/songs/when-youre-smiling/"
        }
    ]
}