Information about plays

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

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

{
    "id": 344186,
    "uri": "https://api.kexp.org/v2/plays/344186/?format=api",
    "airdate": "2019-06-21T00:48:46-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/7dbf3ed6-7927-3f35-adc2-3b46b97eca60/4839084652-250.jpg",
    "thumbnail_uri": "",
    "song": "The Root",
    "track_id": "5ccd74ba-c52c-30c1-b2c5-c3173957e93c",
    "recording_id": null,
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Voodoo",
    "release_id": "7dbf3ed6-7927-3f35-adc2-3b46b97eca60",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2000-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Root\" is a song by American recording artist D'Angelo. It is the eighth track on his second studio album, Voodoo, which was released on January 25, 2000, by Virgin Records. \"The Root\" was recorded and produced by D'Angelo at New York's Electric Lady Studios during sessions for the album. (6:30)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}