Information about plays

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

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

{
    "id": 3625253,
    "uri": "https://api.kexp.org/v2/plays/3625253/?format=api",
    "airdate": "2026-03-04T15:11:06-08:00",
    "show": 66090,
    "show_uri": "https://api.kexp.org/v2/shows/66090/?format=api",
    "image_uri": "https://dn710904.ca.archive.org/0/items/mbid-166989f4-4672-3a7e-a410-b90a5eb6b9a7/mbid-166989f4-4672-3a7e-a410-b90a5eb6b9a7-20771476012_thumb500.jpg",
    "thumbnail_uri": "https://dn710904.ca.archive.org/0/items/mbid-166989f4-4672-3a7e-a410-b90a5eb6b9a7/mbid-166989f4-4672-3a7e-a410-b90a5eb6b9a7-20771476012_thumb250.jpg",
    "song": "It's All Over Now",
    "track_id": "9cdf85a6-a5fb-3593-a454-e2f09c7bb997",
    "recording_id": "82d181bd-a34f-4eb3-bea8-99ae4b0c12a8",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "12 × 5",
    "release_id": "166989f4-4672-3a7e-a410-b90a5eb6b9a7",
    "release_group_id": "703eab6c-056e-3d6d-95d9-991e01f5ca57",
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's All Over Now\" is a song written by Bobby Womack and his sister-in-law Shirley Womack. It was first released by the Valentinos, featuring Bobby Womack, in 1964, as the follow-up to their first hit, \"Lookin' for a Love\". The Rolling Stones heard it on its release and quickly recorded a cover version, which became their first number one hit in the United Kingdom, in July 1964.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}