Information about plays

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

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

{
    "id": 3608669,
    "uri": "https://api.kexp.org/v2/plays/3608669/?format=api",
    "airdate": "2026-01-24T20:46:12-08:00",
    "show": 65746,
    "show_uri": "https://api.kexp.org/v2/shows/65746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Juno Rose",
    "track_id": "1a3d019d-39b9-444e-ad78-593bfb2a2c21",
    "recording_id": "e54b0a22-a94b-4094-ab1e-1ecb4ef7f641",
    "artist": "Hardly Boys",
    "artist_ids": [
        "9d673571-3f92-4a57-a009-4623049159b1"
    ],
    "album": "Tit Punch",
    "release_id": "c36589fb-3336-4206-b243-8a29166db4b6",
    "release_group_id": "bff5666b-40a7-4f63-adcb-511615c85d8e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-06-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://hardlyboys.bandcamp.com/album/tit-punch-3",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}