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

{
    "name": "Edward Hopper",
    "title": "Edward Hopper",
    "id": 6663,
    "slug": "edward-hopper",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6663/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11703,
            "title": "Jesus Savior Pilot Me",
            "url": "https://www.guitarparty.com/songs/jesus-savior-pilot-me/"
        }
    ]
}