Information about plays

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

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

{
    "id": 3637174,
    "uri": "https://api.kexp.org/v2/plays/3637174/?format=api",
    "airdate": "2026-04-03T07:04:10-07:00",
    "show": 66351,
    "show_uri": "https://api.kexp.org/v2/shows/66351/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Martin Luther King Jr. delivering his \"I've Been to the Mountaintop\" speech",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "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": "MLK Jr. delivered this speech on this day in 1968. Congratulations to Victor Glover, the pilot of the Orion Spacecraft on it's way to the moon for the Artemis ll mission.",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}