Information about plays

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

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

{
    "id": 3637139,
    "uri": "https://api.kexp.org/v2/plays/3637139/?format=api",
    "airdate": "2026-04-03T04:35:30-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://coverartarchive.org/release/de3957cd-8960-4737-92be-985c62003e51/36408515563-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de3957cd-8960-4737-92be-985c62003e51/36408515563-250.jpg",
    "song": "Tres Delinquentes",
    "track_id": null,
    "recording_id": "154232e8-026b-4e59-8e19-e6d203ab48c9",
    "artist": "Delinquent Habits",
    "artist_ids": [
        "3391c453-9ff3-4b80-b756-f4cb2f2edbb8"
    ],
    "album": "Delinquent Habits",
    "release_id": null,
    "release_group_id": "3abbe987-5c08-3e08-84b4-bc8a7d8e953f",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1996-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Rafael en Peru!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}