Information about plays

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

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

{
    "id": 377505,
    "uri": "https://api.kexp.org/v2/plays/377505/?format=api",
    "airdate": "2019-09-06T14:53:42-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plants",
    "track_id": "0bc8b779-2789-4dd7-a28b-8c586e7731e4",
    "recording_id": null,
    "artist": "Guerilla Toss",
    "artist_ids": [
        "a615b8f7-a9f6-4d7a-90c7-6fdf26b13411"
    ],
    "album": "What Would the Odd Do?",
    "release_id": "fa04bf84-3dbe-4d6a-a97b-cb0952e457b4",
    "release_group_id": null,
    "labels": [
        "NNA Tapes"
    ],
    "label_ids": [
        "cca38a20-d015-4a92-9399-edf23bef4264"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Vera Project on Saturday, October 26th!  Ticket info here: https://bit.ly/2SR6xy9  <Br><br>  Guerilla Toss are a psychedelic art rock band formed in 2012 and from Boston, MA. Now based in New York, NY, the group currently consists of singer Kassie Carlson, drummer Peter Negroponte, guitarist Arian Shafiee, keyboardist Sam Lisabeth, and bassist Stephe Cooper. They were also listed in Rolling Stone magazine as one of the “10 Great Modern Punk Bands.” https://bit.ly/2kxiQms",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}