Information about plays

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

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

{
    "id": 3631745,
    "uri": "https://api.kexp.org/v2/plays/3631745/?format=api",
    "airdate": "2026-03-21T01:48:19-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/e060d04a-8635-4ed4-a545-8c2be0eba152/5659218988-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e060d04a-8635-4ed4-a545-8c2be0eba152/5659218988-250.jpg",
    "song": "Just Can’t Get Enough",
    "track_id": null,
    "recording_id": "9ef07d24-47af-40b9-898e-3d6eadb337ed",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Songs of Faith and Devotion",
    "release_id": null,
    "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": "!!! frontman said his two main influences in music were OMD and Depeche Mode",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}