Information about plays

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

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

{
    "id": 3621953,
    "uri": "https://api.kexp.org/v2/plays/3621953/?format=api",
    "airdate": "2026-02-25T03:32:18-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Such Great Heights",
    "track_id": null,
    "recording_id": null,
    "artist": "CHVRCHES",
    "artist_ids": [
        "6a93afbb-257f-4166-b389-9f2a1e5c5df8"
    ],
    "album": "Such Great Heights (from \"Tell Me Lies\" Season 3)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chvrches' version of the song is pleasant and faithful to the original, and it sounds exactly the way that you would expect it to sound.  https://stereogum.com/2489397/chvrches-such-great-heights-the-postal-service-cover/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}