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

{
    "name": "George Vaughn",
    "title": "George Vaughn",
    "id": 6679,
    "slug": "george-vaughn",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6679/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15278,
            "title": "Good Night Irene",
            "url": "https://www.guitarparty.com/songs/good-night-irene/"
        },
        {
            "id": 11726,
            "title": "Hillbilly Fever",
            "url": "https://www.guitarparty.com/songs/hillbilly-fever/"
        }
    ]
}