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

{
    "name": "Morgan Murphy",
    "title": "Morgan Murphy",
    "id": 15448,
    "slug": "morgan-murphy",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15448/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28061,
            "title": "The View From My Bathroom Window",
            "url": "https://www.guitarparty.com/songs/the-view-from-my-bathroom-window/"
        }
    ]
}