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

{
    "name": "Don Robey",
    "title": "Don Robey",
    "id": 9810,
    "slug": "don-robey",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9810/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21910,
            "title": "Pledging My Love",
            "url": "https://www.guitarparty.com/songs/pledging-my-love/"
        }
    ]
}