Information about plays

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

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

{
    "id": 3587716,
    "uri": "https://api.kexp.org/v2/plays/3587716/?format=api",
    "airdate": "2025-12-06T19:27:55-08:00",
    "show": 65308,
    "show_uri": "https://api.kexp.org/v2/shows/65308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wasteland",
    "track_id": null,
    "recording_id": null,
    "artist": "Casey Smith Project",
    "artist_ids": [],
    "album": "Wasteland",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Casey Smith Project are a soulful indie-rock trio based in Fairbanks, Alaska. Originally formed in 2016, CSP’s love of tape delay and modulated synthesizers has remained constant throughout their exploration of different sounds and styles–melodic compositions that are both dreamy and danceable, laboriously combining lo-fi indie grooves with classic pop.\n\nhttps://www.caseysmithproject.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}