Information about plays

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

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

{
    "id": 3554401,
    "uri": "https://api.kexp.org/v2/plays/3554401/?format=api",
    "airdate": "2025-09-18T01:04:47-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doing It Too",
    "track_id": null,
    "recording_id": null,
    "artist": "Rochelle Jordan",
    "artist_ids": [
        "0e0d5912-4026-47ef-be1c-c876c7108dd2"
    ],
    "album": "Through the Wall",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest single from Rochelle Jordan! From her upcoming album \"Through the Wall\" releasing on Sept 26th! www.rochellejordan.com Watch her 2022 KEXP live performance here: www.youtube.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}