Information about plays

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

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

{
    "id": 3553885,
    "uri": "https://api.kexp.org/v2/plays/3553885/?format=api",
    "airdate": "2025-09-16T19:43:33-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Stop (Original Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "dOP",
    "artist_ids": [
        "3b39063e-45c1-4f6c-b9ca-776c5055fe64"
    ],
    "album": "Don't Stop",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coming out of France, dOP have been on a journey that has travelled from sweat-drenched saloons to the most prestigious of establishments since they first hit the road back in 2007, more than a thousand shows around the world. Here, you're getting a taste of their reimagined version of the classic Michael Jackson tune, \"Don't Stop Til You Get Enough\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}