Information about plays

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

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

{
    "id": 3500224,
    "uri": "https://api.kexp.org/v2/plays/3500224/?format=api",
    "airdate": "2025-05-12T01:03:21-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/ebc2bf40-1ee9-4fbf-905d-48ad6c441d33/13932823890-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ebc2bf40-1ee9-4fbf-905d-48ad6c441d33/13932823890-250.jpg",
    "song": "Equipoise",
    "track_id": null,
    "recording_id": "0b9ef6b2-b19e-4bb6-9a3a-54e34e92ee95",
    "artist": "Stanley Cowell",
    "artist_ids": [
        "a569ac3b-f21b-4773-84a6-f180a2b2aaf0"
    ],
    "album": "Musa: Ancestral Streams",
    "release_id": null,
    "release_group_id": "c513d574-b77a-46ab-954b-b0fd9bff6ee5",
    "labels": [
        "Strata-East"
    ],
    "label_ids": [
        "c83e07b1-3b95-4b6a-a4b8-a094e013cbdb"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beautiful solo album by the great Stanley Cowell on this recently reissued long lost gem Musa: Ancestroal Streams album on Strata East",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}