Information about plays

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

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

{
    "id": 3611762,
    "uri": "https://api.kexp.org/v2/plays/3611762/?format=api",
    "airdate": "2026-02-01T05:47:17-08:00",
    "show": 65810,
    "show_uri": "https://api.kexp.org/v2/shows/65810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maybe Not Tonight",
    "track_id": "2c41d549-fab2-4e85-b60e-3e59d19870cb",
    "recording_id": "34f3280c-7ec9-4865-96a1-768558b7466f",
    "artist": "Lime Garden",
    "artist_ids": [
        "47d7fd0d-6598-43a0-b7b3-39bfff0d3ce4"
    ],
    "album": "Maybe Not Tonight",
    "release_id": "29e40087-209d-4127-9a2d-1c735973304e",
    "release_group_id": "5a10a783-4286-4061-986d-2b0f980f57da",
    "labels": [
        "So Young Records"
    ],
    "label_ids": [
        "f6aa3f7b-77dd-4f29-90c8-5b7c6919b24e"
    ],
    "release_date": "2025-11-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lime Garden's album \"Maybe Not Tonight\" will be out on April 10th, 2026.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}