Information about plays

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

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

{
    "id": 3553085,
    "uri": "https://api.kexp.org/v2/plays/3553085/?format=api",
    "airdate": "2025-09-14T19:52:15-07:00",
    "show": 64563,
    "show_uri": "https://api.kexp.org/v2/shows/64563/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Drummers",
    "track_id": null,
    "recording_id": null,
    "artist": "Ray Barretto",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "DiscJockey"
    ],
    "label_ids": [],
    "release_date": "1969-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ray Barretto released \"Soul Drummers\" and b-side \"Mercy, Mercy Baby\" in 1969.\n\nRay Barretto was a conga player, drummer, percussionist, bandleader, composer and producer. He was a member of Tito Puente's orchestra from 1957 to 1960, until he formed his own orchestra in 1961. For the duration of his career, Barretto remained a highly-demanded session musician for labels like Prestige, Blue Note, Riverside and Columbia. He was inducted into the International Latin Music Hall of Fame in 1999.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}