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

{
    "name": "John Ryan",
    "title": "John Ryan",
    "id": 13868,
    "slug": "john-ryan-2",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13868/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 29385,
            "title": "Best Song Ever",
            "url": "https://www.guitarparty.com/songs/best-song-ever/"
        },
        {
            "id": 26200,
            "title": "Once in a Lifetime",
            "url": "https://www.guitarparty.com/songs/once-in-a-lifetime/"
        },
        {
            "id": 28338,
            "title": "The Door (Teddy Swims)",
            "url": "https://www.guitarparty.com/songs/the-door-teddy-swims/"
        }
    ]
}