Information about plays

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

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

{
    "id": 3635391,
    "uri": "https://api.kexp.org/v2/plays/3635391/?format=api",
    "airdate": "2026-03-30T01:30:54-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Arise",
    "track_id": null,
    "recording_id": "49bcb8b2-4ad2-4a67-884f-411a47610ea7",
    "artist": "Sean Wolcott",
    "artist_ids": [
        "94853530-8cb6-4fbe-8111-1c3f8c22b3c8"
    ],
    "album": "Liquid Landscapes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Clockwork"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Ode to Mizell Brothers says Sean\nhttps://seanwolcott.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}