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

{
    "name": "Bill Carver",
    "title": "Bill Carver",
    "id": 7937,
    "slug": "bill-carver",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7937/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13781,
            "title": "If You Havent You Cant Feel The Way I Do",
            "url": "https://www.guitarparty.com/songs/if-you-havent-you-cant-feel-the-way-i-do/"
        }
    ]
}