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

{
    "name": "The Crickets",
    "title": "The Crickets",
    "id": 12165,
    "slug": "the-crickets",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12165/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 13120,
            "title": "It's So Easy!",
            "url": "https://www.guitarparty.com/songs/its-so-easy/"
        },
        {
            "id": 1133,
            "title": "Peggy Sue",
            "url": "https://www.guitarparty.com/songs/peggy-sue/"
        }
    ]
}