Information about plays

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

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

{
    "id": 3622901,
    "uri": "https://api.kexp.org/v2/plays/3622901/?format=api",
    "airdate": "2026-02-27T07:04:58-08:00",
    "show": 66042,
    "show_uri": "https://api.kexp.org/v2/shows/66042/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cheap Regrets",
    "track_id": "5306b948-7fb5-420e-b26b-d14a86b02225",
    "recording_id": "9ff071c0-68fb-4ed9-a704-75294dc5ee1d",
    "artist": "The Districts",
    "artist_ids": [
        "d4cb6c89-d615-40e4-b78d-ae5ab1565462"
    ],
    "album": "You Know I'm Not Going Anywhere",
    "release_id": "eec9a303-6985-4f35-a1aa-4abfbe115e12",
    "release_group_id": "7b61595a-9ea7-44d3-9fcb-800b0e51baf9",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2020-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, happy Friday, and welcome to The Morning Show with the delightful Troy Nelson and esteemed producer Owen Murphy. We’re so grateful that you’ve joined us today!\n--\nTroy was the host when Pennsylvania band  The Districts played live in the KEXP studio in 2017: https://www.youtube.com/watch?v=d5SamTlNL1g\n--\nSee the official video for \"Cheap Regrets\": https://www.youtube.com/watch?v=adkv2n5sJRA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}