Information about plays

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

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

{
    "id": 3633251,
    "uri": "https://api.kexp.org/v2/plays/3633251/?format=api",
    "airdate": "2026-03-24T21:24:56-07:00",
    "show": 66271,
    "show_uri": "https://api.kexp.org/v2/shows/66271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Think Twice (4 Hero remix)",
    "track_id": null,
    "recording_id": "0e2a4c57-9ecc-4a92-a7eb-1e7dadf25774",
    "artist": "Gilles Peterson's Havana Cultura Band feat. Danay and Carina",
    "artist_ids": [
        "f986f318-3f83-4c9d-9af9-57d6f994b012",
        "82f04998-7da8-4259-aa7f-d623e6ea2b91",
        "9bd0c291-7188-4cdf-9569-e2c2d544abdd"
    ],
    "album": "Remixed",
    "release_id": null,
    "release_group_id": "faf354c2-d833-4317-9249-b5bb5e3e97ce",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Releasing Soyuz on his label\n\nDonald Byrd recorded the original Think Twice for Blue Note.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}