Information about plays

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

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

{
    "id": 3640855,
    "uri": "https://api.kexp.org/v2/plays/3640855/?format=api",
    "airdate": "2026-04-11T19:05:20-07:00",
    "show": 66428,
    "show_uri": "https://api.kexp.org/v2/shows/66428/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Someone",
    "track_id": null,
    "recording_id": null,
    "artist": "Ghost Fetish",
    "artist_ids": [
        "d9e8b5e0-520f-4eb9-a459-937496a0d3cb"
    ],
    "album": "Someone",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Seattle band Ghost Fetish!\n\nhttps://www.youtube.com/watch?reload=9&v=fBpPZfT4Tko",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}