Information about plays

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

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

{
    "id": 2675888,
    "uri": "https://api.kexp.org/v2/plays/2675888/?format=api",
    "airdate": "2019-12-20T10:44:34-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spanish Sahara",
    "track_id": "a9d5bb53-6928-36c4-9b43-2ff9b114a71f",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Total Life Forever",
    "release_id": "9f105fbb-0991-3aec-a52b-b5fc4b733b26",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 2.  This 2010 release was Foals' second studio album.  \"Spanish Sahara\" builds up from a ballad-like beginning before really kicking off at the end. Drummer Jack Bevan said: \"We're really proud of that song. When we first wrote it, it was like any song, where we were just playing all the way through it. And then we just decided, after Yannis had nailed the lyrics, that we'd try and kick everything out except the guitars and just some ambiance at the beginning. So it builds and really kicks off at the end. For me as a drummer, it was quite hard to get the restraint to sit back and not play over the first couple of minutes and then gradually come in, but when it does kick in, it's probably the most fun part of the set to actually play.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}