Information about plays

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

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

{
    "id": 3615285,
    "uri": "https://api.kexp.org/v2/plays/3615285/?format=api",
    "airdate": "2026-02-09T12:54:31-08:00",
    "show": 65888,
    "show_uri": "https://api.kexp.org/v2/shows/65888/?format=api",
    "image_uri": "https://ia601305.us.archive.org/1/items/mbid-2968d580-9907-48f1-900d-99db9ee6914c/mbid-2968d580-9907-48f1-900d-99db9ee6914c-2572106317_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/1/items/mbid-2968d580-9907-48f1-900d-99db9ee6914c/mbid-2968d580-9907-48f1-900d-99db9ee6914c-2572106317_thumb250.jpg",
    "song": "Torn Curtain",
    "track_id": "5814a495-1d9d-3f30-a40b-f8fe89ff523f",
    "recording_id": "eda3a2a5-20af-4321-8343-a592c656ac07",
    "artist": "Television",
    "artist_ids": [
        "490bde43-5edb-4a93-b3b3-7a0465fd8909"
    ],
    "album": "Marquee Moon",
    "release_id": "2968d580-9907-48f1-900d-99db9ee6914c",
    "release_group_id": "2b9f99d8-becf-3fc3-86a6-2bdd4cef93fe",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We are so sad to learn of the passing of Television bassist Fred Smith last week, at age 77. https://pitchfork.com/news/television-bassist-fred-smith-dies-at-77/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}