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

{
    "name": "Dick Rodgers",
    "title": "Dick Rodgers",
    "id": 9992,
    "slug": "dick-rodgers",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9992/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22058,
            "title": "I Guess I´ll Get the Papers (And Go Home)",
            "url": "https://www.guitarparty.com/songs/i-guess-i-ll-get-the-papers-and-go-home/"
        }
    ]
}