Information about plays

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

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

{
    "id": 3637544,
    "uri": "https://api.kexp.org/v2/plays/3637544/?format=api",
    "airdate": "2026-04-04T03:23:15-07:00",
    "show": 66361,
    "show_uri": "https://api.kexp.org/v2/shows/66361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Newborn",
    "track_id": null,
    "recording_id": "cfe7ef5f-3732-4169-8ef1-d402b7758366",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Playing the Angel",
    "release_id": null,
    "release_group_id": "27727210-39da-369c-b717-53dac0597946",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aries is sometimes referred to as the newborn of the zodiac:  full of charm, single minded pursuits, aware only of their needs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}