Information about plays

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

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

{
    "id": 3545237,
    "uri": "https://api.kexp.org/v2/plays/3545237/?format=api",
    "airdate": "2025-08-26T22:38:48-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/dbcf26b5-56ec-4691-abf0-f1b419dd0310/1242796096-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dbcf26b5-56ec-4691-abf0-f1b419dd0310/1242796096-250.jpg",
    "song": "Rose Rouge (radio edit)",
    "track_id": null,
    "recording_id": "535645bd-96a9-4720-a3d7-154dfa327ef9",
    "artist": "St. Germain",
    "artist_ids": [
        "9a04dc8c-82f1-457a-a25a-3ff19e1b471e"
    ],
    "album": "Rose rouge",
    "release_id": null,
    "release_group_id": "92c5b97c-a986-4a27-bee1-058e7c72b192",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut Songs feature! French band. https://www.stgermain-music.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}