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

{
    "name": "Jimmy Payne",
    "title": "Jimmy Payne",
    "id": 5825,
    "slug": "jimmy-payne",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5825/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11613,
            "title": "Broadminded",
            "url": "https://www.guitarparty.com/songs/broadminded/"
        },
        {
            "id": 14067,
            "title": "Dont Say Love",
            "url": "https://www.guitarparty.com/songs/dont-say-love/"
        },
        {
            "id": 10583,
            "title": "Feelin' The Weight Of My Chains",
            "url": "https://www.guitarparty.com/songs/feeling-the-weight-of-my-chains/"
        },
        {
            "id": 21020,
            "title": "My Eyes Can Only See As Far As You",
            "url": "https://www.guitarparty.com/songs/my-eyes-can-only-see-as-far-as-you/"
        },
        {
            "id": 19353,
            "title": "Woman Woman",
            "url": "https://www.guitarparty.com/songs/woman-woman/"
        }
    ]
}