Information about plays

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

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

{
    "id": 3656600,
    "uri": "https://api.kexp.org/v2/plays/3656600/?format=api",
    "airdate": "2026-05-19T00:22:35-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/a73a3a9e-25bf-47aa-9e67-94d45e7d9eb0/35677707805-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a73a3a9e-25bf-47aa-9e67-94d45e7d9eb0/35677707805-250.jpg",
    "song": "Lilac Twilight",
    "track_id": null,
    "recording_id": "6b00d9ef-077c-45c8-9aef-d79095ef3512",
    "artist": "Nabihah Iqbal",
    "artist_ids": [
        "28a7d9a8-36c0-4bdd-ae4d-abcfb76f5a18"
    ],
    "album": "DREAMER",
    "release_id": null,
    "release_group_id": "64ed4b3d-04a3-4ff2-a0ff-ea31b92a7fa6",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2023-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out her KEXP in-studio session here! - https://www.youtube.com/watch?v=0A948iFJMh4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}