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

{
    "name": "Don Rodney",
    "title": "Don Rodney",
    "id": 10151,
    "slug": "don-rodney",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10151/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22202,
            "title": "What Good Am I Without You",
            "url": "https://www.guitarparty.com/songs/what-good-am-i-without-you/"
        }
    ]
}