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

{
    "name": "Bill Gaither",
    "title": "Bill Gaither",
    "id": 5132,
    "slug": "bill-gaither",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5132/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/BillGaithergaith.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 8624,
            "title": "He is Lord",
            "url": "https://www.guitarparty.com/songs/he-is-lord/"
        },
        {
            "id": 10868,
            "title": "He Touched Me",
            "url": "https://www.guitarparty.com/songs/he-touched-me/"
        },
        {
            "id": 8623,
            "title": "In His Time",
            "url": "https://www.guitarparty.com/songs/in-his-time/"
        },
        {
            "id": 11689,
            "title": "Somewhere Between Jesus And John Wayne",
            "url": "https://www.guitarparty.com/songs/somewhere-between-jesus-and-john-wayne/"
        }
    ]
}