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

{
    "name": "Don George",
    "title": "Don George",
    "id": 6711,
    "slug": "don-george",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6711/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21972,
            "title": "I Was Telling Him About You",
            "url": "https://www.guitarparty.com/songs/i-was-telling-him-about-you/"
        },
        {
            "id": 11763,
            "title": "The Yellow Rose of Texas",
            "url": "https://www.guitarparty.com/songs/the-yellow-rose-of-texas/"
        }
    ]
}