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

{
    "name": "The Teddy Bears",
    "title": "The Teddy Bears",
    "id": 12723,
    "slug": "the-teddy-bears",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12723/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 24856,
            "title": "To Know Him Is To Love Him",
            "url": "https://www.guitarparty.com/songs/to-know-him-is-to-love-him/"
        }
    ]
}