Information about plays

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

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

{
    "id": 3573830,
    "uri": "https://api.kexp.org/v2/plays/3573830/?format=api",
    "airdate": "2025-11-04T08:13:37-08:00",
    "show": 65020,
    "show_uri": "https://api.kexp.org/v2/shows/65020/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1d8e7d4-5a5f-40f7-b9c0-16848fb26cdf/1916522774-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1d8e7d4-5a5f-40f7-b9c0-16848fb26cdf/1916522774-250.jpg",
    "song": "Sea of Sin (Tonal mix)",
    "track_id": null,
    "recording_id": "cf36b3ff-994e-4969-afc8-6493bdce81bb",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "World in My Eyes",
    "release_id": null,
    "release_group_id": "12ee5910-0d55-3fa8-ba24-637670934bdd",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1990-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sea Of Sin (Tonal Mix)\" is a song produced during the recording of the 1990 album Violator by Depeche Mode. It was released as a B-side to the single \"World In My Eyes\" on September 17th, 1990. The \"Tonal Mix\" is the original version of the song. \nhttps://dmlive.wiki/wiki/Sea_Of_Sin_(Tonal_Mix)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}