Information about plays

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

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

{
    "id": 3582251,
    "uri": "https://api.kexp.org/v2/plays/3582251/?format=api",
    "airdate": "2025-11-24T07:33:20-08:00",
    "show": 65198,
    "show_uri": "https://api.kexp.org/v2/shows/65198/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "777-9311",
    "track_id": null,
    "recording_id": null,
    "artist": "The Time",
    "artist_ids": [],
    "album": "What Time Is It?",
    "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": "Paying tribute to Jellybean Johnson, drummer for the Time, who died on November 21st.\n\nGarry George \"Jellybean\" Johnson was an American drummer, guitarist, songwriter, record producer, and musician based out of Minneapolis, Minnesota. He is best known for his involvement with the Time and its predecessor group Flyte Time, serving as a founding member of both groups.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}