Information about plays

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

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

{
    "id": 3576745,
    "uri": "https://api.kexp.org/v2/plays/3576745/?format=api",
    "airdate": "2025-11-11T07:28:42-08:00",
    "show": 65080,
    "show_uri": "https://api.kexp.org/v2/shows/65080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Her Turn to Speak",
    "track_id": "7e58665c-835b-4b5a-82c6-c49e7a46bde4",
    "recording_id": "01a6c25e-308e-4406-bbe8-7a177b021adf",
    "artist": "Leanne Betasamosake Simpson",
    "artist_ids": [
        "5c09dcfe-52ba-46f5-b248-92fb846dbfba"
    ],
    "album": "Live Like The Sky",
    "release_id": "1e32f262-e0b3-4307-bd19-0ea6a78a87d7",
    "release_group_id": "0b055ceb-0464-4ae4-ad57-ad61f2c4857d",
    "labels": [
        "You've Changed Records"
    ],
    "label_ids": [
        "ca792f70-e07f-45a1-998e-45e89b8a6be8"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leanne's new album Live Like The Sky is available on digital, CD, and vinyl: https://leannesimpson.bandcamp.com/album/live-like-the-sky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}