Information about plays

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

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

{
    "id": 3587787,
    "uri": "https://api.kexp.org/v2/plays/3587787/?format=api",
    "airdate": "2025-12-06T21:40:21-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natural Disasters",
    "track_id": null,
    "recording_id": "447c95af-c06f-40c6-b8b3-b00c038690cf",
    "artist": "Propagandhi",
    "artist_ids": [
        "cc546218-cc08-4ae9-9592-ac1596c1470d"
    ],
    "album": "Today’s Empires, Tomorrow’s Ashes",
    "release_id": null,
    "release_group_id": "04104e2c-f29b-3ff1-85ce-0753e802677a",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2001-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}