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

{
    "name": "Phil Sampson",
    "title": "Phil Sampson",
    "id": 9047,
    "slug": "phil-sampson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9047/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19660,
            "title": "I Loved´em Every One",
            "url": "https://www.guitarparty.com/songs/i-loved-em-every-one/"
        }
    ]
}