Information about plays

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

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

{
    "id": 3570666,
    "uri": "https://api.kexp.org/v2/plays/3570666/?format=api",
    "airdate": "2025-10-27T15:07:00-07:00",
    "show": 64950,
    "show_uri": "https://api.kexp.org/v2/shows/64950/?format=api",
    "image_uri": "https://ia800206.us.archive.org/16/items/mbid-df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9/mbid-df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9-17410859185_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/16/items/mbid-df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9/mbid-df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9-17410859185_thumb250.jpg",
    "song": "Everything Hits at Once",
    "track_id": "6bcf2db3-a105-3db7-8710-fed7f2e07ef7",
    "recording_id": "64090523-dfc2-46b2-a71e-7ce560767243",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Girls Can Tell",
    "release_id": "df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9",
    "release_group_id": "836422a2-9619-38a5-9e70-022b40eec3c4",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2001-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Britt Daniel, Girls Can Tell was intended to be a departure from the band's established style: \"The big idea behind Girls Can Tell was to take stock of the band's MO from inception until that point, to carefully consider all the things we'd been trying to do and the way we'd been doing them, and then set out to specifically avoid all of that.\" https://bit.ly/3K53CvG",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}