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

{
    "name": " HAIR",
    "title": " HAIR",
    "id": 11253,
    "slug": "hair",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11253/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23453,
            "title": "Good Morning Starshine",
            "url": "https://www.guitarparty.com/songs/good-morning-starshine/"
        },
        {
            "id": 23454,
            "title": "I got life",
            "url": "https://www.guitarparty.com/songs/i-got-life/"
        }
    ]
}