Information about plays

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

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

{
    "id": 3632301,
    "uri": "https://api.kexp.org/v2/plays/3632301/?format=api",
    "airdate": "2026-03-22T09:34:36-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/f891d9ab-221f-4fc5-87df-3fa68ec2db27/10372540319-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f891d9ab-221f-4fc5-87df-3fa68ec2db27/10372540319-250.jpg",
    "song": "Coochy Coochy",
    "track_id": null,
    "recording_id": "197b2fdb-5a41-496d-8006-b8457d62df32",
    "artist": "Ringo Starr",
    "artist_ids": [
        "300c4c73-33ac-4255-9d57-4e32627f5e13"
    ],
    "album": "Beaucoups of Blues",
    "release_id": null,
    "release_group_id": "895487bd-5ed3-3aff-b39e-cf743acfa57e",
    "labels": [
        "Apple"
    ],
    "label_ids": [],
    "release_date": "1970-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beatles’ drummer’s second album was recorded in Nashville and featured Charlie Daniels who described the sessions as, “pretty typical Nashville sessions. You know, three songs in three hours. It was go in, sit down and work. Here's the songs, here's the chords, let's get it done. It was not a Beatles-type leisurely session. It was work.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}