Information about plays

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

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

{
    "id": 3624964,
    "uri": "https://api.kexp.org/v2/plays/3624964/?format=api",
    "airdate": "2026-03-03T21:57:19-08:00",
    "show": 66084,
    "show_uri": "https://api.kexp.org/v2/shows/66084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stand Up",
    "track_id": null,
    "recording_id": "c89bb517-75a2-48eb-b0dd-eb89fc41e24a",
    "artist": "Guru, Damian “Jr. Gong” Marley",
    "artist_ids": [],
    "album": "Guru's Jazzmatazz, VOl. 4: The Hip Hop Jazz Messenger: Back To The Future",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "7 Grand"
    ],
    "label_ids": [],
    "release_date": "2007-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anchored by smooth, rolling boom-bap drums, Jazzmatazz spotlights a roster of sax giants, trumpet maestros, and piano players who bought into Guru’s concept by providing sample-worthy riffs that become the melodic thrust of the album’s 12 tracks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}