Information about plays

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

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

{
    "id": 3543441,
    "uri": "https://api.kexp.org/v2/plays/3543441/?format=api",
    "airdate": "2025-08-22T19:17:56-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/f232dbb5-875c-4122-b853-954852005be6/19135773793-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f232dbb5-875c-4122-b853-954852005be6/19135773793-250.jpg",
    "song": "The Bottle",
    "track_id": null,
    "recording_id": "8160418f-e470-488d-9e33-73f88db95596",
    "artist": "Joe Bataan",
    "artist_ids": [
        "de7d54d7-0fce-4fb9-84f0-6fee794335d2"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bataan Nitollano, also known as Joe Bataan is a Filipino and American Latin soul singer, songwriter and musician best known world-wide and in the Hispanic and Latino music scene as the \"King of Latin Soul\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}