Information about plays

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

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

{
    "id": 3632923,
    "uri": "https://api.kexp.org/v2/plays/3632923/?format=api",
    "airdate": "2026-03-24T00:54:02-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/049a261b-5e9c-4374-80fe-3236afd3802a/22773454915-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/049a261b-5e9c-4374-80fe-3236afd3802a/22773454915-250.jpg",
    "song": "Shelter (John Talabot Feel It Too Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "VCR",
    "release_id": null,
    "release_group_id": "3965cdf6-ca90-48ba-8703-85b23105998e",
    "labels": [
        "Young"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - (very tenuous) Jamie xx of The xx played the same day as Madlib at the 2015 Pitchfork Music Festival!\n\nBieeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}