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

{
    "name": "Sue Miller",
    "title": "Sue Miller",
    "id": 6064,
    "slug": "sue-miller",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6064/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10817,
            "title": "Behind the Tear",
            "url": "https://www.guitarparty.com/songs/behind-the-tear/"
        },
        {
            "id": 19112,
            "title": "Two Voices Two Shadows Two Faces",
            "url": "https://www.guitarparty.com/songs/two-voices-two-shadows-two-faces/"
        }
    ]
}