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

{
    "name": "Norris D. Wilson",
    "title": "Norris D. Wilson",
    "id": 7858,
    "slug": "norris-d-wilson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7858/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20731,
            "title": "Never Been So Loved (In All My Life)",
            "url": "https://www.guitarparty.com/songs/never-been-so-loved-in-all-my-life/"
        },
        {
            "id": 13638,
            "title": "Surround Me With Love",
            "url": "https://www.guitarparty.com/songs/surround-me-with-love/"
        }
    ]
}