Information about plays

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

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

{
    "id": 3631293,
    "uri": "https://api.kexp.org/v2/plays/3631293/?format=api",
    "airdate": "2026-03-20T02:44:21-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Day of Winter",
    "track_id": null,
    "recording_id": "cbcc5dad-8476-4107-be92-f1a5fbe08df1",
    "artist": "Pelican",
    "artist_ids": [
        "5a797e16-f69a-4957-820f-1152ec19d236"
    ],
    "album": "The Fire in Our Throats Will Beckon the Thaw",
    "release_id": null,
    "release_group_id": "fbe47fc6-114e-3562-87f7-b8f151db2ba8",
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2005-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}