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

{
    "name": "Bill Lane",
    "title": "Bill Lane",
    "id": 10066,
    "slug": "bill-lane",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10066/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22125,
            "title": "The Times Of Your Life",
            "url": "https://www.guitarparty.com/songs/the-times-of-your-life/"
        }
    ]
}