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

{
    "name": "Don Cornel",
    "title": "Don Cornel",
    "id": 10089,
    "slug": "don-cornel",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10089/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22142,
            "title": "The Gang That SangHeart Of My Heart",
            "url": "https://www.guitarparty.com/songs/the-gang-that-sangheart-of-my-heart/"
        }
    ]
}