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

{
    "name": "Kevin McAlea",
    "title": "Kevin McAlea",
    "id": 12506,
    "slug": "kevin-mcalea",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12506/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24675,
            "title": "99 Red Balloons",
            "url": "https://www.guitarparty.com/songs/99-red-balloons/"
        }
    ]
}