Information about plays

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

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

{
    "id": 3583435,
    "uri": "https://api.kexp.org/v2/plays/3583435/?format=api",
    "airdate": "2025-11-27T00:03:00-08:00",
    "show": 65219,
    "show_uri": "https://api.kexp.org/v2/shows/65219/?format=api",
    "image_uri": "https://ia601307.us.archive.org/21/items/mbid-8474cbe3-3e87-4eb8-aec1-76e6282e8e6f/mbid-8474cbe3-3e87-4eb8-aec1-76e6282e8e6f-12576355357_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/21/items/mbid-8474cbe3-3e87-4eb8-aec1-76e6282e8e6f/mbid-8474cbe3-3e87-4eb8-aec1-76e6282e8e6f-12576355357_thumb250.jpg",
    "song": "Stand By Me",
    "track_id": "16e9e2a9-297a-40ea-9706-02c58b78a8b4",
    "recording_id": "78c0d9bf-6508-4243-ae5a-1495433b1ebc",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Faith And Grace: A Family Journey 1953-1976",
    "release_id": "8474cbe3-3e87-4eb8-aec1-76e6282e8e6f",
    "release_group_id": "a6341181-6c39-4259-b9ba-f8533a27576f",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2015-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}