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

{
    "name": "Billy Murray",
    "title": "Billy Murray",
    "id": 12859,
    "slug": "billy-murray",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12859/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24953,
            "title": "What do you want to make those eyes at me for",
            "url": "https://www.guitarparty.com/songs/what-do-you-want-to-make-those-eyes-at-me-for/"
        }
    ]
}