Information about plays

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

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

{
    "id": 3632643,
    "uri": "https://api.kexp.org/v2/plays/3632643/?format=api",
    "airdate": "2026-03-23T06:46:29-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unchain My Heart",
    "track_id": null,
    "recording_id": "06222449-fd6b-45c6-b68e-e68a3637c83e",
    "artist": "Joe Cocker",
    "artist_ids": [
        "32f2d6bd-c22b-42cf-a7bc-0c4b48cd2bcb"
    ],
    "album": "Greatest Hits",
    "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": "Joe Cocker's version features Clarence Clemons on saxophone. He was the saxophonist for Bruce Springsteen and the E Street Band, and plays maracas on the recording, \"Born in the USA.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}