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

{
    "name": "Michael Schenker",
    "title": "Michael Schenker",
    "id": 12359,
    "slug": "michael-schenker",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12359/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24512,
            "title": "Cry For The Nations",
            "url": "https://www.guitarparty.com/songs/cry-for-the-nations/"
        }
    ]
}