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

{
    "name": "George Gershin",
    "title": "George Gershin",
    "id": 9863,
    "slug": "george-gershin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9863/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21969,
            "title": "Fascinatin Rhythm",
            "url": "https://www.guitarparty.com/songs/fascinatin-rhythm/"
        }
    ]
}