Information about plays

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

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

{
    "id": 3552492,
    "uri": "https://api.kexp.org/v2/plays/3552492/?format=api",
    "airdate": "2025-09-13T12:43:11-07:00",
    "show": 64552,
    "show_uri": "https://api.kexp.org/v2/shows/64552/?format=api",
    "image_uri": "https://ia803407.us.archive.org/10/items/mbid-99811fb9-31c8-481f-b514-e635f2491ff2/mbid-99811fb9-31c8-481f-b514-e635f2491ff2-7940781627_thumb500.jpg",
    "thumbnail_uri": "https://ia803407.us.archive.org/10/items/mbid-99811fb9-31c8-481f-b514-e635f2491ff2/mbid-99811fb9-31c8-481f-b514-e635f2491ff2-7940781627_thumb250.jpg",
    "song": "Reasons",
    "track_id": "782b4fe7-c8f6-3c23-85a0-faa77dc80a82",
    "recording_id": "ec675a7b-11ef-46a6-badc-eac699ffe5ee",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "There’s Nothing Wrong With Love",
    "release_id": "99811fb9-31c8-481f-b514-e635f2491ff2",
    "release_group_id": "8bcfdf35-83e9-3148-b97e-3912976e7c58",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1994-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1993 AND another of Morgan's fave albums. Vote for yours today at https://www.kexp.org/countdowns/2025-all-time-albums/\n\nPlaying the Psychic Salamander Festival TODAY at Remlinger Farm in Carnation, WA with Modest Mouse, Courtney Barnett, and Flaming Lips!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}