Information about plays

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

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

{
    "id": 3604761,
    "uri": "https://api.kexp.org/v2/plays/3604761/?format=api",
    "airdate": "2026-01-15T17:53:59-08:00",
    "show": 65659,
    "show_uri": "https://api.kexp.org/v2/shows/65659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Briars",
    "track_id": null,
    "recording_id": null,
    "artist": "Thought Patrol",
    "artist_ids": [],
    "album": "Thought Patrol",
    "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": "Psych Rock trio from Sioux Falls.\n\nForged during a particularly brutal South Dakota winter, Thought Patrol meditated and pulled these songs from their 3rd eyes. \nhttps://thoughtpatrol.bandcamp.com/album/thought-patrol",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}