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

{
    "name": "Joe Lubin",
    "title": "Joe Lubin",
    "id": 10252,
    "slug": "joe-lubin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10252/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22288,
            "title": "Teachers Pet",
            "url": "https://www.guitarparty.com/songs/teachers-pet/"
        }
    ]
}