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

{
    "name": "Robert Anthony Jones",
    "title": "Robert Anthony Jones",
    "id": 6908,
    "slug": "robert-anthony-jones",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6908/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12196,
            "title": "Down At The End Of Memory Lane",
            "url": "https://www.guitarparty.com/songs/down-at-the-end-of-memory-lane/"
        }
    ]
}