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

{
    "name": "Jack Richards",
    "title": "Jack Richards",
    "id": 9958,
    "slug": "jack-richards",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9958/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22665,
            "title": "Queen of the Senior Prom",
            "url": "https://www.guitarparty.com/songs/queen-of-the-senior-prom/"
        }
    ]
}