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

{
    "name": "Craig Monday",
    "title": "Craig Monday",
    "id": 7378,
    "slug": "craig-monday",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7378/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10467,
            "title": "Lead Me Home",
            "url": "https://www.guitarparty.com/songs/lead-me-home/"
        }
    ]
}