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

{
    "name": "Thomas E. Jones III",
    "title": "Thomas E. Jones III",
    "id": 3138,
    "slug": "thomas-e-jones-iii",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3138/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 3104,
            "title": "Old Time Rock'N'Roll",
            "url": "https://www.guitarparty.com/songs/old-time-rocknroll-2/"
        }
    ]
}