Information about plays

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

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

{
    "id": 3637960,
    "uri": "https://api.kexp.org/v2/plays/3637960/?format=api",
    "airdate": "2026-04-04T23:06:59-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eurotrash",
    "track_id": null,
    "recording_id": null,
    "artist": "Chemical",
    "artist_ids": [
        "806abdfc-8824-4df5-8d0e-18b0ca21fdb1"
    ],
    "album": "EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philadelphia's Chemical released their latest single, She She in February.\n\nhttps://chemicalmusic.bandcamp.com/album/chemical\nhttps://bloody-knuckles.com/product/chemical-chemical/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}