Information about plays

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

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

{
    "id": 3598717,
    "uri": "https://api.kexp.org/v2/plays/3598717/?format=api",
    "airdate": "2026-01-01T06:23:30-08:00",
    "show": 65530,
    "show_uri": "https://api.kexp.org/v2/shows/65530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Year's Prayer",
    "track_id": null,
    "recording_id": "665da0b8-dcb7-4aae-b39b-9086c09839f6",
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Sketches for My Sweetheart the Drunk",
    "release_id": null,
    "release_group_id": "98dd8826-eae5-3700-957e-397bd0cf82d4",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}