Information about plays

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

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

{
    "id": 3625116,
    "uri": "https://api.kexp.org/v2/plays/3625116/?format=api",
    "airdate": "2026-03-04T06:58:20-08:00",
    "show": 66087,
    "show_uri": "https://api.kexp.org/v2/shows/66087/?format=api",
    "image_uri": "https://ia600204.us.archive.org/34/items/mbid-8511732c-0875-3186-841c-b4aaae22a128/mbid-8511732c-0875-3186-841c-b4aaae22a128-9718362360_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-8511732c-0875-3186-841c-b4aaae22a128/mbid-8511732c-0875-3186-841c-b4aaae22a128-9718362360_thumb250.jpg",
    "song": "Here Comes the Rain Again",
    "track_id": "1473112d-a0d8-3bf4-b575-101716ba2cbb",
    "recording_id": "89513079-80ff-4944-8322-3a80fea60a38",
    "artist": "Eurythmics",
    "artist_ids": [
        "b4d32cff-f19e-455f-86c4-f347d824ca61"
    ],
    "album": "Touch",
    "release_id": "8511732c-0875-3186-841c-b4aaae22a128",
    "release_group_id": "eac43114-d949-322d-b2a2-4515b824316e",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This goes out to Joseph!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}