Information about plays

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

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

{
    "id": 3635622,
    "uri": "https://api.kexp.org/v2/plays/3635622/?format=api",
    "airdate": "2026-03-30T14:32:21-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "https://dn721306.ca.archive.org/0/items/mbid-249ba544-46ce-41d6-8a28-44fe009f7093/mbid-249ba544-46ce-41d6-8a28-44fe009f7093-19949399123_thumb500.jpg",
    "thumbnail_uri": "https://dn721306.ca.archive.org/0/items/mbid-249ba544-46ce-41d6-8a28-44fe009f7093/mbid-249ba544-46ce-41d6-8a28-44fe009f7093-19949399123_thumb250.jpg",
    "song": "Reflections",
    "track_id": "87466bea-7c45-30d6-a65f-35be1ba4058c",
    "recording_id": "4db5648b-8400-4478-a6c6-4d6f58f9a46b",
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "Anthology",
    "release_id": "249ba544-46ce-41d6-8a28-44fe009f7093",
    "release_group_id": "7236a3f2-c675-3636-be47-af91bd03d3f6",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Jen!\n\n'Reflections' is the twelfth studio album recorded for Motown by Diana Ross & the Supremes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}