Information about plays

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

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

{
    "id": 3544817,
    "uri": "https://api.kexp.org/v2/plays/3544817/?format=api",
    "airdate": "2025-08-25T23:00:59-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/5dd4b105-91e9-489b-819b-221ba182cb8d/3482403335-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5dd4b105-91e9-489b-819b-221ba182cb8d/3482403335-250.jpg",
    "song": "Cool Kids of Death (Underworld Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Saint Etienne",
    "artist_ids": [
        "3997d4a6-c2bd-4191-8406-eb07f0abb5d2"
    ],
    "album": "Casino Classics",
    "release_id": null,
    "release_group_id": "4fc13dc8-875a-311d-aa46-302f4c8ee89d",
    "labels": [
        "Heavenly"
    ],
    "label_ids": [],
    "release_date": "1996-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A+ Underworld remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}