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

{
    "name": "Matt Johnson",
    "title": "Matt Johnson",
    "id": 3014,
    "slug": "matt-johnson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3014/?format=api",
    "bio_short": "Matt Johnson (born 15 August 1961, in London, England) is the founder and only constant member of the multimedia band, <a href=\"http://www.last.fm/music/The+The\" class=\"bbcode_artist\">The The</a>.",
    "artist_img": "//guitarparty.overcastcdn.com/images/MattJohnson.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 3098,
            "title": "Love is stronger than death",
            "url": "https://www.guitarparty.com/songs/love-is-stronger-than-death/"
        },
        {
            "id": 3791,
            "title": "This Is The Day",
            "url": "https://www.guitarparty.com/songs/this-is-the-day/"
        }
    ]
}