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

{
    "name": " Mark Andrews",
    "title": " Mark Andrews",
    "id": 10904,
    "slug": "Mark-Andrews",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10904/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 23174,
            "title": "Touch the Sky",
            "url": "https://www.guitarparty.com/songs/touch-the-sky/"
        }
    ]
}