Information about plays

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

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

{
    "id": 3657461,
    "uri": "https://api.kexp.org/v2/plays/3657461/?format=api",
    "airdate": "2026-05-21T01:28:52-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/43608995-d65f-4598-ba8a-dd8eccb1630f/38296819911-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/43608995-d65f-4598-ba8a-dd8eccb1630f/38296819911-250.jpg",
    "song": "The Men All Pause",
    "track_id": null,
    "recording_id": "04829dbe-7153-431b-bdd6-245789a5671a",
    "artist": "Klymaxx",
    "artist_ids": [
        "7b96d7c8-dd06-45ac-ab8a-5a6116950523"
    ],
    "album": "Meeting in the Ladies Room",
    "release_id": null,
    "release_group_id": "21d8ddb0-975e-3059-a745-9b3f99c96d07",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}