Information about plays

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

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

{
    "id": 3611311,
    "uri": "https://api.kexp.org/v2/plays/3611311/?format=api",
    "airdate": "2026-01-31T06:01:27-08:00",
    "show": 65800,
    "show_uri": "https://api.kexp.org/v2/shows/65800/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c7b17d1-a5bc-3ca9-902e-dc1a58fe16d8/24700269230-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c7b17d1-a5bc-3ca9-902e-dc1a58fe16d8/24700269230-250.jpg",
    "song": "2 + 2 = 5",
    "track_id": null,
    "recording_id": "9fa7fa21-dd7a-4879-8831-fcd85e0a8427",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Hail to the Thief",
    "release_id": null,
    "release_group_id": "5c14fd50-a2f1-3672-9537-b0dad91bea2f",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2003-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}