Information about plays

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

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

{
    "id": 3588572,
    "uri": "https://api.kexp.org/v2/plays/3588572/?format=api",
    "airdate": "2025-12-08T17:07:11-08:00",
    "show": 65325,
    "show_uri": "https://api.kexp.org/v2/shows/65325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Behet Ghol Midam (Live Version)",
    "track_id": null,
    "recording_id": "d86fdd7c-1e8c-475b-b3c7-b10f26e4d00b",
    "artist": "Mohsen Yeganeh",
    "artist_ids": [
        "dee15588-5269-406e-9a57-552e18866ee1"
    ],
    "album": "Behet Ghol Midam (Live Version)",
    "release_id": null,
    "release_group_id": "23aef1cc-9e96-4be8-ae98-cf18634f4957",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-12-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "an Iranian singer, songwriter, composer, arranger, musician, and music producer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}