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

{
    "name": "Tanguy Serefoglu",
    "title": "Tanguy Serefoglu",
    "id": 15887,
    "slug": "tanguy-serefoglu",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15887/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28519,
            "title": "Harmless",
            "url": "https://www.guitarparty.com/songs/harmless/"
        },
        {
            "id": 28520,
            "title": "I'm Just A Loser: Pt. 2",
            "url": "https://www.guitarparty.com/songs/im-just-a-loser-pt-2/"
        }
    ]
}