Information about plays

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

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

{
    "id": 3599956,
    "uri": "https://api.kexp.org/v2/plays/3599956/?format=api",
    "airdate": "2026-01-04T02:15:33-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?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": "Living Monstrosity",
    "track_id": null,
    "recording_id": "a00011a2-a9b4-4385-a378-8df63df51cf4",
    "artist": "Death",
    "artist_ids": [
        "dbb3b771-ae77-4381-b61c-758b5b7898ec"
    ],
    "album": "Spiritual Healing",
    "release_id": null,
    "release_group_id": "ecc036f3-d7c6-3594-a19f-e6ca76c15f29",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "1990-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}