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

{
    "name": "M. Durham",
    "title": "M. Durham",
    "id": 6642,
    "slug": "m-durham",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6642/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11678,
            "title": "I Am Bound For The Promised Land",
            "url": "https://www.guitarparty.com/songs/i-am-bound-for-the-promised-land/"
        }
    ]
}