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

{
    "name": "Jack Jessup",
    "title": "Jack Jessup",
    "id": 6987,
    "slug": "jack-jessup",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6987/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12763,
            "title": "What A Price I Had To Pay",
            "url": "https://www.guitarparty.com/songs/what-a-price-i-had-to-pay/"
        }
    ]
}