Information about plays

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

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

{
    "id": 3577253,
    "uri": "https://api.kexp.org/v2/plays/3577253/?format=api",
    "airdate": "2025-11-12T13:13:58-08:00",
    "show": 65091,
    "show_uri": "https://api.kexp.org/v2/shows/65091/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf-19143097871_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf-19143097871_thumb250.jpg",
    "song": "My Favorite Things",
    "track_id": "6732de95-e998-4d51-9b75-3946b6a56dc5",
    "recording_id": "841f3e45-e7f7-46ae-9c72-93048b1b90c2",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Speakerboxxx / The Love Below (Clean)",
    "release_id": "7811994c-4d53-412c-aab6-3c7f4ff93fbf",
    "release_group_id": "939eccdb-dae4-4022-bb0e-810fe1700423",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Do you think you're hearing \"The Sound of Music?\" This is OutKast's brillant version of the Rogers and Hammerstein song. The song contains samples from John Coltrane's 1960 recording by the same name.: http://www.djdmac.com/blog/song-of-the-day-outkast-my-favorite-things/\n--\nThat's Kevin Kendrick on piano and Gary Harris on saxophone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}