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

{
    "name": "Cal Veale",
    "title": "Cal Veale",
    "id": 6003,
    "slug": "cal-veale",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6003/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10735,
            "title": "Penny Candy",
            "url": "https://www.guitarparty.com/songs/penny-candy/"
        },
        {
            "id": 17467,
            "title": "The Pillow That Whispers",
            "url": "https://www.guitarparty.com/songs/the-pillow-that-whispers/"
        }
    ]
}