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

{
    "name": "John Jarrard",
    "title": "John Jarrard",
    "id": 6721,
    "slug": "john-jarrard",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6721/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20469,
            "title": "Theres No Way",
            "url": "https://www.guitarparty.com/songs/theres-no-way/"
        },
        {
            "id": 11776,
            "title": "We Can't Love Like This Anymore",
            "url": "https://www.guitarparty.com/songs/we-cant-love-like-this-anymore/"
        }
    ]
}