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

{
    "name": "Mickey Stoner",
    "title": "Mickey Stoner",
    "id": 10219,
    "slug": "mickey-stoner",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10219/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22256,
            "title": "I Guess I´ll Have to Dream the Rest",
            "url": "https://www.guitarparty.com/songs/i-guess-i-ll-have-to-dream-the-rest/"
        }
    ]
}