Information about plays

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

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

{
    "id": 3652171,
    "uri": "https://api.kexp.org/v2/plays/3652171/?format=api",
    "airdate": "2026-05-08T14:50:36-07:00",
    "show": 66662,
    "show_uri": "https://api.kexp.org/v2/shows/66662/?format=api",
    "image_uri": "https://coverartarchive.org/release/9baa0ce6-3609-45ed-9b40-35de5b4cd580/7265157405-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9baa0ce6-3609-45ed-9b40-35de5b4cd580/7265157405-250.jpg",
    "song": "Hi-Tech Jazz",
    "track_id": null,
    "recording_id": "3744cf7e-0bfb-4fe2-81ff-8a39743e190e",
    "artist": "Galaxy 2 Galaxy",
    "artist_ids": [
        "362c82e7-1367-4204-9541-828b302e4349"
    ],
    "album": "A Hi-Tech Jazz Compilation",
    "release_id": null,
    "release_group_id": "0538147d-5aba-3462-b72b-5525503106b8",
    "labels": [
        "Underground Resistance"
    ],
    "label_ids": [
        "cdcb1267-0cb1-4c36-ac8c-41049bd048c2"
    ],
    "release_date": "2005-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}