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

{
    "name": "Charlie Daniels",
    "title": "Charlie Daniels",
    "id": 7785,
    "slug": "charlie-daniels",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7785/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/CharlieDanielsch.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 13496,
            "title": "Hell Never Take The Place Of You",
            "url": "https://www.guitarparty.com/songs/hell-never-take-the-place-of-you/"
        },
        {
            "id": 27213,
            "title": "The Devil Went Down to Georgia",
            "url": "https://www.guitarparty.com/songs/the-devil-went-down-to-georgia/"
        }
    ]
}