Information about plays

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

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

{
    "id": 3547636,
    "uri": "https://api.kexp.org/v2/plays/3547636/?format=api",
    "airdate": "2025-09-01T16:17:35-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Workin' Day and Night (1979 Funky Purrfection Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Michael Jackson",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Original is from Off the Wall.\n\nNever released as a single, it did get club play and was the B side for the \"Rock With You\" in the US and the B side of \"Off The Wall\" in the UK. He did include it for both of The Jacksons Tours and his first two world concert tours.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}