Information about plays

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

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

{
    "id": 3637764,
    "uri": "https://api.kexp.org/v2/plays/3637764/?format=api",
    "airdate": "2026-04-04T15:34:47-07:00",
    "show": 66366,
    "show_uri": "https://api.kexp.org/v2/shows/66366/?format=api",
    "image_uri": "https://coverartarchive.org/release/1645e0fd-cfe0-4da8-9374-f1bebeaae650/19842178187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1645e0fd-cfe0-4da8-9374-f1bebeaae650/19842178187-250.jpg",
    "song": "Glistening",
    "track_id": null,
    "recording_id": "cf2e62b3-635e-4c56-9d54-5725afd2aaae",
    "artist": "Orange 9mm",
    "artist_ids": [
        "66ae7e89-680b-4f0f-a990-8a4e0bdf3d51"
    ],
    "album": "Driver Not Included",
    "release_id": null,
    "release_group_id": "7f52ee13-6b7c-3aac-ad39-09740b21bf98",
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "0b05d7e9-fd0b-4967-92a8-a42f72e12903"
    ],
    "release_date": "1995-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This post-hardcore band was created by Chaka Malik and Chris Traynor in 1994",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}