Information about plays

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

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

{
    "id": 356988,
    "uri": "https://api.kexp.org/v2/plays/356988/?format=api",
    "airdate": "2019-07-20T20:40:00-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waves",
    "track_id": null,
    "recording_id": null,
    "artist": "Hi Crime",
    "artist_ids": [],
    "album": "Waves",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle based shiny pop-rock. What began as the home recording brainchild of Mitch Etter (guitar, vocals, keyboards, effects) and Brielle Rutledge (vocals, keys, guitars) has evolved into a full band with lush arrangements and stadium level potential.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}