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

{
    "name": "Glen Sutton",
    "title": "Glen Sutton",
    "id": 8760,
    "slug": "glen-sutton",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8760/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20828,
            "title": "What Made Milwaukee Famous",
            "url": "https://www.guitarparty.com/songs/what-made-milwaukee-famous/"
        },
        {
            "id": 18781,
            "title": "You´re My Man",
            "url": "https://www.guitarparty.com/songs/you-re-my-man/"
        }
    ]
}