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

{
    "name": "Elizabeth Breaux",
    "title": "Elizabeth Breaux",
    "id": 7241,
    "slug": "elizabeth-breaux",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7241/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10535,
            "title": "Peek A Boo Waltz",
            "url": "https://www.guitarparty.com/songs/peek-a-boo-waltz/"
        },
        {
            "id": 11275,
            "title": "Thy Burdens Are Greater Than Mine",
            "url": "https://www.guitarparty.com/songs/thy-burdens-are-greater-than-mine/"
        }
    ]
}