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

{
    "name": "Morgan Lewis",
    "title": "Morgan Lewis",
    "id": 10020,
    "slug": "morgan-lewis",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10020/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22085,
            "title": "How High the Moon",
            "url": "https://www.guitarparty.com/songs/how-high-the-moon/"
        }
    ]
}