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

{
    "name": "Robert John Jones",
    "title": "Robert John Jones",
    "id": 5819,
    "slug": "robert-john-jones",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5819/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10570,
            "title": "A Different Kind Of Sad",
            "url": "https://www.guitarparty.com/songs/a-different-kind-of-sad-lyrics-and-chords-buck-owen/"
        }
    ]
}