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

{
    "name": "Graham Lyle",
    "title": "Graham Lyle",
    "id": 7261,
    "slug": "graham-lyle",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7261/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15250,
            "title": "Beautiful Woman",
            "url": "https://www.guitarparty.com/songs/beautiful-woman/"
        },
        {
            "id": 12719,
            "title": "Elise",
            "url": "https://www.guitarparty.com/songs/elise/"
        },
        {
            "id": 10185,
            "title": "Stay Young",
            "url": "https://www.guitarparty.com/songs/stay-young/"
        },
        {
            "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/"
        }
    ]
}