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

{
    "name": "Betty Craig",
    "title": "Betty Craig",
    "id": 7176,
    "slug": "betty-craig",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7176/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11169,
            "title": "Following the Feeling",
            "url": "https://www.guitarparty.com/songs/following-the-feeling/"
        },
        {
            "id": 12034,
            "title": "Let's Get Over Them Together",
            "url": "https://www.guitarparty.com/songs/lets-get-over-them-together/"
        },
        {
            "id": 10586,
            "title": "Talking To Your Memory Again",
            "url": "https://www.guitarparty.com/songs/talking-to-your-memory-again/"
        }
    ]
}