Information about plays

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

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

{
    "id": 3546826,
    "uri": "https://api.kexp.org/v2/plays/3546826/?format=api",
    "airdate": "2025-08-30T19:06:45-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay Evil",
    "track_id": "7a1a0e02-2682-4b69-83f8-dd56f94fb3dd",
    "recording_id": "b445b8ad-7a26-48cb-8034-f8af5f000e6e",
    "artist": "Black Ends",
    "artist_ids": [
        "ee88a13a-f9fd-45f0-a7dd-3551566c4976"
    ],
    "album": "Stay Evil",
    "release_id": "7eaa6084-878a-4757-863c-862927e09940",
    "release_group_id": "ab5184d1-7bfd-4e4c-ad52-adc0395f78b8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-07-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out a live performance from Black Ends at KEXP here: \n\nhttps://www.youtube.com/watch?v=eO0ThO81z2w\n \nhttps://blackends.bandcamp.com",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}