Information about plays

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

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

{
    "id": 3587731,
    "uri": "https://api.kexp.org/v2/plays/3587731/?format=api",
    "airdate": "2025-12-06T19:55:21-08:00",
    "show": 65308,
    "show_uri": "https://api.kexp.org/v2/shows/65308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Infected",
    "track_id": null,
    "recording_id": "4298184f-4a85-4efc-8516-dff68b602a38",
    "artist": "2libras",
    "artist_ids": [],
    "album": "World's End",
    "release_id": null,
    "release_group_id": "c9c70aab-b905-42d1-a716-6d96484265df",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-03-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Music from Seattle dark electro band 2libras!\n\n\"Cyberpunk Wesley and Jewels Foster-Rogers hail from the darken alleys of Seattle. Their music draws from industrial, dark electro, and synthwave, and collectively paints a world that is in the middle of chaos.\"\n\nhttps://www.2librasband.com/music",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}