Information about plays

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

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

{
    "id": 3590833,
    "uri": "https://api.kexp.org/v2/plays/3590833/?format=api",
    "airdate": "2025-12-14T00:28:03-08:00",
    "show": 65373,
    "show_uri": "https://api.kexp.org/v2/shows/65373/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a92cd5e-6eab-4c81-a0ae-23300be56b12/41296296119-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a92cd5e-6eab-4c81-a0ae-23300be56b12/41296296119-250.jpg",
    "song": "Spiritual Healing",
    "track_id": null,
    "recording_id": "e676c700-51b4-4bfd-bc2b-116446d6c6a1",
    "artist": "Death",
    "artist_ids": [
        "dbb3b771-ae77-4381-b61c-758b5b7898ec"
    ],
    "album": "Spiritual Healing",
    "release_id": null,
    "release_group_id": "ecc036f3-d7c6-3594-a19f-e6ca76c15f29",
    "labels": [
        "Combat"
    ],
    "label_ids": [
        "c3549b1e-57cb-4669-a4f7-ed3eec251984"
    ],
    "release_date": "1990-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The pivotal third album! Featuring James Murphy on guitars!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}