Information about plays

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

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

{
    "id": 3631267,
    "uri": "https://api.kexp.org/v2/plays/3631267/?format=api",
    "airdate": "2026-03-20T01:02:36-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Down The Pace [10\" Mix]",
    "track_id": null,
    "recording_id": "22e86c5d-8302-480a-81b4-a931e73e54fb",
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Greatest Love Songs",
    "release_id": null,
    "release_group_id": "eac78ad6-20d9-424a-affd-7f05f5d4a643",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}