Information about plays

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

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

{
    "id": 3641710,
    "uri": "https://api.kexp.org/v2/plays/3641710/?format=api",
    "airdate": "2026-04-13T22:00:42-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/962f5667-2e17-4f34-a235-912a1ffc344c/43315479803-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/962f5667-2e17-4f34-a235-912a1ffc344c/43315479803-250.jpg",
    "song": "Planeador",
    "track_id": null,
    "recording_id": null,
    "artist": "Soda Stereo",
    "artist_ids": [
        "3f8a5e5b-c24b-4068-9f1c-afad8829e06b"
    ],
    "album": "Comfort y Música Para Volar",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "label_ids": [],
    "release_date": "1996-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to the show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}