Information about plays

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

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

{
    "id": 3631081,
    "uri": "https://api.kexp.org/v2/plays/3631081/?format=api",
    "airdate": "2026-03-19T14:18:18-07:00",
    "show": 66223,
    "show_uri": "https://api.kexp.org/v2/shows/66223/?format=api",
    "image_uri": "https://coverartarchive.org/release/cbf171a6-162b-4fc6-8149-554dbf4312bd/42260000159-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cbf171a6-162b-4fc6-8149-554dbf4312bd/42260000159-250.jpg",
    "song": "cops and coppers",
    "track_id": null,
    "recording_id": "8df6414d-a2ac-4da5-a7fd-720d35757c25",
    "artist": "mclusky",
    "artist_ids": [
        "26860648-1c93-4849-bc52-a8541ec88219"
    ],
    "album": "the world is still here and so are we",
    "release_id": null,
    "release_group_id": "a7d6dfc5-95a3-4c63-b352-35ca48dbce78",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Welsh band will be at The Crocodile in Seattle on Thursday, March 26th, and The Chapel in SF on Monday, March 30th.\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}