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

{
    "name": "Gary Richrath",
    "title": "Gary Richrath",
    "id": 13740,
    "slug": "gary-richrath",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13740/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 26000,
            "title": "In Your Letter",
            "url": "https://www.guitarparty.com/songs/in-your-letter/"
        },
        {
            "id": 26647,
            "title": "Take it on the run",
            "url": "https://www.guitarparty.com/songs/take-it-on-the-run/"
        }
    ]
}