Information about plays

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

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

{
    "id": 3631953,
    "uri": "https://api.kexp.org/v2/plays/3631953/?format=api",
    "airdate": "2026-03-21T13:43:53-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Jude",
    "track_id": "b4be64f5-b1d8-3727-bae1-4041e11ffffe",
    "recording_id": "527e9e51-10d1-4883-b0d8-f54b33dcf398",
    "artist": "The Bar‐Kays",
    "artist_ids": [
        "919ac2b3-aa04-4732-93f8-742ebb7a03f2"
    ],
    "album": "Stax Does The Beatles",
    "release_id": "50e00945-789b-47cf-aac3-d24c0f1faf03",
    "release_group_id": "4b0e8d13-1b2d-49d0-9089-fd4ee6ce7480",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2008-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: The Bar-Kays cover The Beatles' \"Hey Jude\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}