Information about plays

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

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

{
    "id": 3621189,
    "uri": "https://api.kexp.org/v2/plays/3621189/?format=api",
    "airdate": "2026-02-23T07:54:03-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Wat Cha Sayin’",
    "track_id": "ebbd45e2-bee0-349e-a792-67e9d9d5cc2c",
    "recording_id": "4989169d-ba13-4884-a545-cf8873db0756",
    "artist": "EPMD",
    "artist_ids": [
        "4fa39dc8-c695-4e0e-ba04-92c63d99c9f9"
    ],
    "album": "Unfinished Business",
    "release_id": "7b29920b-1030-3fd2-8673-5ff9cd695001",
    "release_group_id": "4942345f-cc1f-3605-8c74-d731e5e8d6fb",
    "labels": [
        "Indisc"
    ],
    "label_ids": [
        "75c2d95b-4e16-4519-b04f-ffcc1925846c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the only single released for this album. (The scratches were provided by DJ Scratch). EPMD stands for \"Erick and Parrish Making Dollars\" referring to its members Erick Sermon and Parrish Smith.\n--\nThe song sampled B.T. Express's \"If It Don't Turn You on (You Oughta Leave It Alone)\".\n--\nWatch the official video here: https://www.youtube.com/watch?v=UiR_dkuaYTM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}