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

{
    "name": "L. Kingston",
    "title": "L. Kingston",
    "id": 6176,
    "slug": "l-kingston",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6176/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10941,
            "title": "When The Ship Hit The Sand",
            "url": "https://www.guitarparty.com/songs/when-the-ship-hit-the-sand/"
        }
    ]
}