Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/372924/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 372924,
    "uri": "https://api.kexp.org/v2/plays/372924/?format=api",
    "airdate": "2019-08-27T09:26:23-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/1c65dc93-6748-3bb5-be18-bdbbad7f8d42/1560014889-250.jpg",
    "thumbnail_uri": "",
    "song": "Bonita Applebum",
    "track_id": "241f0665-533a-35d2-ae59-c6cfa6ff3caa",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "People’s Instinctive Travels and the Paths of Rhythm",
    "release_id": "1c65dc93-6748-3bb5-be18-bdbbad7f8d42",
    "release_group_id": null,
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1990-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Why “Bonita Applebum” Is The Best Rap Love Song Of All Time\"  Read more at The Fader:  https://bit.ly/2PeXjxq",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}