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

{
    "name": "Pearl Butler",
    "title": "Pearl Butler",
    "id": 7821,
    "slug": "pearl-butler",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7821/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13579,
            "title": "Can I Draw The Line",
            "url": "https://www.guitarparty.com/songs/can-i-draw-the-line/"
        },
        {
            "id": 15159,
            "title": "I Hope We Walk The Last Mile Together",
            "url": "https://www.guitarparty.com/songs/i-hope-we-walk-the-last-mile-together/"
        },
        {
            "id": 20452,
            "title": "Just Thought Id Let You Know",
            "url": "https://www.guitarparty.com/songs/just-thought-id-let-you-know/"
        },
        {
            "id": 17465,
            "title": "Kisses Don´t Lie",
            "url": "https://www.guitarparty.com/songs/kisses-don-t-lie/"
        },
        {
            "id": 20788,
            "title": "Punish Me Tomorrow",
            "url": "https://www.guitarparty.com/songs/punish-me-tomorrow/"
        }
    ]
}