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

{
    "name": "Barbra Streisand",
    "title": "Barbra Streisand",
    "id": 9846,
    "slug": "barbra-streisand",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9846/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/BarbraStreisandR.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 21958,
            "title": "Alice Blue Gown",
            "url": "https://www.guitarparty.com/songs/alice-blue-gown/"
        },
        {
            "id": 23590,
            "title": "I Finally Found Someone",
            "url": "https://www.guitarparty.com/songs/i-finally-found-someone-from-the-mirror-has-two-faces/"
        },
        {
            "id": 22064,
            "title": "Soon Its Gonna Rain",
            "url": "https://www.guitarparty.com/songs/soon-its-gonna-rain/"
        },
        {
            "id": 22002,
            "title": "The Summer Knows",
            "url": "https://www.guitarparty.com/songs/the-summer-knows/"
        },
        {
            "id": 22854,
            "title": "The Way We Were",
            "url": "https://www.guitarparty.com/songs/the-way-we-were/"
        },
        {
            "id": 27385,
            "title": "Woman in love",
            "url": "https://www.guitarparty.com/songs/woman-in-love/"
        }
    ]
}