Information about plays

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

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

{
    "id": 3599066,
    "uri": "https://api.kexp.org/v2/plays/3599066/?format=api",
    "airdate": "2026-01-02T03:27:56-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e817a8b-fe02-35e7-a7c5-e5878431a469/2976471178-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e817a8b-fe02-35e7-a7c5-e5878431a469/2976471178-250.jpg",
    "song": "Dead Leaves and the Dirty Ground",
    "track_id": null,
    "recording_id": "b2d95fa8-e3d5-45f7-b915-a8a4b82f6f67",
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "White Blood Cells",
    "release_id": null,
    "release_group_id": "c5a0411f-374e-360d-9364-3ddec3007162",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2001-07-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}