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

{
    "name": "Donald Tolle",
    "title": "Donald Tolle",
    "id": 5697,
    "slug": "donald-tolle",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5697/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10400,
            "title": "All My Roads Lead Back To You",
            "url": "https://www.guitarparty.com/songs/all-my-roads-lead-back-to-you/"
        }
    ]
}