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

{
    "name": "B. Miller",
    "title": "B. Miller",
    "id": 6963,
    "slug": "b-miller",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6963/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12317,
            "title": "If You Do Dear",
            "url": "https://www.guitarparty.com/songs/if-you-do-dear/"
        }
    ]
}