Information about plays

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

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

{
    "id": 3566517,
    "uri": "https://api.kexp.org/v2/plays/3566517/?format=api",
    "airdate": "2025-10-17T22:18:03-07:00",
    "show": 64861,
    "show_uri": "https://api.kexp.org/v2/shows/64861/?format=api",
    "image_uri": "https://coverartarchive.org/release/0783d66d-7d48-4a80-86b6-0044eade0315/14969678377-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0783d66d-7d48-4a80-86b6-0044eade0315/14969678377-250.jpg",
    "song": "Can't Hide Love",
    "track_id": null,
    "recording_id": "9f98df06-d1b5-4d92-8a68-097db13228ed",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Live at the Jazz Cafe, London",
    "release_id": null,
    "release_group_id": "b53f2dbe-9eaa-3e79-9cbc-3ce06c3e9f5c",
    "labels": [
        "EMI Music Japan Inc."
    ],
    "label_ids": [
        "753a8b77-b328-4618-addb-4d8243c0bf5e"
    ],
    "release_date": "1996-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a very hard song to cover and D'Angelo bodied it. https://en.wikipedia.org/wiki/You_Can%27t_Hide_Love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}