Information about plays

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

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

{
    "id": 3560294,
    "uri": "https://api.kexp.org/v2/plays/3560294/?format=api",
    "airdate": "2025-10-02T02:20:16-07:00",
    "show": 64722,
    "show_uri": "https://api.kexp.org/v2/shows/64722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ladida",
    "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-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From her album \"Through the Wall\" released on Sept 26th! www.rochellejordan.com Watch her 2022 KEXP live performance here: www.youtube.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}