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

{
    "name": "Harold Barlow",
    "title": "Harold Barlow",
    "id": 10627,
    "slug": "harold-barlow",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10627/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22638,
            "title": "These Are The Things I Love",
            "url": "https://www.guitarparty.com/songs/these-are-the-things-i-love/"
        }
    ]
}