Information about plays

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

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

{
    "id": 3540190,
    "uri": "https://api.kexp.org/v2/plays/3540190/?format=api",
    "airdate": "2025-08-15T01:04:25-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia601302.us.archive.org/9/items/mbid-25d5e4f9-5153-4bbe-baa3-5b026c1ec2c2/mbid-25d5e4f9-5153-4bbe-baa3-5b026c1ec2c2-19560012473_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/9/items/mbid-25d5e4f9-5153-4bbe-baa3-5b026c1ec2c2/mbid-25d5e4f9-5153-4bbe-baa3-5b026c1ec2c2-19560012473_thumb250.jpg",
    "song": "After the Storm",
    "track_id": "a473195d-fab0-4581-9df6-cb916234fc8d",
    "recording_id": "80326c23-7965-47df-82bc-d2a250465e3c",
    "artist": "Kali Uchis feat. Tyler, the Creator & Bootsy Collins",
    "artist_ids": [
        "b0ca0d85-24a8-4a00-860d-357ff688b69c",
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d",
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6"
    ],
    "album": "Isolation",
    "release_id": "25d5e4f9-5153-4bbe-baa3-5b026c1ec2c2",
    "release_group_id": "57561634-f7bb-4e27-aa14-16d0ff79a001",
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Climate Pledge Arena in Seattle tonight!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}