Information about plays

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

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

{
    "id": 3632528,
    "uri": "https://api.kexp.org/v2/plays/3632528/?format=api",
    "airdate": "2026-03-22T23:03:00-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c0c437d-eef5-460a-a0d3-d51caf8596e0/38888946025-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c0c437d-eef5-460a-a0d3-d51caf8596e0/38888946025-250.jpg",
    "song": "Possibly Maybe (Lucy mix)",
    "track_id": null,
    "recording_id": "ea5fbcd5-5c9b-4acf-b078-55190a501e72",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Telegram",
    "release_id": null,
    "release_group_id": "50f51f11-2ef9-368b-8a27-9cad5f119077",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "1996-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Bjork song is remixed by Mark Bell of LFO!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}