Information about plays

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

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

{
    "id": 3639468,
    "uri": "https://api.kexp.org/v2/plays/3639468/?format=api",
    "airdate": "2026-04-08T13:13:30-07:00",
    "show": 66400,
    "show_uri": "https://api.kexp.org/v2/shows/66400/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk in the Park",
    "track_id": "7139cde5-b994-35a6-b29b-0dfea2262d5a",
    "recording_id": "48395f1e-f818-4924-8497-d556c6de5b94",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Live at KEXP, Volume Six",
    "release_id": "0d36eb0d-d216-4695-b747-3dc9887d8d38",
    "release_group_id": "e7de0f54-fef9-4d7c-a741-d804f79ce71a",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2010-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In a matter of time it would slip from my mind\nIn and out of my life, you would slip from my mind\nIn a matter of time...\"\n\nThis song by Victoria Legrand and Alex Scally describes what you do and how you feel after the loss of someone you love: https://genius.com/Beach-house-walk-in-the-park-lyrics\n--\nWatch a live performance: https://www.youtube.com/watch?v=g1RWEcARUF4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}