Information about plays

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

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

{
    "id": 3623226,
    "uri": "https://api.kexp.org/v2/plays/3623226/?format=api",
    "airdate": "2026-02-27T23:49:04-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make It Hot",
    "track_id": null,
    "recording_id": "703b6b32-f633-494f-a774-7b372b38a9f2",
    "artist": "Nicole feat. Missy Elliott",
    "artist_ids": [
        "ae278e0f-abc8-4c2b-ac72-0a4175e7f36b",
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "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": "Nicole, featuring Missy Elliott, released “Make It Hot” in 1998 as part of her debut album Make It Hot. The track blends late-90s R&B grooves with Elliott’s signature rap verse, highlighting the playful, club-ready sound of the era.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}