Information about plays

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

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

{
    "id": 3531624,
    "uri": "https://api.kexp.org/v2/plays/3531624/?format=api",
    "airdate": "2025-07-25T16:28:13-07:00",
    "show": 64110,
    "show_uri": "https://api.kexp.org/v2/shows/64110/?format=api",
    "image_uri": "https://ia801405.us.archive.org/14/items/mbid-4734e706-04d6-4176-b041-2b21395ae760/mbid-4734e706-04d6-4176-b041-2b21395ae760-39500963623_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-4734e706-04d6-4176-b041-2b21395ae760/mbid-4734e706-04d6-4176-b041-2b21395ae760-39500963623_thumb250.jpg",
    "song": "That’s How I’m Feeling",
    "track_id": "e2d4c06d-c8b5-4f29-a3bb-d86041934862",
    "recording_id": "f1859a73-8d9c-430d-844d-dcd4e5dcb64b",
    "artist": "Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22"
    ],
    "album": "No Name",
    "release_id": "4734e706-04d6-4176-b041-2b21395ae760",
    "release_group_id": "5ef2a512-3680-4661-bfea-870cb8bf6507",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2024-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "pitchfork says about \"No Name,\" the just-released new album, \"The old Jack White suddenly steps out from behind the curtain with 42 minutes of amp-busting blues punk.\": https://pitchfork.com/reviews/albums/jack-white-no-name/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}