Information about plays

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

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

{
    "id": 3631308,
    "uri": "https://api.kexp.org/v2/plays/3631308/?format=api",
    "airdate": "2026-03-20T03:42:14-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Middle of the Night",
    "track_id": null,
    "recording_id": "a7e5eb89-e337-4fd5-b84d-11ef6a460320",
    "artist": "Lalo Schifrin",
    "artist_ids": [
        "adf017f5-76d6-4d31-b1b9-a0211675e7c2"
    ],
    "album": "No One Home",
    "release_id": null,
    "release_group_id": "4e63c84b-279e-4f25-ae6d-4b6113e11835",
    "labels": [
        "Tabu Records"
    ],
    "label_ids": [
        "b56f48fc-573b-4b95-b56b-a943a3ace896"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}