Information about plays

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

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

{
    "id": 3571420,
    "uri": "https://api.kexp.org/v2/plays/3571420/?format=api",
    "airdate": "2025-10-29T13:28:18-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Radio Head",
    "track_id": "8b7ff4eb-d175-3668-a6d0-2b19f6e1aef8",
    "recording_id": "bd32fc80-a6fa-4057-91ab-8188b00ed511",
    "artist": "The Physics",
    "artist_ids": [
        "922b68bd-9acb-4853-b1eb-8d89b7ae44e9"
    ],
    "album": "High Society",
    "release_id": "eea9059b-ca5c-470e-bdbd-30e7596dd0cd",
    "release_group_id": "97e5d538-4b33-4958-a19f-2c7f200c4937",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "featuring THEESatisfaction!\n--\nGo right here to purchase this 2009 8-song album from this Seattle hip-hop group: https://thephysics.bandcamp.com/album/high-society-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}