Information about plays

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

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

{
    "id": 3639962,
    "uri": "https://api.kexp.org/v2/plays/3639962/?format=api",
    "airdate": "2026-04-09T16:40:25-07:00",
    "show": 66409,
    "show_uri": "https://api.kexp.org/v2/shows/66409/?format=api",
    "image_uri": "https://dn710409.ca.archive.org/0/items/mbid-8ec6c7c8-178b-4b29-94c6-1c9827d23a95/mbid-8ec6c7c8-178b-4b29-94c6-1c9827d23a95-44150130151_thumb500.jpg",
    "thumbnail_uri": "https://ia800302.us.archive.org/19/items/mbid-8ec6c7c8-178b-4b29-94c6-1c9827d23a95/mbid-8ec6c7c8-178b-4b29-94c6-1c9827d23a95-44150130151_thumb250.jpg",
    "song": "Cross My Heart",
    "track_id": "fcde1560-65a9-4d7e-bff5-60571749a196",
    "recording_id": "3100c589-ca36-4b28-9034-98649229710d",
    "artist": "Lime Garden",
    "artist_ids": [
        "47d7fd0d-6598-43a0-b7b3-39bfff0d3ce4"
    ],
    "album": "Maybe Not Tonight",
    "release_id": "8ec6c7c8-178b-4b29-94c6-1c9827d23a95",
    "release_group_id": "d9537423-a77e-432c-9e42-a8c8f6623465",
    "labels": [
        "So Young Records"
    ],
    "label_ids": [
        "f6aa3f7b-77dd-4f29-90c8-5b7c6919b24e"
    ],
    "release_date": "2026-04-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album out tomorrow!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}