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

{
    "name": "Dude Rancher",
    "title": "Dude Rancher",
    "id": 7874,
    "slug": "dude-rancher",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7874/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13670,
            "title": "Ive Got A New Road Under My Wheels",
            "url": "https://www.guitarparty.com/songs/ive-got-a-new-road-under-my-wheels/"
        }
    ]
}