Information about plays

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

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

{
    "id": 3576238,
    "uri": "https://api.kexp.org/v2/plays/3576238/?format=api",
    "airdate": "2025-11-10T00:52:22-08:00",
    "show": 65069,
    "show_uri": "https://api.kexp.org/v2/shows/65069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Callas Went Away",
    "track_id": null,
    "recording_id": "cdff6618-21cc-45fe-a64d-31f0a72c5c52",
    "artist": "Enigma",
    "artist_ids": [
        "f1d1df24-91af-4d27-83a4-9b4ad29b37eb"
    ],
    "album": "The Voice of Enigma",
    "release_id": null,
    "release_group_id": "b3a1073a-cf29-38fb-ae88-eda0ce1db360",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}