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

{
    "name": "Billy Graham",
    "title": "Billy Graham",
    "id": 8678,
    "slug": "billy-graham",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8678/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/BillyGrahambg.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 18092,
            "title": "It´s That Time Of The Night",
            "url": "https://www.guitarparty.com/songs/it-s-that-time-of-the-night/"
        },
        {
            "id": 21633,
            "title": "Two Separate Bar Stools",
            "url": "https://www.guitarparty.com/songs/two-separate-bar-stools/"
        },
        {
            "id": 19915,
            "title": "Your Memory Comes And Gets Me",
            "url": "https://www.guitarparty.com/songs/your-memory-comes-and-gets-me/"
        }
    ]
}