Information about plays

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

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

{
    "id": 3638453,
    "uri": "https://api.kexp.org/v2/plays/3638453/?format=api",
    "airdate": "2026-04-06T03:09:10-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/7180f264-262c-4614-84ac-d1db9dd235b0/8859766981-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7180f264-262c-4614-84ac-d1db9dd235b0/8859766981-250.jpg",
    "song": "Raga Todi",
    "track_id": null,
    "recording_id": null,
    "artist": "Shankar Jaikishan / Rais Khan",
    "artist_ids": [],
    "album": "Raga Jazz Style",
    "release_id": null,
    "release_group_id": "4db1e9e1-9029-41c0-836b-3d6f9def55e0",
    "labels": [
        "HMV"
    ],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Raga Jazz Style is an original Indian excursion into Indo-jazz fusion\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}