Information about plays

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

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

{
    "id": 3631955,
    "uri": "https://api.kexp.org/v2/plays/3631955/?format=api",
    "airdate": "2026-03-21T13:54:40-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sang & Dance",
    "track_id": null,
    "recording_id": "e7897b69-fe75-4338-a4bf-230fef9e9ffd",
    "artist": "The Bar‐Kays",
    "artist_ids": [
        "919ac2b3-aa04-4732-93f8-742ebb7a03f2"
    ],
    "album": "Son of Stax Funk: A Whole Nuther Strut",
    "release_id": null,
    "release_group_id": "0b938185-aa67-4b08-8912-99d0e0ccfa6f",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Sticking with the Bar-Kays for one more track....",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}