Information about plays

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

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

{
    "id": 3540962,
    "uri": "https://api.kexp.org/v2/plays/3540962/?format=api",
    "airdate": "2025-08-16T22:13:24-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shapes and Forms",
    "track_id": null,
    "recording_id": null,
    "artist": "Eddy Current Suppression Ring",
    "artist_ids": [
        "eae4431e-0880-4df6-82b1-ec446f413b02"
    ],
    "album": "7\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cool Death Records"
    ],
    "label_ids": [
        "671c9d97-f94f-4d01-8920-a51cc2c5394c"
    ],
    "release_date": "2025-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out the music video for this song via Bandcamp:\n\nhttps://eddycurrentsuppressionring.bandcamp.com/album/shapes-and-forms",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}