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

{
    "name": "J.D. Martin",
    "title": "J.D. Martin",
    "id": 7753,
    "slug": "j-d-martin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7753/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14076,
            "title": "Just As Long As I Have You",
            "url": "https://www.guitarparty.com/songs/just-as-long-as-i-have-you/"
        }
    ]
}