Information about plays

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

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

{
    "id": 3623213,
    "uri": "https://api.kexp.org/v2/plays/3623213/?format=api",
    "airdate": "2026-02-27T22:58:06-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clap Back",
    "track_id": null,
    "recording_id": "e8ded3b1-80e6-4c50-8fd9-4540fc2c0822",
    "artist": "Ja Rule",
    "artist_ids": [
        "b504f625-4ef6-4a5a-81e8-870a61e8dc9c"
    ],
    "album": null,
    "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": "This aggressive track dropped in September 2003 from Ja's sixth studio album \"Blood in My Eye.\" Released during the height of his highly publicized feud with 50 Cent, Eminem, and Shady Records, \"Clap Back\" marked a departure from Ja's signature melodic style toward a harder, more confrontational sound",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}