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

{
    "name": "Oscar Hammerstein",
    "title": "Oscar Hammerstein",
    "id": 9306,
    "slug": "oscar-hammerstein",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9306/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/OscarHammerstein.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 20714,
            "title": "Rose Marie",
            "url": "https://www.guitarparty.com/songs/rose-marie/"
        },
        {
            "id": 22141,
            "title": "The Folks Who Live On The Hill",
            "url": "https://www.guitarparty.com/songs/the-folks-who-live-on-the-hill/"
        },
        {
            "id": 20534,
            "title": "When I Grow Too Old Too Dream",
            "url": "https://www.guitarparty.com/songs/when-i-grow-too-old-too-dream/"
        }
    ]
}