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

{
    "name": "John M. Neale",
    "title": "John M. Neale",
    "id": 10799,
    "slug": "john-m-neale",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10799/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23080,
            "title": "O Come, O Come, Emmanuel",
            "url": "https://www.guitarparty.com/songs/o-come-o-come-emmanuel/"
        }
    ]
}