Information about plays

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

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

{
    "id": 3583967,
    "uri": "https://api.kexp.org/v2/plays/3583967/?format=api",
    "airdate": "2025-11-28T06:32:49-08:00",
    "show": 65229,
    "show_uri": "https://api.kexp.org/v2/shows/65229/?format=api",
    "image_uri": "https://coverartarchive.org/release/358b9c0b-8d75-44bd-943d-1778490573bd/41691534134-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/358b9c0b-8d75-44bd-943d-1778490573bd/41691534134-250.jpg",
    "song": "I Second That Emotion",
    "track_id": null,
    "recording_id": "e082b140-5a61-40f8-b17c-e9dbfb27797b",
    "artist": "The Supremes, The Temptations",
    "artist_ids": [],
    "album": "Diana Ross & The Supremes Join The Temptations",
    "release_id": null,
    "release_group_id": "3e89cff4-57b8-34d7-ac88-cbce85e3b544",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1968-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}