Information about plays

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

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

{
    "id": 3667132,
    "uri": "https://api.kexp.org/v2/plays/3667132/?format=api",
    "airdate": "2026-06-13T00:36:33-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b553239-1358-4d01-88b8-e2942f7f7df8/43101304025-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b553239-1358-4d01-88b8-e2942f7f7df8/43101304025-250.jpg",
    "song": "Rite Where U Stand",
    "track_id": null,
    "recording_id": "2e235054-11e6-423e-83dd-6ab52c1a3707",
    "artist": "Gang Starr featuring Jadakiss",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170",
        "83735edd-f2a3-41d0-a31d-652bc3cadb3e"
    ],
    "album": "The Ownerz",
    "release_id": null,
    "release_group_id": "b15ac155-cb91-3836-8e0c-cf0345d229aa",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2003-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rite Where U Stand\" sampled The Temptations' cover of Marvin Gaye's \"Gonna Keep On Tryin' Till I Win Your Love.\"\n--\nHere's the video (plus the lyrics): https://www.youtube.com/watch?v=LDjpax9-PfE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}