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

{
    "name": "Sharon King",
    "title": "Sharon King",
    "id": 7829,
    "slug": "sharon-king",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7829/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13589,
            "title": "I Fall Easy",
            "url": "https://www.guitarparty.com/songs/i-fall-easy/"
        }
    ]
}