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

{
    "name": "Johnny Mac Rae",
    "title": "Johnny Mac Rae",
    "id": 5862,
    "slug": "johnny-mac-rae",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5862/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10616,
            "title": "I'd Just Love To Lay You Down",
            "url": "https://www.guitarparty.com/songs/id-just-love-to-lay-you-down/"
        },
        {
            "id": 12262,
            "title": "Was The First Time The Last Time",
            "url": "https://www.guitarparty.com/songs/was-the-first-time-the-last-time/"
        }
    ]
}