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

{
    "name": "Christopher Neil",
    "title": "Christopher Neil",
    "id": 9111,
    "slug": "christopher-neil",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9111/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19829,
            "title": "Another Cup of Coffee",
            "url": "https://www.guitarparty.com/songs/another-cup-of-coffee/"
        },
        {
            "id": 1394,
            "title": "Is it true?",
            "url": "https://www.guitarparty.com/songs/is-it-trueh/"
        }
    ]
}