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

{
    "name": "Jerry Reed Hubbard",
    "title": "Jerry Reed Hubbard",
    "id": 6732,
    "slug": "jerry-reed-hubbard",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6732/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19781,
            "title": "A Thing Called Love",
            "url": "https://www.guitarparty.com/songs/a-thing-called-love/"
        },
        {
            "id": 13523,
            "title": "Misery Loves Company",
            "url": "https://www.guitarparty.com/songs/misery-loves-company/"
        },
        {
            "id": 11795,
            "title": "That's All You Gotta Do",
            "url": "https://www.guitarparty.com/songs/thats-all-you-gotta-do/"
        }
    ]
}