Information about plays

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

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

{
    "id": 3595013,
    "uri": "https://api.kexp.org/v2/plays/3595013/?format=api",
    "airdate": "2025-12-23T18:23:30-08:00",
    "show": 65458,
    "show_uri": "https://api.kexp.org/v2/shows/65458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reverberations",
    "track_id": null,
    "recording_id": null,
    "artist": "ĠENN",
    "artist_ids": [
        "ce4d52e4-2383-4086-ac93-890ebe0b9d81"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Brighton's ĠENN. This single is the band's first new music since their debut LP in 2023. \nhttps://genntheband.bandcamp.com/track/reverberations-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}