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

{
    "name": "Joe Verscharen",
    "title": "Joe Verscharen",
    "id": 15599,
    "slug": "joe-verscharen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15599/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28242,
            "title": "Since I don't have you",
            "url": "https://www.guitarparty.com/songs/since-i-dont-have-you/"
        }
    ]
}