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

{
    "name": "Robert Sherman",
    "title": "Robert Sherman",
    "id": 7568,
    "slug": "robert-sherman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7568/?format=api",
    "bio_short": null,
    "artist_img": null,
    "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/"
        }
    ]
}