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

{
    "name": "Modest Mouse",
    "title": "Modest Mouse",
    "id": 4781,
    "slug": "modest-mouse",
    "url": "https://www.guitarparty.com/api/v3/core/authors/4781/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/ModestMouse.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 5841,
            "title": "Float On",
            "url": "https://www.guitarparty.com/songs/float-on/"
        },
        {
            "id": 9872,
            "title": "The View (acoustic)",
            "url": "https://www.guitarparty.com/songs/the-view-acoustic/"
        }
    ]
}