Information about plays

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

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

{
    "id": 3631856,
    "uri": "https://api.kexp.org/v2/plays/3631856/?format=api",
    "airdate": "2026-03-21T08:24:50-07:00",
    "show": 66240,
    "show_uri": "https://api.kexp.org/v2/shows/66240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ketchup and Potato Chips",
    "track_id": null,
    "recording_id": null,
    "artist": "Mato Wayuhi, Black Belt Eagle Scout",
    "artist_ids": [],
    "album": "Ketchup and Potato Chips",
    "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": "Oglala Lakota / Swinomish, Colville and Inupiaq\n\nMato Wayuhi often collaborates with the wonderful Katherine Paul aka Black Belt Eagle Scout. Here's a recent single of theirs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}