Information about plays

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

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

{
    "id": 3611088,
    "uri": "https://api.kexp.org/v2/plays/3611088/?format=api",
    "airdate": "2026-01-30T15:22:17-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "https://ia601903.us.archive.org/26/items/mbid-30ca7bca-920d-4ab5-b06d-19c233f873f7/mbid-30ca7bca-920d-4ab5-b06d-19c233f873f7-41633844132_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/26/items/mbid-30ca7bca-920d-4ab5-b06d-19c233f873f7/mbid-30ca7bca-920d-4ab5-b06d-19c233f873f7-41633844132_thumb250.jpg",
    "song": "When a Fire Starts to Burn",
    "track_id": "5dc3b3ed-c396-47e2-9184-2b0db18fc1a5",
    "recording_id": "0339c26e-5ad8-4f37-94a1-86460b160570",
    "artist": "Disclosure",
    "artist_ids": [
        "ae65c507-d9a0-4d42-9a6c-2b1f82158b9f"
    ],
    "album": "Settle",
    "release_id": "30ca7bca-920d-4ab5-b06d-19c233f873f7",
    "release_group_id": "cefd427e-185e-4a94-a6a9-a03d8a53b60a",
    "labels": [
        "Universal Island Records"
    ],
    "label_ids": [
        "c9df30c6-3a4f-49c1-ad50-53f6a67672da"
    ],
    "release_date": "2013-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}