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

{
    "name": "Hazel Houser",
    "title": "Hazel Houser",
    "id": 7601,
    "slug": "hazel-houser",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7601/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20781,
            "title": "My Babys Gone",
            "url": "https://www.guitarparty.com/songs/my-babys-gone/"
        },
        {
            "id": 12937,
            "title": "Praying",
            "url": "https://www.guitarparty.com/songs/praying/"
        },
        {
            "id": 20367,
            "title": "Wait A Little Longer Please Jesus",
            "url": "https://www.guitarparty.com/songs/wait-a-little-longer-please-jesus/"
        }
    ]
}