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

{
    "name": "Greg Barnhill",
    "title": "Greg Barnhill",
    "id": 7180,
    "slug": "greg-barnhill",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7180/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10393,
            "title": "Same Old Love",
            "url": "https://www.guitarparty.com/songs/same-old-love/"
        }
    ]
}