Information about plays

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

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

{
    "id": 3604285,
    "uri": "https://api.kexp.org/v2/plays/3604285/?format=api",
    "airdate": "2026-01-14T13:45:18-08:00",
    "show": 65649,
    "show_uri": "https://api.kexp.org/v2/shows/65649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where The City Can't See",
    "track_id": null,
    "recording_id": null,
    "artist": "Blood Cultures",
    "artist_ids": [
        "1e3b5481-9971-40c2-bfee-f75a61e36e70"
    ],
    "album": "Skate Story Vol. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out to Brennan in West Seattle...\n--\nBlood Cultures will be at Neumos in Seattle on Wednesday, February 11th.  They'll be at SF's Rickshaw Stop on Sunday, February 15th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}