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

{
    "name": "Alan Jackson",
    "title": "Alan Jackson",
    "id": 5909,
    "slug": "alan-jackson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5909/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/AlanJackson.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 14875,
            "title": "Here In The Real World",
            "url": "https://www.guitarparty.com/songs/here-in-the-real-world/"
        },
        {
            "id": 19347,
            "title": "I Want To Stroll Over Heaven With You",
            "url": "https://www.guitarparty.com/songs/i-want-to-stroll-over-heaven-with-you/"
        },
        {
            "id": 21850,
            "title": "Murder On Music Row",
            "url": "https://www.guitarparty.com/songs/murder-on-music-row/"
        },
        {
            "id": 10474,
            "title": "Turn Your Eyes Upon Jesus",
            "url": "https://www.guitarparty.com/songs/turn-your-eyes-upon-jesus/"
        },
        {
            "id": 14059,
            "title": "Youve Been Lonesome Too",
            "url": "https://www.guitarparty.com/songs/youve-been-lonesome-too/"
        }
    ]
}