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

{
    "name": "Mr. Mister",
    "title": "Mr. Mister",
    "id": 15978,
    "slug": "mr-mister",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15978/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28620,
            "title": "Kyrie (“Lord, have mercy”)",
            "url": "https://www.guitarparty.com/songs/kyrie-lord-have-mercy/"
        }
    ]
}