Information about plays

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

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

{
    "id": 3570447,
    "uri": "https://api.kexp.org/v2/plays/3570447/?format=api",
    "airdate": "2025-10-27T01:55:59-07:00",
    "show": 64945,
    "show_uri": "https://api.kexp.org/v2/shows/64945/?format=api",
    "image_uri": "https://ia801005.us.archive.org/24/items/mbid-9136cf9c-5788-4561-a912-e1a90ba36b2e/mbid-9136cf9c-5788-4561-a912-e1a90ba36b2e-4479064594_thumb500.jpg",
    "thumbnail_uri": "https://ia801005.us.archive.org/24/items/mbid-9136cf9c-5788-4561-a912-e1a90ba36b2e/mbid-9136cf9c-5788-4561-a912-e1a90ba36b2e-4479064594_thumb250.jpg",
    "song": "Sandino",
    "track_id": "e1e1ed4e-a34b-3428-9dc9-baa3fd54d54d",
    "recording_id": "b0622654-4ed6-4abc-a7c3-d2eff95ad569",
    "artist": "Gonzalo Rubalcaba",
    "artist_ids": [
        "70053535-a3ae-4aad-a6cd-68c55085b843"
    ],
    "album": "The Blessing",
    "release_id": "9136cf9c-5788-4561-a912-e1a90ba36b2e",
    "release_group_id": "81654050-2df0-365d-ae05-d6d2c9fa8bb0",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1991-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paying tribute to the great Jack DeJohnette, featured on this Blue Note Session with the Cuban Pianist Gonzalo Rubalcaba, Charlie Haden on Bass & Jack On Drums",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}