Information about plays

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

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

{
    "id": 370960,
    "uri": "https://api.kexp.org/v2/plays/370960/?format=api",
    "airdate": "2019-08-22T17:44:00-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Success in America",
    "track_id": null,
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [],
    "album": "Rev105 Portishead interview with Shawn Stewart",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although we know the record to be such a hit today, the band was somewhat surprised at its success across the pond. Here’s Portishead’s Geoff Barrow chatting with Rev015 music director Shawn Stewart in 1994, sharing his thoughts about Dummy’s acclaim...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}