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

{
    "name": "Peter Gill",
    "title": "Peter Gill",
    "id": 15022,
    "slug": "peter-gill",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15022/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27645,
            "title": "The Power of Love (Frankie Goes to Hollywood)",
            "url": "https://www.guitarparty.com/songs/the-power-of-love-2/"
        }
    ]
}