Information about plays

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

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

{
    "id": 3619971,
    "uri": "https://api.kexp.org/v2/plays/3619971/?format=api",
    "airdate": "2026-02-20T15:23:10-08:00",
    "show": 65983,
    "show_uri": "https://api.kexp.org/v2/shows/65983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love",
    "track_id": "07c47678-9432-4dca-9566-20e1bbc4b251",
    "recording_id": "ea2a3417-5640-469c-a0a0-89d96bfbd1f0",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Mellon Collie and the Infinite Sadness",
    "release_id": "cc8a0f30-286b-4987-9ea0-a247b54d26ce",
    "release_group_id": "1af599c9-0b44-3a5a-a06b-39e8db6b2b4e",
    "labels": [
        "Virgin Music Canada"
    ],
    "label_ids": [
        "b34fd541-663c-4a26-aa81-1472392d0212"
    ],
    "release_date": "1995-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Parker!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}