Information about plays

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

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

{
    "id": 3638691,
    "uri": "https://api.kexp.org/v2/plays/3638691/?format=api",
    "airdate": "2026-04-06T16:41:17-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poursuite (Version 2)",
    "track_id": null,
    "recording_id": "fe10f916-9a39-45be-ab28-d7a61471ac5d",
    "artist": "Martial Solal",
    "artist_ids": [
        "13b00208-fff9-4dbd-bfc1-f769c182fbf8"
    ],
    "album": "À bout de souffle - Bande sonore originale",
    "release_id": null,
    "release_group_id": "5cc3d327-7332-4df9-8af4-a292297d51e7",
    "labels": [
        "Doxy"
    ],
    "label_ids": [
        "ab5ea53c-eb3a-44ff-8ecd-e9ede902fcc7"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}