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

{
    "name": "Chad and Jeremy",
    "title": "Chad and Jeremy",
    "id": 10762,
    "slug": "chad-and-jeremy",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10762/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22974,
            "title": "Yesterday’s Gone",
            "url": "https://www.guitarparty.com/songs/yesterdays-gone-2/"
        }
    ]
}