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

{
    "name": "Rachel Platten",
    "title": "Rachel Platten",
    "id": 12344,
    "slug": "rachel-platten",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12344/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24498,
            "title": "Fight Song",
            "url": "https://www.guitarparty.com/songs/fight-song/"
        }
    ]
}