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

{
    "name": "Ned Washington",
    "title": "Ned Washington",
    "id": 6589,
    "slug": "ned-washington",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6589/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11573,
            "title": "High Noon",
            "url": "https://www.guitarparty.com/songs/high-noon/"
        },
        {
            "id": 22659,
            "title": "My Foolish Heart",
            "url": "https://www.guitarparty.com/songs/my-foolish-heart/"
        },
        {
            "id": 22164,
            "title": "One Hundred Years from Today",
            "url": "https://www.guitarparty.com/songs/one-hundred-years-from-today/"
        },
        {
            "id": 23129,
            "title": "Rawhide",
            "url": "https://www.guitarparty.com/songs/rawhide/"
        },
        {
            "id": 29035,
            "title": "Ríðum, ríðum, ríðum (Rawhide)",
            "url": "https://www.guitarparty.com/songs/ridum-ridum-ridum-rawhide/"
        },
        {
            "id": 22122,
            "title": "Town Without Pity",
            "url": "https://www.guitarparty.com/songs/town-without-pity/"
        },
        {
            "id": 22028,
            "title": "Wild Is the Wind",
            "url": "https://www.guitarparty.com/songs/wild-is-the-wind/"
        }
    ]
}