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

{
    "name": "Girls Aloud",
    "title": "Girls Aloud",
    "id": 5405,
    "slug": "girls-aloud",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5405/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/GirlsAloudALOUDP.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 9922,
            "title": "Call The Shots",
            "url": "https://www.guitarparty.com/songs/call-the-shots/"
        },
        {
            "id": 9923,
            "title": "Can't Speak French",
            "url": "https://www.guitarparty.com/songs/cant-speak-french/"
        },
        {
            "id": 9925,
            "title": "Life Got Cold",
            "url": "https://www.guitarparty.com/songs/life-got-cold/"
        },
        {
            "id": 9924,
            "title": "See The Day",
            "url": "https://www.guitarparty.com/songs/see-the-day/"
        },
        {
            "id": 9921,
            "title": "The Promise",
            "url": "https://www.guitarparty.com/songs/the-promise/"
        }
    ]
}