Information about plays

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

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

{
    "id": 3638489,
    "uri": "https://api.kexp.org/v2/plays/3638489/?format=api",
    "airdate": "2026-04-06T04:33:13-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c2f533f-659c-4bb7-b6bb-479e63e11c0f/35144065016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c2f533f-659c-4bb7-b6bb-479e63e11c0f/35144065016-250.jpg",
    "song": "Don’t Save Us from the Flames",
    "track_id": null,
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Before the Dawn Heals Us",
    "release_id": null,
    "release_group_id": "ddaa2d4d-314e-3e7c-b1d0-f6d207f5aa2f",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2005-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2005 (!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}