Information about plays

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

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

{
    "id": 3565818,
    "uri": "https://api.kexp.org/v2/plays/3565818/?format=api",
    "airdate": "2025-10-16T10:28:18-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "https://coverartarchive.org/release/418b7895-f19d-4ed2-8fe4-4b7ed74ef9e7/17056494199-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/418b7895-f19d-4ed2-8fe4-4b7ed74ef9e7/17056494199-250.jpg",
    "song": "Walkie Talkie",
    "track_id": null,
    "recording_id": "e0e78d90-e16b-43b8-ae7b-ad9f6b0f9f28",
    "artist": "Palm",
    "artist_ids": [
        "ee2909ea-d91d-4949-a9ef-a3f4b1a5c12f"
    ],
    "album": "Shadow Expert",
    "release_id": null,
    "release_group_id": "dee24df0-00b0-4459-8eb9-cc3a916872f6",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2017-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philly \"American mathrock\" band 'Palm' with their 2017 album, 'Shadow Expert'!\n\nOpening with \"Walkie Talkie,\" Palm performed live in the KEXP studio in 2017. Watch the full session here: https://youtu.be/NaWtA9e-2XM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}