Information about plays

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

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

{
    "id": 3564310,
    "uri": "https://api.kexp.org/v2/plays/3564310/?format=api",
    "airdate": "2025-10-12T19:17:27-07:00",
    "show": 64818,
    "show_uri": "https://api.kexp.org/v2/shows/64818/?format=api",
    "image_uri": "https://coverartarchive.org/release/dee1f517-383a-43ed-b33a-126828e455b7/25865134039-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dee1f517-383a-43ed-b33a-126828e455b7/25865134039-250.jpg",
    "song": "Shifting Gears",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny “Hammond” Smith",
    "artist_ids": [
        "af8a8ede-2c56-469e-9069-463218595f85"
    ],
    "album": "Gears",
    "release_id": null,
    "release_group_id": "e199f355-ed97-381b-969c-812363186252",
    "labels": [
        "Milestone"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz keyboardist Johnny \"Hammond\" Smith released \"Shifting Gears\" in the 1975 album Gears, produced by Larry and Fonce Mizell with the Milestone label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}