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

{
    "name": "Jeff Bhasker",
    "title": "Jeff Bhasker",
    "id": 4861,
    "slug": "Jeff-Bhasker",
    "url": "https://www.guitarparty.com/api/v3/core/authors/4861/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 22683,
            "title": "Girl On Fire",
            "url": "https://www.guitarparty.com/songs/girl-on-fire/"
        },
        {
            "id": 25817,
            "title": "Sign of the Times",
            "url": "https://www.guitarparty.com/songs/sign-of-the-times/"
        },
        {
            "id": 5871,
            "title": "Some nights",
            "url": "https://www.guitarparty.com/songs/some-nights/"
        }
    ]
}