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

{
    "name": "Gene Price",
    "title": "Gene Price",
    "id": 5729,
    "slug": "gene-price",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5729/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10446,
            "title": "All Of A Sudden",
            "url": "https://www.guitarparty.com/songs/all-of-a-sudden/"
        }
    ]
}