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

{
    "name": "John Rostill",
    "title": "John Rostill",
    "id": 6435,
    "slug": "john-rostill",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6435/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11311,
            "title": "If You Love Me Let Me Know",
            "url": "https://www.guitarparty.com/songs/if-you-love-me-let-me-know/"
        },
        {
            "id": 19238,
            "title": "Let Me Be There",
            "url": "https://www.guitarparty.com/songs/let-me-be-there/"
        },
        {
            "id": 21342,
            "title": "Please Mr. Please",
            "url": "https://www.guitarparty.com/songs/please-mr-please/"
        }
    ]
}