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

{
    "name": "Bud Green",
    "title": "Bud Green",
    "id": 9526,
    "slug": "bud-green",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9526/?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/"
        },
        {
            "id": 22661,
            "title": "Once In A While",
            "url": "https://www.guitarparty.com/songs/once-in-a-while/"
        },
        {
            "id": 21063,
            "title": "Sentimental Journey",
            "url": "https://www.guitarparty.com/songs/sentimental-journey/"
        }
    ]
}