Information about plays

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

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

{
    "id": 3634422,
    "uri": "https://api.kexp.org/v2/plays/3634422/?format=api",
    "airdate": "2026-03-27T23:25:39-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WW III (radio edit)",
    "track_id": null,
    "recording_id": "20132aca-c453-4998-a429-b9d7aee26189",
    "artist": "Ruff Ryders",
    "artist_ids": [
        "ff2e2b50-35f6-4860-8a4d-7fe6ffc8f790"
    ],
    "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": "Produced by Swizz Beatz and released in April 2000 from the compilation album \"Ryde or Die Vol. 2,\" this track brought together the entire Ruff Ryders roster including Jadakiss, Styles P, Sheek Louch (The Lox), DMX, Eve, and Drag-On.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}