Information about plays

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

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

{
    "id": 3545734,
    "uri": "https://api.kexp.org/v2/plays/3545734/?format=api",
    "airdate": "2025-08-28T04:07:36-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/21332e10-48a3-44f6-955b-834c82f69336/26450854049-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/21332e10-48a3-44f6-955b-834c82f69336/26450854049-250.jpg",
    "song": "Grateful",
    "track_id": null,
    "recording_id": "1de5636e-dac0-4db4-a7b7-0cb3b904ae5f",
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Step II",
    "release_id": null,
    "release_group_id": "a11dd6e8-d308-35c1-b248-81a2832d8ad6",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1978-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth record from the great Sylvester James, Jr..",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}