Information about plays

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

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

{
    "id": 3522773,
    "uri": "https://api.kexp.org/v2/plays/3522773/?format=api",
    "airdate": "2025-07-05T00:31:49-07:00",
    "show": 63921,
    "show_uri": "https://api.kexp.org/v2/shows/63921/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee4cea5e-7a89-406d-942d-7385e3bf4721/5165287544-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee4cea5e-7a89-406d-942d-7385e3bf4721/5165287544-250.jpg",
    "song": "Hand on the Pump",
    "track_id": null,
    "recording_id": "60e4df15-581f-4dd8-ab24-496e93949ce9",
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "Hand on the Pump",
    "release_id": null,
    "release_group_id": "936d6b59-344d-4e39-8e0c-f46a43000d8a",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}