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

{
    "name": "Green Jolly",
    "title": "Green Jolly",
    "id": 2146,
    "slug": "green-jolly",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2146/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 2416,
            "title": "Razom Nas Bahato",
            "url": "https://www.guitarparty.com/songs/razom-nas-bahato/"
        }
    ]
}