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

{
    "name": "Wayne Shanklin",
    "title": "Wayne Shanklin",
    "id": 7640,
    "slug": "wayne-shanklin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7640/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13013,
            "title": "Primrose Lane",
            "url": "https://www.guitarparty.com/songs/primrose-lane/"
        },
        {
            "id": 22391,
            "title": "The Big Hurt",
            "url": "https://www.guitarparty.com/songs/the-big-hurt/"
        }
    ]
}