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

{
    "name": "Red Hot Chili Pepeprs",
    "title": "Red Hot Chili Pepeprs",
    "id": 12500,
    "slug": "red-hot-chili-pepeprs",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12500/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24670,
            "title": "Breaking the Girl",
            "url": "https://www.guitarparty.com/songs/breaking-the-girl/"
        }
    ]
}