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

{
    "name": "Lee Emerson",
    "title": "Lee Emerson",
    "id": 6020,
    "slug": "lee-emerson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6020/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/LeeEmerson.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 13844,
            "title": "I Thought I Heard You Calling My Name",
            "url": "https://www.guitarparty.com/songs/i-thought-i-heard-you-calling-my-name/"
        },
        {
            "id": 10767,
            "title": "Most Of The Time",
            "url": "https://www.guitarparty.com/songs/most-of-the-time/"
        }
    ]
}