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

{
    "name": "John Barry Mason",
    "title": "John Barry Mason",
    "id": 15714,
    "slug": "john-barry-mason",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15714/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28372,
            "title": "I'm Coming Home",
            "url": "https://www.guitarparty.com/songs/im-coming-home/"
        },
        {
            "id": 28371,
            "title": "Um þessi jól",
            "url": "https://www.guitarparty.com/songs/um-thessi-jol/"
        }
    ]
}