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

{
    "name": "John Riggs",
    "title": "John Riggs",
    "id": 8052,
    "slug": "john-riggs",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8052/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 18700,
            "title": "Forbidden Angel",
            "url": "https://www.guitarparty.com/songs/forbidden-angel/"
        },
        {
            "id": 19727,
            "title": "She Knows What Shes Crying About",
            "url": "https://www.guitarparty.com/songs/she-knows-what-shes-crying-about/"
        },
        {
            "id": 14015,
            "title": "You Make Me Feel More Like A Man",
            "url": "https://www.guitarparty.com/songs/you-make-me-feel-more-like-a-man/"
        }
    ]
}