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

{
    "name": "Dick Gasparre",
    "title": "Dick Gasparre",
    "id": 10023,
    "slug": "dick-gasparre",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10023/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22087,
            "title": "I Hear A Rhapsody",
            "url": "https://www.guitarparty.com/songs/i-hear-a-rhapsody/"
        }
    ]
}