Information about plays

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

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

{
    "id": 3623097,
    "uri": "https://api.kexp.org/v2/plays/3623097/?format=api",
    "airdate": "2026-02-27T17:33:10-08:00",
    "show": 66045,
    "show_uri": "https://api.kexp.org/v2/shows/66045/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Says",
    "track_id": null,
    "recording_id": null,
    "artist": "Tempers",
    "artist_ids": [
        "70e0a6cc-887b-473b-b563-32883fda61a3"
    ],
    "album": "Delusion",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Tempers!\n\nBuilt upon bouncy synths and Golestaneh’s soaring vocals, the track also features plenty of the industrial clamor and dark lyricism we’ve come to expect from Tempers. “It’s about idealized love falling apart and celebrating emotional independence,” Golestaneh shares of the single. “It’s also the sound of someone convincing themselves they don’t need what they long for.”\n-\nhttps://floodmagazine.com/216200/tempers-who-says-first-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}