Information about plays

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

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

{
    "id": 3596919,
    "uri": "https://api.kexp.org/v2/plays/3596919/?format=api",
    "airdate": "2025-12-27T21:42:53-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pop Sensibilities",
    "track_id": null,
    "recording_id": "f38b09ae-609f-4f6c-9943-2945187ed62f",
    "artist": "Apocalypse Hoboken",
    "artist_ids": [
        "f8a71c39-931c-4533-a8d8-48a8971b9cf0"
    ],
    "album": "Date Rape Nation",
    "release_id": null,
    "release_group_id": "6400029d-382d-3a1b-8821-b06b2058ed97",
    "labels": [
        "Johann's Face Records"
    ],
    "label_ids": [
        "01afac52-bce6-4613-9530-d3a88dc2577e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://johannsfacerecords.bandcamp.com/album/apocalypse-hoboken-date-rape-nation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}