Information about plays

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

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

{
    "id": 3637442,
    "uri": "https://api.kexp.org/v2/plays/3637442/?format=api",
    "airdate": "2026-04-03T22:07:46-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/23133d7d-cd0c-411a-ae57-a27cba7b2bf1/44526123336-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23133d7d-cd0c-411a-ae57-a27cba7b2bf1/44526123336-250.jpg",
    "song": "THE SCYTHE",
    "track_id": null,
    "recording_id": null,
    "artist": "Denzel Curry",
    "artist_ids": [
        "5f95440d-7737-4a36-9bcf-c05337f7129b"
    ],
    "album": "Strictly 4 the Scythe",
    "release_id": null,
    "release_group_id": "4a4cab84-403d-48be-851a-354beae418f4",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Scythe features Seattle's own Key Nyata",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}