Information about plays

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

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

{
    "id": 3632417,
    "uri": "https://api.kexp.org/v2/plays/3632417/?format=api",
    "airdate": "2026-03-22T15:58:52-07:00",
    "show": 66252,
    "show_uri": "https://api.kexp.org/v2/shows/66252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High",
    "track_id": null,
    "recording_id": null,
    "artist": "The Wedding Present",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees of Robert Smith/The Cure!\n\nThis cover of The Cure's original is a favorite among fans of both bands for a good reason: The indie rock outfit approaches this 1992 alt-pop track with incredible reverence for their English contemporaries. It has a punk rock vibe to it, and it might even convert you into a Wedding Present fan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}