Information about plays

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

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

{
    "id": 3637645,
    "uri": "https://api.kexp.org/v2/plays/3637645/?format=api",
    "airdate": "2026-04-04T08:36:16-07:00",
    "show": 66363,
    "show_uri": "https://api.kexp.org/v2/shows/66363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When I Close My Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Randy Wood",
    "artist_ids": [
        "61cecb52-91ad-40e1-828c-407aacaeeeda"
    ],
    "album": "Round Dance the Night Away",
    "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": "Plains Cree\n\nBy Request from J in Detroit. \n\nRandy Wood is a renowned Plains Cree singer, drummer, and founding member of the Grammy-nominated Northern Cree group",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}