Information about plays

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

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

{
    "id": 3626600,
    "uri": "https://api.kexp.org/v2/plays/3626600/?format=api",
    "airdate": "2026-03-08T00:22:16-08:00",
    "show": 66123,
    "show_uri": "https://api.kexp.org/v2/shows/66123/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac2f1ef4-32be-4608-8a56-432bdb88f41b/31569717747-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac2f1ef4-32be-4608-8a56-432bdb88f41b/31569717747-250.jpg",
    "song": "Electric Crown",
    "track_id": null,
    "recording_id": "02724ac0-6169-43f3-91a6-65ddf98a2759",
    "artist": "Testament",
    "artist_ids": [
        "05106775-5d45-4131-aecc-1177f813ba11"
    ],
    "album": "The Ritual",
    "release_id": null,
    "release_group_id": "b89b7994-03dc-3ffb-8884-a16c7eb97601",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1992-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jesse in Australia\n\nTestament is touring with Destruction and Overkill and will be performing at:\n - The Roseland Theater in Portland on March 14th\n - The UC Theater in Berkeley on April 10th\n\nhttps://www.testamentlegions.com/site/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}