Information about plays

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

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

{
    "id": 3593705,
    "uri": "https://api.kexp.org/v2/plays/3593705/?format=api",
    "airdate": "2025-12-20T22:20:00-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Christmas",
    "track_id": null,
    "recording_id": null,
    "artist": "Heck",
    "artist_ids": [],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Waaghals"
    ],
    "label_ids": [
        "d4190d05-7d3a-40b1-9c24-ef0de7c2ff7e"
    ],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heck from the Netherlands: https://theheckgaragerock.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}