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

{
    "name": "Audrey Williams",
    "title": "Audrey Williams",
    "id": 5980,
    "slug": "audrey-williams",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5980/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/AudreyWilliams.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 10706,
            "title": "Dear Brother",
            "url": "https://www.guitarparty.com/songs/dear-brother/"
        },
        {
            "id": 11059,
            "title": "I Heard My Mother Praying For Me",
            "url": "https://www.guitarparty.com/songs/i-heard-my-mother-praying-for-me/"
        },
        {
            "id": 10709,
            "title": "The Pale Horse And His Rider",
            "url": "https://www.guitarparty.com/songs/the-pale-horse-and-his-rider/"
        }
    ]
}