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

{
    "name": "Kent LaVoie",
    "title": "Kent LaVoie",
    "id": 6613,
    "slug": "kent-lavoie",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6613/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11617,
            "title": "How Can I Tell Him",
            "url": "https://www.guitarparty.com/songs/how-can-i-tell-him/"
        },
        {
            "id": 21207,
            "title": "Me and You and a Dog Named Boo",
            "url": "https://www.guitarparty.com/songs/meyou-and-a-dog-named-boo/"
        }
    ]
}