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

{
    "name": "Harry Compton",
    "title": "Harry Compton",
    "id": 7002,
    "slug": "harry-compton",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7002/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12785,
            "title": "How Much More Can She Stand",
            "url": "https://www.guitarparty.com/songs/how-much-more-can-she-stand/"
        }
    ]
}