Information about plays

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

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

{
    "id": 3572852,
    "uri": "https://api.kexp.org/v2/plays/3572852/?format=api",
    "airdate": "2025-11-01T23:28:13-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Museum Of Sex",
    "track_id": null,
    "recording_id": null,
    "artist": "Shop Talk",
    "artist_ids": [
        "ba646bd8-c6b8-4c5d-847b-9fab5f4949b9"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "One Track Mind"
    ],
    "label_ids": [
        "8e8f6034-58db-4aec-bc74-a7ae20aba383"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn, NY\n\nMuseum of Sex is set to release on November 14th, but you can pre-order physical copies now.\n\nhttps://shoptalk.bandcamp.com/album/museum-of-sex\nhttps://shoptalk.bandcamp.com/album/wcud",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}