Information about plays

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

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

{
    "id": 3551322,
    "uri": "https://api.kexp.org/v2/plays/3551322/?format=api",
    "airdate": "2025-09-10T14:14:27-07:00",
    "show": 64526,
    "show_uri": "https://api.kexp.org/v2/shows/64526/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-56ed93c7-8adc-4d2a-875b-4168de2f8e42/mbid-56ed93c7-8adc-4d2a-875b-4168de2f8e42-3091951733_thumb500.jpg",
    "thumbnail_uri": "https://ia902906.us.archive.org/21/items/mbid-56ed93c7-8adc-4d2a-875b-4168de2f8e42/mbid-56ed93c7-8adc-4d2a-875b-4168de2f8e42-3091951733_thumb250.jpg",
    "song": "One",
    "track_id": "44bec5a3-2f83-3290-9207-1a404a6b1628",
    "recording_id": "ab4fad7e-b25a-4935-8ccc-8251d01303b8",
    "artist": "Harry Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "All Time Greatest Hits",
    "release_id": "56ed93c7-8adc-4d2a-875b-4168de2f8e42",
    "release_group_id": "2f8699e0-5090-3ad2-b6be-6e70268ca9dc",
    "labels": [],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice segue, Mr. DJ!!\n--\nThe incredible Harry Nilsson wrote the song after calling someone and getting a busy signal. He stayed on the line listening to the \"beep, beep, beep, beep...\" tone, writing the song. The busy signal became the opening notes.\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}