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

{
    "name": "Bruce Phillips",
    "title": "Bruce Phillips",
    "id": 7842,
    "slug": "bruce-phillips",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7842/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15117,
            "title": "I´ll Be On That Good Road Someday",
            "url": "https://www.guitarparty.com/songs/i-ll-be-on-that-good-road-someday/"
        },
        {
            "id": 13614,
            "title": "Ill Be On That Good Road Someday",
            "url": "https://www.guitarparty.com/songs/ill-be-on-that-good-road-someday/"
        }
    ]
}