Information about plays

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

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

{
    "id": 3595382,
    "uri": "https://api.kexp.org/v2/plays/3595382/?format=api",
    "airdate": "2025-12-24T14:20:17-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Christmas",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Nate",
    "artist_ids": [
        "43af8f0e-7ba7-458d-a761-a8a6c0bbf87c"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Nate, born Nathan Clark, grew up in the westside of Chicago. He is well known within Chicago for his Footwork Tracks, which are instrumental tracks in the genre known as “Juke”, made for footworking, or Juking, a dance similar to Jit.\n\nhttps://www.youtube.com/watch?v=iJDdf_vM-zE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}