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

{
    "name": "Sharon Van Etten",
    "title": "Sharon Van Etten",
    "id": 5317,
    "slug": "sharon-van-etten",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5317/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 9537,
            "title": "Peace Signs",
            "url": "https://www.guitarparty.com/songs/peace-signs/"
        },
        {
            "id": 9538,
            "title": "Save Yourself",
            "url": "https://www.guitarparty.com/songs/save-yourself/"
        }
    ]
}