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

{
    "name": "Jack Baker",
    "title": "Jack Baker",
    "id": 10022,
    "slug": "jack-baker",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10022/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22087,
            "title": "I Hear A Rhapsody",
            "url": "https://www.guitarparty.com/songs/i-hear-a-rhapsody/"
        }
    ]
}