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

{
    "name": "Union Station",
    "title": "Union Station",
    "id": 12159,
    "slug": "union-station",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12159/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 29066,
            "title": "The Lucky One",
            "url": "https://www.guitarparty.com/songs/the-lucky-one/"
        }
    ]
}