Information about plays

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

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

{
    "id": 3598455,
    "uri": "https://api.kexp.org/v2/plays/3598455/?format=api",
    "airdate": "2025-12-31T13:27:30-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "CURIOUS",
    "track_id": "9dcd0edf-9ff7-4887-a689-9b21841edac5",
    "recording_id": "ea97062d-e503-469d-9c8e-620936336b1d",
    "artist": "Sam Gellaitry feat. Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed",
        "d5f6180d-4ea6-46b1-bf21-f8d8c92c73c5"
    ],
    "album": "ANYWHERE HERE IS PERFECT",
    "release_id": "79a5254d-3ead-4ff0-80b6-98c6fb74caca",
    "release_group_id": "30a7142f-3b56-4310-a8b7-55666d83f09b",
    "labels": [
        "Warner Records",
        "Major Recordings"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe",
        "f0327acd-d618-45d0-9c1d-3f8d71bd34c2"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scottish producer Sam Gellaitry featured Toro y Moi (Chaz Bear) on this addictive single from his debut album, released last November.: https://www.noise11.com/news/sam-gellaitry-anywhere-here-is-perfect-album-20251107",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}