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

{
    "name": "Anne Young",
    "title": "Anne Young",
    "id": 6202,
    "slug": "anne-young",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6202/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 18212,
            "title": "At the Bottom Of The Bottle",
            "url": "https://www.guitarparty.com/songs/at-the-bottom-of-the-bottle/"
        },
        {
            "id": 11733,
            "title": "It Ain't Funny Enough",
            "url": "https://www.guitarparty.com/songs/it-aint-funny-enough/"
        },
        {
            "id": 10982,
            "title": "Way Up On The Mountain",
            "url": "https://www.guitarparty.com/songs/way-up-on-the-mountain/"
        }
    ]
}