Information about plays

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

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

{
    "id": 3541170,
    "uri": "https://api.kexp.org/v2/plays/3541170/?format=api",
    "airdate": "2025-08-17T10:07:53-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/1deff767-a2c9-4446-8ae8-6df6a3f6d3ea/27132404510-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1deff767-a2c9-4446-8ae8-6df6a3f6d3ea/27132404510-250.jpg",
    "song": "Shell Game",
    "track_id": null,
    "recording_id": "66ba8968-c8cd-432a-9adf-a15fadcfdc6d",
    "artist": "Jerry Jeff Walker",
    "artist_ids": [
        "3faa019a-ad91-4ddf-87d5-fdcbdfd8327c"
    ],
    "album": "Driftin' Way of Life",
    "release_id": null,
    "release_group_id": "5ba335c1-5b35-395c-bd6e-c43367538b2f",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The NY-born singer-songwriter wrote Mr Bojangles before moving to Austin, TX where he found his own outlaw country sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}