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

{
    "name": "Mike Busbee",
    "title": "Mike Busbee",
    "id": 10664,
    "slug": "Mike-Busbee",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10664/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 23159,
            "title": "Trouble",
            "url": "https://www.guitarparty.com/songs/trouble-2/"
        },
        {
            "id": 22681,
            "title": "Try",
            "url": "https://www.guitarparty.com/songs/try/"
        }
    ]
}