Information about plays

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

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

{
    "id": 3632230,
    "uri": "https://api.kexp.org/v2/plays/3632230/?format=api",
    "airdate": "2026-03-22T04:07:10-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-72a1e1c2-3df4-4c89-84b5-4c9f62a0ceff/mbid-72a1e1c2-3df4-4c89-84b5-4c9f62a0ceff-27924237458_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-72a1e1c2-3df4-4c89-84b5-4c9f62a0ceff/mbid-72a1e1c2-3df4-4c89-84b5-4c9f62a0ceff-27924237458_thumb250.jpg",
    "song": "I Can't Stand the Rain",
    "track_id": "c8b0a2cd-f718-36b6-8ff2-2bc19c37c9a7",
    "recording_id": "676fcb37-85a2-4ced-9560-0cf4bd8a81d9",
    "artist": "Ann Peebles",
    "artist_ids": [
        "a7e05e3f-7459-4ba6-9041-8b5cacf6338c"
    ],
    "album": "Soul Hits of the '70s: Didn't It Blow Your Mind! Volume 11",
    "release_id": "72a1e1c2-3df4-4c89-84b5-4c9f62a0ceff",
    "release_group_id": "825f2eb2-c698-3f9a-bfd7-409e209e71ff",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I Can’t Stand the Rain” was heavily sampled by Missy Elliott in her song “The Rain.” ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}