Information about plays

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

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

{
    "id": 3585870,
    "uri": "https://api.kexp.org/v2/plays/3585870/?format=api",
    "airdate": "2025-12-02T14:08:08-08:00",
    "show": 65271,
    "show_uri": "https://api.kexp.org/v2/shows/65271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Starwood Bound",
    "track_id": "de7f6e7e-2f87-4b11-b729-c14bfaa32286",
    "recording_id": "522ff2b8-3860-44e6-91d3-fb6da1fb0a52",
    "artist": "Nightmares On Wax feat. Sadie Walker",
    "artist_ids": [
        "eb7cfe60-db1a-45c6-976e-3e2cb366329c",
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "Echo45 Sound System",
    "release_id": "07d22bed-e640-4470-9d6b-c5b069fb1fbb",
    "release_group_id": "9f55a9f2-3c01-4705-8aea-a5a2351773fc",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://nightmaresonwax.bandcamp.com/album/echo45-sound-system",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}