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

{
    "name": "Jerry Chestnut",
    "title": "Jerry Chestnut",
    "id": 5715,
    "slug": "jerry-chestnut",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5715/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11075,
            "title": "Another Place Another Time",
            "url": "https://www.guitarparty.com/songs/another-place-another-time/"
        },
        {
            "id": 13451,
            "title": "Oney",
            "url": "https://www.guitarparty.com/songs/oney/"
        },
        {
            "id": 14913,
            "title": "On The Back Row",
            "url": "https://www.guitarparty.com/songs/on-the-back-row/"
        },
        {
            "id": 20538,
            "title": "The Best Way I Know How",
            "url": "https://www.guitarparty.com/songs/the-best-way-i-know-how/"
        },
        {
            "id": 10421,
            "title": "The Wonders You Perform",
            "url": "https://www.guitarparty.com/songs/the-wonders-you-perform/"
        }
    ]
}