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

{
    "name": "Matt Redman",
    "title": "Matt Redman",
    "id": 5365,
    "slug": "matt-redman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5365/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/MattRedmanmattre.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 9779,
            "title": "Endless Hallelujah",
            "url": "https://www.guitarparty.com/songs/endless-hallelujah/"
        },
        {
            "id": 9778,
            "title": "Father Let Me Dedicate",
            "url": "https://www.guitarparty.com/songs/father-let-me-dedicate/"
        },
        {
            "id": 9777,
            "title": "For The Cross",
            "url": "https://www.guitarparty.com/songs/for-the-cross/"
        }
    ]
}