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

{
    "name": "Glenn D. Tubb",
    "title": "Glenn D. Tubb",
    "id": 6861,
    "slug": "glenn-d-tubb",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6861/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14215,
            "title": "Home Of The Blues",
            "url": "https://www.guitarparty.com/songs/home-of-the-blues/"
        },
        {
            "id": 21748,
            "title": "Tell Her So",
            "url": "https://www.guitarparty.com/songs/tell-her-so/"
        },
        {
            "id": 12084,
            "title": "Two Story House",
            "url": "https://www.guitarparty.com/songs/two-story-house/"
        }
    ]
}