Information about plays

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

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

{
    "id": 3622904,
    "uri": "https://api.kexp.org/v2/plays/3622904/?format=api",
    "airdate": "2026-02-27T07:12:27-08:00",
    "show": 66042,
    "show_uri": "https://api.kexp.org/v2/shows/66042/?format=api",
    "image_uri": "https://coverartarchive.org/release/4353eb06-6390-4c55-8148-21f66fdecef0/41723401799-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4353eb06-6390-4c55-8148-21f66fdecef0/41723401799-250.jpg",
    "song": "Piano Fire",
    "track_id": null,
    "recording_id": "3a2c83d8-53b7-46f9-88bf-b681b97b0a5e",
    "artist": "Sparklehorse",
    "artist_ids": [
        "45be8e20-3c3c-4e78-98f0-b5bdecf2f703"
    ],
    "album": "It’s a Wonderful Life",
    "release_id": null,
    "release_group_id": "ac143976-7acc-318e-b5cf-cb9a052be38f",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2001-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Sparklehorse leader Mark Linkous, who took his own life in 2010.  He is remembered here by artists who knew him: https://thequietus.com/news/remember-them/sparklehorse-david-lynch-steve-albini/\n--\nHere's the official video for \"Piano Fire\" which features a collaboration with PJ Harvey: https://www.youtube.com/watch?v=WkpUTgNhJ58",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}