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

{
    "name": "Bill Backer ",
    "title": "Bill Backer ",
    "id": 3051,
    "slug": "bill-backer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3051/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 2981,
            "title": "I‘d like to teach the world to sing",
            "url": "https://www.guitarparty.com/songs/id-like-to-teach-the-world-to-sing/"
        }
    ]
}