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

{
    "name": "Myrna Lorrie",
    "title": "Myrna Lorrie",
    "id": 9299,
    "slug": "myrna-lorrie",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9299/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20523,
            "title": "Are You Mine",
            "url": "https://www.guitarparty.com/songs/are-you-mine/"
        },
        {
            "id": 21565,
            "title": "I´ll Be Lonesome When You´re Gone",
            "url": "https://www.guitarparty.com/songs/i-ll-be-lonesome-when-you-re-gone/"
        }
    ]
}