Information about plays

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

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

{
    "id": 3523021,
    "uri": "https://api.kexp.org/v2/plays/3523021/?format=api",
    "airdate": "2025-07-05T15:39:36-07:00",
    "show": 63929,
    "show_uri": "https://api.kexp.org/v2/shows/63929/?format=api",
    "image_uri": "https://ia801503.us.archive.org/7/items/mbid-65b899f5-2861-3887-8a65-ecb560bda761/mbid-65b899f5-2861-3887-8a65-ecb560bda761-27070803996_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/7/items/mbid-65b899f5-2861-3887-8a65-ecb560bda761/mbid-65b899f5-2861-3887-8a65-ecb560bda761-27070803996_thumb250.jpg",
    "song": "Down on Me",
    "track_id": "3d1f90f6-27d9-34d8-a7e7-a1d69cd624ca",
    "recording_id": "93541b56-9e3e-4ca5-a9cd-7d4bec1ba976",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Darklands",
    "release_id": "65b899f5-2861-3887-8a65-ecb560bda761",
    "release_group_id": "cda63ecb-5777-37e2-8aa6-32f5c93e0f9f",
    "labels": [
        "Blanco y Negro Records"
    ],
    "label_ids": [
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1987-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have a request? Email dj@ kexp.org or text 206-903-5397",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}