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

{
    "name": "Conrad Pierce",
    "title": "Conrad Pierce",
    "id": 8531,
    "slug": "conrad-pierce",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8531/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 16858,
            "title": "Back On My Mind Again",
            "url": "https://www.guitarparty.com/songs/back-on-my-mind-again/"
        },
        {
            "id": 18770,
            "title": "There Will Always Be Honky Tonks In Texas",
            "url": "https://www.guitarparty.com/songs/there-will-always-be-honky-tonks-in-texas/"
        }
    ]
}