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

{
    "name": " Micky Moody",
    "title": " Micky Moody",
    "id": 12215,
    "slug": "micky-moody",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12215/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24312,
            "title": "Fool For Your Loving",
            "url": "https://www.guitarparty.com/songs/fool-for-your-loving/"
        }
    ]
}