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

{
    "name": "Richard Sherman",
    "title": "Richard Sherman",
    "id": 7569,
    "slug": "richard-sherman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7569/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/RichardShermanri.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 12859,
            "title": "Things I Might Have Been",
            "url": "https://www.guitarparty.com/songs/things-i-might-have-been/"
        },
        {
            "id": 22130,
            "title": "You´re Sixteen",
            "url": "https://www.guitarparty.com/songs/you-re-sixteen/"
        }
    ]
}