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

{
    "name": "Vince Matthews",
    "title": "Vince Matthews",
    "id": 8809,
    "slug": "vince-matthews",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8809/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21674,
            "title": "Love in the Hot Afternoon",
            "url": "https://www.guitarparty.com/songs/love-in-the-hot-afternoon/"
        },
        {
            "id": 19075,
            "title": "This Is My Year For Mexico",
            "url": "https://www.guitarparty.com/songs/this-is-my-year-for-mexico/"
        }
    ]
}