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

{
    "name": "James Joiner",
    "title": "James Joiner",
    "id": 5628,
    "slug": "james-joiner",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5628/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10293,
            "title": "A Fallen Star",
            "url": "https://www.guitarparty.com/songs/a-fallen-star/"
        }
    ]
}