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

{
    "name": "John Latouche",
    "title": "John Latouche",
    "id": 10339,
    "slug": "john-latouche",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10339/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22373,
            "title": "Taking A Chance On Love",
            "url": "https://www.guitarparty.com/songs/taking-a-chance-on-love/"
        }
    ]
}