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

{
    "name": "Woody Harris",
    "title": "Woody Harris",
    "id": 6734,
    "slug": "woody-harris",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6734/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11805,
            "title": "Early In The Morning",
            "url": "https://www.guitarparty.com/songs/early-in-the-morning/"
        },
        {
            "id": 15268,
            "title": "I Want You With Me",
            "url": "https://www.guitarparty.com/songs/i-want-you-with-me/"
        }
    ]
}