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

{
    "name": "The Turtles",
    "title": "The Turtles",
    "id": 10513,
    "slug": "the-turtles",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10513/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/TheTurtlesTheTur.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 23342,
            "title": "Elenore",
            "url": "https://www.guitarparty.com/songs/elenore/"
        },
        {
            "id": 22526,
            "title": "Happy together",
            "url": "https://www.guitarparty.com/songs/happy-together/"
        },
        {
            "id": 22967,
            "title": "It Ain’t Me Babe",
            "url": "https://www.guitarparty.com/songs/it-aint-me-babe/"
        },
        {
            "id": 22714,
            "title": "Let Me Be",
            "url": "https://www.guitarparty.com/songs/let-me-be/"
        },
        {
            "id": 22754,
            "title": "She’d Rather Be With Me",
            "url": "https://www.guitarparty.com/songs/shed-rather-be-with-me/"
        }
    ]
}