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

{
    "name": "David Tyson",
    "title": "David Tyson",
    "id": 11150,
    "slug": "david-tyson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11150/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 23382,
            "title": "Black Velvet",
            "url": "https://www.guitarparty.com/songs/black-velvet/"
        }
    ]
}