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

{
    "name": "Paul Kennerly",
    "title": "Paul Kennerly",
    "id": 7372,
    "slug": "paul-kennerly",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7372/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10880,
            "title": "Live With Jesus",
            "url": "https://www.guitarparty.com/songs/live-with-jesus/"
        },
        {
            "id": 10548,
            "title": "Till I Found You",
            "url": "https://www.guitarparty.com/songs/till-i-found-you/"
        }
    ]
}