Information about plays

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

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

{
    "id": 3587326,
    "uri": "https://api.kexp.org/v2/plays/3587326/?format=api",
    "airdate": "2025-12-05T22:56:38-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody Mad",
    "track_id": null,
    "recording_id": "4b33d10b-c170-4236-b62b-d82ff5ecbd05",
    "artist": "O.T. Genasis",
    "artist_ids": [
        "f3c48d53-8dfe-435f-84e6-1756754c4687"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Throwback energy. O.T. Genasis hitting hard with Everybody Mad. Dropped way back in 2016, this track still bangs in the club or car.\nThat aggressive beat and raw vibe make it perfect for a hype set especially if you wanna turn the vibe up.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}