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

{
    "name": "Florence and The Machine",
    "title": "Florence and The Machine",
    "id": 2420,
    "slug": "florence-and-the-machine",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2420/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/FlorenceandTheMa.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 3771,
            "title": "Dog days are over",
            "url": "https://www.guitarparty.com/songs/the-dog-days-are-over/"
        },
        {
            "id": 6031,
            "title": "Shake it out",
            "url": "https://www.guitarparty.com/songs/shake-it-out/"
        },
        {
            "id": 2738,
            "title": "You've got the love",
            "url": "https://www.guitarparty.com/songs/youve-got-the-love/"
        }
    ]
}