Information about plays

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

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

{
    "id": 3620538,
    "uri": "https://api.kexp.org/v2/plays/3620538/?format=api",
    "airdate": "2026-02-21T21:02:51-08:00",
    "show": 65997,
    "show_uri": "https://api.kexp.org/v2/shows/65997/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Backwash Me the Antidote",
    "track_id": null,
    "recording_id": null,
    "artist": "Toys That Kill",
    "artist_ids": [
        "65e2a019-ebaa-44ad-9c84-353d764a5fb0"
    ],
    "album": "Triple Sabotage",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Recess"
    ],
    "label_ids": [],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new record from Toys That Kill record!  Physical copies available at Anxious and Angry as well.\n\nhttps://anxiousandangry.com/collections/toys-that-kill\nhttps://recessrecords.bandcamp.com/album/payload",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}