Information about plays

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

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

{
    "id": 3635247,
    "uri": "https://api.kexp.org/v2/plays/3635247/?format=api",
    "airdate": "2026-03-29T17:25:07-07:00",
    "show": 66313,
    "show_uri": "https://api.kexp.org/v2/shows/66313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Morning America",
    "track_id": null,
    "recording_id": null,
    "artist": "Jesse Welles",
    "artist_ids": [
        "7c6eca15-4e98-4016-95cd-a238d840bca1"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jesse will be playing a sold-out show at Woodland Park Zoo's Zootunes on August 11th.  \n\nBorn in Arkansas, Welles is a singer-songwriter who has taken off for his lo-fi, folk protest songs.  Known for his raw vocals and exceedingly current lyrics, he has quickly evolved into a leading modern protest troubadour, with multiple 2026 Grammy nominations.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}