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

{
    "name": "Joe Sherman",
    "title": "Joe Sherman",
    "id": 7879,
    "slug": "joe-sherman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7879/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13673,
            "title": "Rambling Rose",
            "url": "https://www.guitarparty.com/songs/rambling-rose/"
        },
        {
            "id": 22084,
            "title": "Ramblin Rose",
            "url": "https://www.guitarparty.com/songs/ramblin-rose/"
        },
        {
            "id": 20507,
            "title": "Stolen Moments",
            "url": "https://www.guitarparty.com/songs/stolen-moments/"
        },
        {
            "id": 22462,
            "title": "That Sunday That Summer",
            "url": "https://www.guitarparty.com/songs/that-sunday-that-summer/"
        }
    ]
}