Information about plays

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

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

{
    "id": 3561947,
    "uri": "https://api.kexp.org/v2/plays/3561947/?format=api",
    "airdate": "2025-10-06T07:08:37-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia600606.us.archive.org/5/items/mbid-13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44/mbid-13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44-20967138423_thumb500.jpg",
    "thumbnail_uri": "https://ia800606.us.archive.org/5/items/mbid-13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44/mbid-13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44-20967138423_thumb250.jpg",
    "song": "Mercy in You",
    "track_id": "85b2c0cd-8f60-308a-8e39-0d1597a8e2ea",
    "recording_id": "8c80b4c4-b9ff-4c82-be1b-5379b20eb794",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Songs of Faith and Devotion",
    "release_id": "13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44",
    "release_group_id": "e171597d-e6d5-36c8-8d0e-63daf79796b8",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1993-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#611 on your countdown of the greatest albums of all-time. https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}