Information about plays

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

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

{
    "id": 3617830,
    "uri": "https://api.kexp.org/v2/plays/3617830/?format=api",
    "airdate": "2026-02-15T11:31:32-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "https://coverartarchive.org/release/3da1bff4-6595-4748-8410-9ba91954f863/21834470301-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3da1bff4-6595-4748-8410-9ba91954f863/21834470301-250.jpg",
    "song": "The Race Is On",
    "track_id": null,
    "recording_id": "c208057d-2c94-484e-954b-c2d21a4fd453",
    "artist": "Charley Crockett",
    "artist_ids": [
        "cf391be8-a609-4fcf-8de1-0eff6b639ae5"
    ],
    "album": "Lil G.L.’s Blue Bonanza",
    "release_id": null,
    "release_group_id": "e41e8809-6759-40bd-b754-873fbf3a5197",
    "labels": [
        "Son of Davy"
    ],
    "label_ids": [
        "30f85476-6754-4464-ba0b-b2398477fcfa"
    ],
    "release_date": "2018-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}