Information about plays

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

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

{
    "id": 3586257,
    "uri": "https://api.kexp.org/v2/plays/3586257/?format=api",
    "airdate": "2025-12-03T10:58:00-08:00",
    "show": 65278,
    "show_uri": "https://api.kexp.org/v2/shows/65278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Sensation",
    "track_id": "57816ad8-1213-4408-b0d8-2b94df0bb2c3",
    "recording_id": "68053a12-4213-4b56-a64f-83ca411f8a2f",
    "artist": "Rochelle Jordan",
    "artist_ids": [
        "0e0d5912-4026-47ef-be1c-c876c7108dd2"
    ],
    "album": "Through the Wall",
    "release_id": "3d6e6b2b-a9d7-41bc-8aae-c10f28eb36ee",
    "release_group_id": "1a0df0f5-c16e-4799-8d9e-fdd28c87a531",
    "labels": [
        "Empire"
    ],
    "label_ids": [
        "b997d9d6-b0c6-438d-8b7c-d11729d8ebda"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The UK-Canadian singer plays Barboza in Seattle tomorrow night!\n\nhttps://www.rochellejordan.com/\n\nRochelle Jordan did a live KEXP studio session in 2022. You can watch here: https://www.youtube.com/watch?v=y8GFxCkgTEo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}