Information about plays

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

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

{
    "id": 3588855,
    "uri": "https://api.kexp.org/v2/plays/3588855/?format=api",
    "airdate": "2025-12-09T09:40:32-08:00",
    "show": 65330,
    "show_uri": "https://api.kexp.org/v2/shows/65330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Christmas So We'll Stop",
    "track_id": "dd52a2eb-becd-4523-91a4-c70d20b7fe66",
    "recording_id": "41987772-caf4-49e0-88a1-d58d7047d737",
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "It's Christmas So We'll Stop",
    "release_id": "ea7e4988-023b-4b1e-99db-feb5a35a6be9",
    "release_group_id": "4eef6cee-0036-4ed0-bc7c-1a084206ea74",
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2008-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Frightened Rabbit performing live at The Triple Door as part of KEXP's VIP Club Concert series in 2013: https://www.youtube.com/watch?v=UqIRa15wMjw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}