Information about plays

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

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

{
    "id": 3641725,
    "uri": "https://api.kexp.org/v2/plays/3641725/?format=api",
    "airdate": "2026-04-13T22:46:35-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/c4cd04e6-1062-44e0-80be-7155bb2393cd/44804403708-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c4cd04e6-1062-44e0-80be-7155bb2393cd/44804403708-250.jpg",
    "song": "Dusk",
    "track_id": null,
    "recording_id": "2fde04d0-cf28-4ce0-a62b-efcf48d70bc6",
    "artist": "Discovery Zone",
    "artist_ids": [
        "62c4248e-07a3-4215-8a8d-2255aae9094b"
    ],
    "album": "Library Copy Do Not Remove",
    "release_id": null,
    "release_group_id": "13fc69a2-4b99-4ca8-8085-6bb020de249d",
    "labels": [
        "RVNG Intl"
    ],
    "label_ids": [],
    "release_date": "2026-05-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excited for the new one from NYC's Discovery Zone, out May 15th! - https://discoveryzone1.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}