Information about plays

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

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

{
    "id": 3572953,
    "uri": "https://api.kexp.org/v2/plays/3572953/?format=api",
    "airdate": "2025-11-02T04:53:09-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Stay",
    "track_id": null,
    "recording_id": "513c5965-0964-4b57-8a9b-f768048a4953",
    "artist": "Sea Lemon",
    "artist_ids": [
        "4799fba1-5a7f-4f0e-b341-90da2838fb5a"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-07-14",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": "This is a live version of \"Stay\" from Sea Lemon's in-studio performance on KEXP, which you can watch here: https://youtu.be/hnJfUiidtcc?si=oGqrrWhtwK5kl_2z",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}