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

{
    "name": "Jeff Silbar",
    "title": "Jeff Silbar",
    "id": 8424,
    "slug": "jeff-silbar",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8424/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19851,
            "title": "Baby On Board",
            "url": "https://www.guitarparty.com/songs/baby-on-board/"
        },
        {
            "id": 15189,
            "title": "The Wind Beneath My Wings",
            "url": "https://www.guitarparty.com/songs/the-wind-beneath-my-wings/"
        }
    ]
}