Information about plays

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

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

{
    "id": 3554427,
    "uri": "https://api.kexp.org/v2/plays/3554427/?format=api",
    "airdate": "2025-09-18T02:34:35-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4de06d8-ec13-3d7e-abf0-42509a1c31f6/15723924280-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4de06d8-ec13-3d7e-abf0-42509a1c31f6/15723924280-250.jpg",
    "song": "Watermelon Man",
    "track_id": null,
    "recording_id": "8d0717d5-f64a-473c-84f7-2060fccdc44c",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Takin’ Off",
    "release_id": null,
    "release_group_id": "b481d115-5b42-316b-a525-c669c762c73b",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1962-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}