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

{
    "name": "Living Color",
    "title": "Living Color",
    "id": 746,
    "slug": "living-color",
    "url": "https://www.guitarparty.com/api/v3/core/authors/746/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 1225,
            "title": "Love Rears Its Ugly Head",
            "url": "https://www.guitarparty.com/songs/love-rears-its-ugly-head/"
        }
    ]
}