Information about plays

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

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

{
    "id": 3581235,
    "uri": "https://api.kexp.org/v2/plays/3581235/?format=api",
    "airdate": "2025-11-21T23:48:39-08:00",
    "show": 65173,
    "show_uri": "https://api.kexp.org/v2/shows/65173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fear Us",
    "track_id": null,
    "recording_id": null,
    "artist": "Awich ft. RZA, Westside Gunn",
    "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": "The track \"Fear Us\" by Awich from Japan, featuring Joey Bada$$ and RZA, was released on her new album Okinawan Wuman, which dropped on November 21, 2025. The album also features another track with Westside Gunn, titled \"Hold It Down\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}