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

{
    "name": "Gordon Galbraith",
    "title": "Gordon Galbraith",
    "id": 6620,
    "slug": "gordon-galbraith",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6620/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21881,
            "title": "A Rose Is A Rose Is A Rose",
            "url": "https://www.guitarparty.com/songs/a-rose-is-a-rose-is-a-rose/"
        },
        {
            "id": 11629,
            "title": "I Got You",
            "url": "https://www.guitarparty.com/songs/i-got-you/"
        }
    ]
}