Information about plays

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

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

{
    "id": 3594233,
    "uri": "https://api.kexp.org/v2/plays/3594233/?format=api",
    "airdate": "2025-12-21T22:52:14-08:00",
    "show": 65442,
    "show_uri": "https://api.kexp.org/v2/shows/65442/?format=api",
    "image_uri": "https://coverartarchive.org/release/bb49f412-21f7-425f-9b05-ff5b232e0518/41529367699-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bb49f412-21f7-425f-9b05-ff5b232e0518/41529367699-250.jpg",
    "song": "Protocol",
    "track_id": null,
    "recording_id": "4a33a676-a351-4b99-9173-b28acdcc75b3",
    "artist": "Current Value",
    "artist_ids": [
        "caf4109a-05e5-4067-b619-b705d137f68d"
    ],
    "album": "Protocol EP",
    "release_id": null,
    "release_group_id": "3019c4b6-4096-4e77-9a78-c66b5c161b9a",
    "labels": [
        "C4C Recordings"
    ],
    "label_ids": [
        "c97257f5-888b-4319-989d-0bf9587a602a"
    ],
    "release_date": "2025-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://cause4concern.bandcamp.com/album/protocol-e-p",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}