Information about plays

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

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

{
    "id": 3632640,
    "uri": "https://api.kexp.org/v2/plays/3632640/?format=api",
    "airdate": "2026-03-23T06:40:06-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "https://dn721505.ca.archive.org/0/items/mbid-e330fba0-e8c8-4044-ab43-75b625203536/mbid-e330fba0-e8c8-4044-ab43-75b625203536-19301276555_thumb500.jpg",
    "thumbnail_uri": "https://ia801203.us.archive.org/6/items/mbid-e330fba0-e8c8-4044-ab43-75b625203536/mbid-e330fba0-e8c8-4044-ab43-75b625203536-19301276555_thumb250.jpg",
    "song": "Unchain My Heart",
    "track_id": "384e2073-d625-34e5-9fc7-6075b205a42c",
    "recording_id": "fe46b6a9-f122-4046-a554-148ee68db2ea",
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "Genius & Soul: The 50th Anniversary Collection",
    "release_id": "e330fba0-e8c8-4044-ab43-75b625203536",
    "release_group_id": "a725b086-de41-36dc-b772-15d269ca3be9",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ray Charles was the first to record and release this song written by Bobby Sharp.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}