Information about plays

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

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

{
    "id": 3635445,
    "uri": "https://api.kexp.org/v2/plays/3635445/?format=api",
    "airdate": "2026-03-30T05:01:05-07:00",
    "show": 66319,
    "show_uri": "https://api.kexp.org/v2/shows/66319/?format=api",
    "image_uri": "https://dn710306.ca.archive.org/0/items/mbid-f9fa9d38-5ab7-4c95-9bd6-78976e86af2f/mbid-f9fa9d38-5ab7-4c95-9bd6-78976e86af2f-21721216863_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/18/items/mbid-f9fa9d38-5ab7-4c95-9bd6-78976e86af2f/mbid-f9fa9d38-5ab7-4c95-9bd6-78976e86af2f-21721216863_thumb250.jpg",
    "song": "Good Morning",
    "track_id": "2c874c6b-9b20-4aa7-bd6c-07be5e34356b",
    "recording_id": "67e31920-e2f8-422a-9fae-eaed6af3739d",
    "artist": "Norah Jones",
    "artist_ids": [
        "985c709c-7771-4de3-9024-7bda29ebe3f9"
    ],
    "album": "…Little Broken Hearts",
    "release_id": "f9fa9d38-5ab7-4c95-9bd6-78976e86af2f",
    "release_group_id": "785cb865-c4b7-44ac-bab4-4159db869828",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2012-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Good Morning\"! It's Early with Lisa LeClair.\n\nAnd it's a Happy Birthday to Norah Jones, American singer-songwriter and actress, who was born on this day in 1979.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}