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

{
    "name": "Reba Mcintyre",
    "title": "Reba Mcintyre",
    "id": 12431,
    "slug": "reba-mcintyre",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12431/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24579,
            "title": "The Night the Lights Went Out in Georgia",
            "url": "https://www.guitarparty.com/songs/the-night-the-lights-went-out-in-georgia/"
        }
    ]
}