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

{
    "name": "Gerald Nelson",
    "title": "Gerald Nelson",
    "id": 5962,
    "slug": "gerald-nelson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5962/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10679,
            "title": "True True Loving",
            "url": "https://www.guitarparty.com/songs/true-true-loving/"
        }
    ]
}