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

{
    "name": "Christopher Griffiths",
    "title": "Christopher Griffiths",
    "id": 15484,
    "slug": "christopher-griffiths",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15484/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 2444,
            "title": "Losing A Friend",
            "url": "https://www.guitarparty.com/songs/losing-a-friend/"
        }
    ]
}