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

{
    "name": "Isabella Feraca",
    "title": "Isabella Feraca",
    "id": 15310,
    "slug": "isabella-feraca",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15310/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28574,
            "title": "And I Wait",
            "url": "https://www.guitarparty.com/songs/and-i-wait/"
        },
        {
            "id": 28575,
            "title": "Cover",
            "url": "https://www.guitarparty.com/songs/cover/"
        },
        {
            "id": 27977,
            "title": "Tinted Green",
            "url": "https://www.guitarparty.com/songs/tinted-green/"
        }
    ]
}