Information about plays

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

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

{
    "id": 3564316,
    "uri": "https://api.kexp.org/v2/plays/3564316/?format=api",
    "airdate": "2025-10-12T19:39:52-07:00",
    "show": 64818,
    "show_uri": "https://api.kexp.org/v2/shows/64818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can We Rap",
    "track_id": null,
    "recording_id": "c98bdaaa-f238-444d-9e33-156cce29753b",
    "artist": "Carleen & The Groovers",
    "artist_ids": [],
    "album": "7\" 45 RPM",
    "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": "Carleen & The Groovers released their most famous song \"Can We Rap\" along with b-side \"Right On\" in the early 70s. \n\nCarleen & The Groovers were a Columbia, South Carolina deep funk band led by drummer Carleen Butler. Clary Butler, the group's trumpeter, started his career with Wilson Pickett before forming the Groovers with his sister in 1970.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}