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

{
    "name": "Don Chapel",
    "title": "Don Chapel",
    "id": 7770,
    "slug": "don-chapel",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7770/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19228,
            "title": "All Night Long",
            "url": "https://www.guitarparty.com/songs/all-night-long/"
        },
        {
            "id": 13793,
            "title": "From Here To The Door",
            "url": "https://www.guitarparty.com/songs/from-here-to-the-door/"
        },
        {
            "id": 19907,
            "title": "Joey",
            "url": "https://www.guitarparty.com/songs/joey/"
        },
        {
            "id": 13460,
            "title": "Misty Morning Rain",
            "url": "https://www.guitarparty.com/songs/misty-morning-rain/"
        },
        {
            "id": 20498,
            "title": "When the Grass Grows Over Me",
            "url": "https://www.guitarparty.com/songs/when-the-grass-grows-over-me/"
        }
    ]
}