Information about plays

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

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

{
    "id": 3595328,
    "uri": "https://api.kexp.org/v2/plays/3595328/?format=api",
    "airdate": "2025-12-24T11:02:56-08:00",
    "show": 65464,
    "show_uri": "https://api.kexp.org/v2/shows/65464/?format=api",
    "image_uri": "https://coverartarchive.org/release/50c273d5-2f92-340a-adc2-178d5adaab63/4765243287-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50c273d5-2f92-340a-adc2-178d5adaab63/4765243287-250.jpg",
    "song": "My Favorite Things",
    "track_id": null,
    "recording_id": "841f3e45-e7f7-46ae-9c72-93048b1b90c2",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Speakerboxxx / The Love Below",
    "release_id": null,
    "release_group_id": "fa64febd-61e0-346e-aaa2-04564ed4f0a3",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}