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

{
    "name": "Jerry Le Fors",
    "title": "Jerry Le Fors",
    "id": 9678,
    "slug": "jerry-le-fors",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9678/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21535,
            "title": "Try Again",
            "url": "https://www.guitarparty.com/songs/try-again/"
        }
    ]
}