Information about plays

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

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

{
    "id": 3597000,
    "uri": "https://api.kexp.org/v2/plays/3597000/?format=api",
    "airdate": "2025-12-28T01:54:37-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "https://coverartarchive.org/release/483acf84-0388-43c9-beb7-cbe0b6238e03/10618004411-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/483acf84-0388-43c9-beb7-cbe0b6238e03/10618004411-250.jpg",
    "song": "In the Trees",
    "track_id": null,
    "recording_id": "02cdeb80-7af4-4cf9-8cba-59b0223f0a24",
    "artist": "Funerus",
    "artist_ids": [
        "386991ff-430c-4aca-af4d-284760c68f0e"
    ],
    "album": "Festering Earth",
    "release_id": null,
    "release_group_id": "aceac256-faf6-3542-9070-c27bd9b30cdd",
    "labels": [
        "Ibex Moon Records"
    ],
    "label_ids": [
        "489027bf-7383-4f39-be11-2cd30af86863"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Jill Lisson. Founding member who played with them until their official breakup in 2022",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}