Information about plays

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

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

{
    "id": 3580574,
    "uri": "https://api.kexp.org/v2/plays/3580574/?format=api",
    "airdate": "2025-11-20T08:15:38-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "https://ia601302.us.archive.org/5/items/mbid-4db99dc6-0196-4e41-8f94-06702668636d/mbid-4db99dc6-0196-4e41-8f94-06702668636d-43356277610_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/5/items/mbid-4db99dc6-0196-4e41-8f94-06702668636d/mbid-4db99dc6-0196-4e41-8f94-06702668636d-43356277610_thumb250.jpg",
    "song": "Tourist Mind",
    "track_id": "7653820e-320f-4389-8b87-103a39a0423d",
    "recording_id": "97559592-a906-4d27-9e8b-2c78904839fe",
    "artist": "Miss Grit",
    "artist_ids": [
        "a9cff714-1ff7-4b50-a800-5b43357e5c72"
    ],
    "album": "Tourist Mind",
    "release_id": "4db99dc6-0196-4e41-8f94-06702668636d",
    "release_group_id": "33b2bf42-bbac-4a8a-8271-957913474d9e",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2025-10-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Brooklyn, NY-based artist Miss Grit! \"Miss Grit (aka Margaret Sohn). With ‘Tourist Mind’, they meditate on the idea of self-erasure, and embrace the power and intimacy of self-reliance and solitude...n stuff.\nhttps://missgrit.bandcamp.com/album/tourist-mind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}