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

{
    "name": "Larry Conley",
    "title": "Larry Conley",
    "id": 10147,
    "slug": "larry-conley",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10147/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22198,
            "title": "A Cottage For Sale",
            "url": "https://www.guitarparty.com/songs/a-cottage-for-sale/"
        }
    ]
}