Information about plays

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

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

{
    "id": 3545159,
    "uri": "https://api.kexp.org/v2/plays/3545159/?format=api",
    "airdate": "2025-08-26T17:53:59-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://ia800204.us.archive.org/12/items/mbid-144b763d-6ac9-433e-9d18-777b6636752a/mbid-144b763d-6ac9-433e-9d18-777b6636752a-42271788950_thumb500.jpg",
    "thumbnail_uri": "https://dn721205.ca.archive.org/0/items/mbid-144b763d-6ac9-433e-9d18-777b6636752a/mbid-144b763d-6ac9-433e-9d18-777b6636752a-42271788950_thumb250.jpg",
    "song": "Alright Alright Alright",
    "track_id": "7eb2af7a-868e-4df9-9f01-738f8bea07b7",
    "recording_id": "a2493dc6-4bfb-4cd4-ab8a-f840269152be",
    "artist": "Westside Cowboy",
    "artist_ids": [
        "243e9a4d-f824-4ec2-8967-09907f954c56"
    ],
    "album": "This Better Be Something Great",
    "release_id": "144b763d-6ac9-433e-9d18-777b6636752a",
    "release_group_id": "232d579c-a23e-4c0f-a350-6a9ddf15f60d",
    "labels": [
        "Heist or Hit Records"
    ],
    "label_ids": [
        "0bc2b9b6-40ed-42ba-935b-87633cd1a236"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Westside Cowboy were this year's winners of the Glastonbury Emerging Talent Competition. You can read more about the band here: \nhttps://tinyurl.com/ypj8f5pr\nhttps://westsidecowboy.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}