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

{
    "name": "Tina Turner",
    "title": "Tina Turner",
    "id": 11552,
    "slug": "tina-turner",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11552/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 23677,
            "title": "Disco inferno",
            "url": "https://www.guitarparty.com/songs/disco-inferno/"
        },
        {
            "id": 25157,
            "title": "Don't turn around",
            "url": "https://www.guitarparty.com/songs/dont-turn-around/"
        },
        {
            "id": 25159,
            "title": "I Don't Wanna Lose You",
            "url": "https://www.guitarparty.com/songs/i-dont-wanna-lose-you/"
        },
        {
            "id": 25082,
            "title": "Nutbush City Limits",
            "url": "https://www.guitarparty.com/songs/nutbush-city-limits/"
        },
        {
            "id": 958,
            "title": "Proud Mary",
            "url": "https://www.guitarparty.com/songs/proud-mary/"
        },
        {
            "id": 24684,
            "title": "River Deep Mountain High",
            "url": "https://www.guitarparty.com/songs/river-deep-mountain-high/"
        },
        {
            "id": 23979,
            "title": "Simply The Best",
            "url": "https://www.guitarparty.com/songs/simply-the-best/"
        },
        {
            "id": 27906,
            "title": "We Don't Need Another Hero (Thunderdome)",
            "url": "https://www.guitarparty.com/songs/we-dont-need-another-hero-thunderdome/"
        },
        {
            "id": 25637,
            "title": "What's Love Got to Do with It",
            "url": "https://www.guitarparty.com/songs/whats-love-got-to-do-with-it/"
        }
    ]
}