Information about plays

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

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

{
    "id": 3583125,
    "uri": "https://api.kexp.org/v2/plays/3583125/?format=api",
    "airdate": "2025-11-26T06:31:44-08:00",
    "show": 65213,
    "show_uri": "https://api.kexp.org/v2/shows/65213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whipped Cream",
    "track_id": "b1e02e4b-43e3-33f5-82dd-29b969c20fc8",
    "recording_id": "8ccf94f0-9808-43af-ae78-8193d63445ad",
    "artist": "Herb Alpert & the Tijuana Brass",
    "artist_ids": [
        "012ef4f9-2d35-4000-86e5-bc761f87dab9"
    ],
    "album": "Herb Alpert & The Tijuana Brass",
    "release_id": "1bcb29dc-1ffe-499c-ae72-4cebdb70d152",
    "release_group_id": "2727b9a2-6658-3c9d-8ffc-7b254940126e",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ah, that's better!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}