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

{
    "name": "Ike Cargill",
    "title": "Ike Cargill",
    "id": 6688,
    "slug": "ike-cargill",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6688/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 14850,
            "title": "Forever Is Ending Today",
            "url": "https://www.guitarparty.com/songs/forever-is-ending-today/"
        },
        {
            "id": 11736,
            "title": "I'll Be True To The One That I Love",
            "url": "https://www.guitarparty.com/songs/ill-be-true-to-the-one-that-i-love/"
        }
    ]
}