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

{
    "name": "Liz Rose",
    "title": "Liz Rose",
    "id": 2817,
    "slug": "liz-rose",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2817/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23404,
            "title": "Fearless",
            "url": "https://www.guitarparty.com/songs/fearless/"
        },
        {
            "id": 2779,
            "title": "Teardrops on my guitar",
            "url": "https://www.guitarparty.com/songs/teardrops-on-my-guitar/"
        },
        {
            "id": 2783,
            "title": "You Belong With Me",
            "url": "https://www.guitarparty.com/songs/you-belong-with-me/"
        }
    ]
}