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

{
    "name": "Bud Auge",
    "title": "Bud Auge",
    "id": 8494,
    "slug": "bud-auge",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8494/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15328,
            "title": "I Keep Meeting Girls Like You",
            "url": "https://www.guitarparty.com/songs/i-keep-meeting-girls-like-you/"
        },
        {
            "id": 19401,
            "title": "Is She All You Thought She Would Be",
            "url": "https://www.guitarparty.com/songs/is-she-all-you-thought-she-would-be/"
        },
        {
            "id": 20994,
            "title": "The Violet and the Rose",
            "url": "https://www.guitarparty.com/songs/the-violet-and-the-rose/"
        }
    ]
}