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

{
    "name": "Frank Beard",
    "title": "Frank Beard",
    "id": 12509,
    "slug": "frank-beard",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12509/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24677,
            "title": "Gimme All Your Lovin'",
            "url": "https://www.guitarparty.com/songs/gimme-all-your-lovin/"
        },
        {
            "id": 26425,
            "title": "Sharp dressed man",
            "url": "https://www.guitarparty.com/songs/sharp-dressed-man/"
        }
    ]
}