Information about plays

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

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

{
    "id": 3587336,
    "uri": "https://api.kexp.org/v2/plays/3587336/?format=api",
    "airdate": "2025-12-05T23:22:48-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "gloria",
    "track_id": null,
    "recording_id": "c4e4df73-b0e1-463b-ac11-2bfac429872c",
    "artist": "Kendrick Lamar ft. Sza",
    "artist_ids": [],
    "album": null,
    "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": "remix dj blend\nKendrick and SZA are currently on the Grand National Tour through December 2025 hitting stadiums worldwide, this is their first all-stadium tour!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}