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

{
    "name": "Marvin Taylor",
    "title": "Marvin Taylor",
    "id": 6271,
    "slug": "marvin-taylor",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6271/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11068,
            "title": "I'm A Rattlesnakin' Daddy",
            "url": "https://www.guitarparty.com/songs/im-a-rattlesnakin-daddy/"
        }
    ]
}