Information about plays

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

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

{
    "id": 3575940,
    "uri": "https://api.kexp.org/v2/plays/3575940/?format=api",
    "airdate": "2025-11-09T08:34:33-08:00",
    "show": 65063,
    "show_uri": "https://api.kexp.org/v2/shows/65063/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Split Voices",
    "track_id": null,
    "recording_id": null,
    "artist": "Arnold Kasar",
    "artist_ids": [
        "1bdb0f9a-53fb-44c5-9b7a-effbd0c0ee0e"
    ],
    "album": "Spring Songs",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Curious Music"
    ],
    "label_ids": [
        "a847be52-f977-4b4e-b761-3b81598ae2ff"
    ],
    "release_date": "2025-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dreamy closing tune off the brand new EP from Chinese artist COLA REN ~ https://colaren.bandcamp.com/album/mekong-ballad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}