Information about plays

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

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

{
    "id": 3635124,
    "uri": "https://api.kexp.org/v2/plays/3635124/?format=api",
    "airdate": "2026-03-29T12:55:34-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://dn710407.ca.archive.org/0/items/mbid-dd02fe28-52e0-4a65-88f4-2417329c22e9/mbid-dd02fe28-52e0-4a65-88f4-2417329c22e9-44574207156_thumb500.jpg",
    "thumbnail_uri": "https://dn710407.ca.archive.org/0/items/mbid-dd02fe28-52e0-4a65-88f4-2417329c22e9/mbid-dd02fe28-52e0-4a65-88f4-2417329c22e9-44574207156_thumb250.jpg",
    "song": "Dry Spell",
    "track_id": "ba67fe21-97cd-4ff4-90a7-9cc0431ef1b5",
    "recording_id": "e20450a2-630d-45e6-86ef-d4a49fe8743c",
    "artist": "Kacey Musgraves",
    "artist_ids": [
        "d1393ecb-431b-4fde-a6ea-d769f2f040cb"
    ],
    "album": "Middle of Nowhere",
    "release_id": "dd02fe28-52e0-4a65-88f4-2417329c22e9",
    "release_group_id": "f0387d06-86d9-40e6-9bb3-c82de9002006",
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2026-05-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}