Information about plays

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

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

{
    "id": 3547988,
    "uri": "https://api.kexp.org/v2/plays/3547988/?format=api",
    "airdate": "2025-09-02T12:51:01-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://dn721501.ca.archive.org/0/items/mbid-4765e5be-50bc-41d6-804b-dee0d4ced1d6/mbid-4765e5be-50bc-41d6-804b-dee0d4ced1d6-23535831071_thumb500.jpg",
    "thumbnail_uri": "https://ia800407.us.archive.org/17/items/mbid-4765e5be-50bc-41d6-804b-dee0d4ced1d6/mbid-4765e5be-50bc-41d6-804b-dee0d4ced1d6-23535831071_thumb250.jpg",
    "song": "Roscoe (Beyond the Wizard's Sleeve remix)",
    "track_id": "1b4563ce-05f4-33e0-aec1-cc5ff9daa43f",
    "recording_id": "7b62939e-b8ed-492e-92b5-444d31d8a784",
    "artist": "Midlake",
    "artist_ids": [
        "da90b5da-349e-4906-a0b4-805f5e46190d"
    ],
    "album": "Roscoe",
    "release_id": "09f8cd81-45d4-452c-af29-b14f26ba8214",
    "release_group_id": "5cee4ea5-9e03-3847-8ef0-e1a22ba2b740",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2007-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beyond The Wizard's Sleeve is London-based DJ Erol Alkan and producer Richard Norris. \n--\nThis is their take on the opening track from Midlake's sophomore album \"The Trials Of Van Occupanther.\" ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}