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

{
    "name": "George Riddle",
    "title": "George Riddle",
    "id": 6990,
    "slug": "george-riddle",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6990/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12765,
            "title": "A Real Close Friend",
            "url": "https://www.guitarparty.com/songs/a-real-close-friend/"
        }
    ]
}