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

{
    "name": "The Righteous Brothers",
    "title": "The Righteous Brothers",
    "id": 5200,
    "slug": "the-righteous-brothers",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5200/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/TheRighteousBrot.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 8942,
            "title": "Unchained Melody",
            "url": "https://www.guitarparty.com/songs/unchained-melody/"
        },
        {
            "id": 22729,
            "title": "You're My Soul And Inspiration",
            "url": "https://www.guitarparty.com/songs/youre-my-soul-and-inspiration/"
        },
        {
            "id": 22786,
            "title": "You've Lost That Lovin' Feelin",
            "url": "https://www.guitarparty.com/songs/youve-lost-that-loving-feeling/"
        }
    ]
}