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

{
    "name": "Joe Guillot",
    "title": "Joe Guillot",
    "id": 6849,
    "slug": "joe-guillot",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6849/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12051,
            "title": "Falling Falling Falling",
            "url": "https://www.guitarparty.com/songs/falling-falling-falling/"
        }
    ]
}