Information about plays

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

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

{
    "id": 3634433,
    "uri": "https://api.kexp.org/v2/plays/3634433/?format=api",
    "airdate": "2026-03-28T00:10:39-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Recognize",
    "track_id": null,
    "recording_id": "526d75d0-d2f7-45bc-859a-e4c78e8b7748",
    "artist": "The LOX",
    "artist_ids": [
        "76e9341b-ce5e-4eb7-8734-4cede9c7a993"
    ],
    "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": "From their 2000 sophomore album \"We Are the Streets,\" this track represents The Lox's grittier, more independent phase after leaving Bad Boy Records. Produced by Swizz Beatz, \"Recognize\" features the trio's signature hard-edged New York street rap delivered by Jadakiss, Styles P, and Sheek Louch.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}