Information about plays

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

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

{
    "id": 3576332,
    "uri": "https://api.kexp.org/v2/plays/3576332/?format=api",
    "airdate": "2025-11-10T06:59:52-08:00",
    "show": 65072,
    "show_uri": "https://api.kexp.org/v2/shows/65072/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Spirit",
    "track_id": "dfa0b1ed-3b1d-42d4-9a78-2a0a91712d33",
    "recording_id": "e6b665c4-7ffd-4378-9d54-1b7e9e90952c",
    "artist": "Mark Pritchard & Thom Yorke",
    "artist_ids": [
        "77e40f25-44f3-48f9-b7d3-572e82dcc9ba",
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b"
    ],
    "album": "Tall Tales",
    "release_id": "51678ee7-b877-423d-90ad-3720199d6e3f",
    "release_group_id": "80e3d46d-8d77-409c-947d-efe50f02806f",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://markpritchard.bandcamp.com/album/tall-tales",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}