Information about plays

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

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

{
    "id": 3550526,
    "uri": "https://api.kexp.org/v2/plays/3550526/?format=api",
    "airdate": "2025-09-08T17:35:40-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "https://coverartarchive.org/release/51678ee7-b877-423d-90ad-3720199d6e3f/41418115054-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51678ee7-b877-423d-90ad-3720199d6e3f/41418115054-250.jpg",
    "song": "This Conversation Is Missing Your Voice",
    "track_id": null,
    "recording_id": "0ccd7412-985c-44cf-8798-33ddee7d4d35",
    "artist": "Mark Pritchard & Thom Yorke",
    "artist_ids": [
        "77e40f25-44f3-48f9-b7d3-572e82dcc9ba",
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b"
    ],
    "album": "Tall Tales",
    "release_id": null,
    "release_group_id": "80e3d46d-8d77-409c-947d-efe50f02806f",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thom Yorke spent four years making this album, 'Tall Tales' in secret with producer Mark Pritchard!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}