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

{
    "name": "Tim Ryan",
    "title": "Tim Ryan",
    "id": 6178,
    "slug": "tim-ryan",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6178/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10944,
            "title": "You And You Alone",
            "url": "https://www.guitarparty.com/songs/you-and-you-alone/"
        }
    ]
}