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

{
    "name": "Ricardo Lopez-Mendez",
    "title": "Ricardo Lopez-Mendez",
    "id": 10264,
    "slug": "ricardo-lopez-mendez",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10264/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22300,
            "title": "Amor",
            "url": "https://www.guitarparty.com/songs/amor/"
        }
    ]
}