Information about plays

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

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

{
    "id": 3613684,
    "uri": "https://api.kexp.org/v2/plays/3613684/?format=api",
    "airdate": "2026-02-05T21:25:00-08:00",
    "show": 65849,
    "show_uri": "https://api.kexp.org/v2/shows/65849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Change For You",
    "track_id": null,
    "recording_id": null,
    "artist": "Mitski",
    "artist_ids": [
        "fa58cf24-0e44-421d-8519-8bf461dcfaa5"
    ],
    "album": "Nothing's About to Happen to Me",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2026-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nothing's About to Happen to Me is the upcoming eighth studio album by American singer-songwriter Mitski, set to be released on February 27, 2026, through Dead Oceans.\n--\nhttps://www.mitski.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}