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

{
    "name": "ZZ Top",
    "title": "ZZ Top",
    "id": 12434,
    "slug": "zz-top",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12434/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24585,
            "title": "Beer Drinkers and Hell Raisers",
            "url": "https://www.guitarparty.com/songs/beer-drinkers-and-hell-raisers/"
        },
        {
            "id": 24677,
            "title": "Gimme All Your Lovin'",
            "url": "https://www.guitarparty.com/songs/gimme-all-your-lovin/"
        },
        {
            "id": 24590,
            "title": "La Grange",
            "url": "https://www.guitarparty.com/songs/la-grange/"
        },
        {
            "id": 26425,
            "title": "Sharp dressed man",
            "url": "https://www.guitarparty.com/songs/sharp-dressed-man/"
        },
        {
            "id": 24586,
            "title": "Tush",
            "url": "https://www.guitarparty.com/songs/tush/"
        }
    ]
}