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

{
    "name": "Holly Mathis",
    "title": "Holly Mathis",
    "id": 1259,
    "slug": "holly-mathis",
    "url": "https://www.guitarparty.com/api/v3/core/authors/1259/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 1504,
            "title": "If we were a movie",
            "url": "https://www.guitarparty.com/songs/if-we-were-a-movie/"
        }
    ]
}