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

{
    "name": "James Casey",
    "title": "James Casey",
    "id": 6082,
    "slug": "james-casey",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6082/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10843,
            "title": "Laid Back Country Picker",
            "url": "https://www.guitarparty.com/songs/laid-back-country-picker/"
        }
    ]
}