Information about plays

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

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

{
    "id": 3621795,
    "uri": "https://api.kexp.org/v2/plays/3621795/?format=api",
    "airdate": "2026-02-24T17:55:51-08:00",
    "show": 66021,
    "show_uri": "https://api.kexp.org/v2/shows/66021/?format=api",
    "image_uri": "https://dn711205.ca.archive.org/0/items/mbid-ba8d0528-07be-3ef8-8cd1-6793f342a96c/mbid-ba8d0528-07be-3ef8-8cd1-6793f342a96c-11743278960_thumb500.jpg",
    "thumbnail_uri": "https://dn711205.ca.archive.org/0/items/mbid-ba8d0528-07be-3ef8-8cd1-6793f342a96c/mbid-ba8d0528-07be-3ef8-8cd1-6793f342a96c-11743278960_thumb250.jpg",
    "song": "Bastards of Young",
    "track_id": "274f10ec-bb77-31bd-ab12-d992fe5c25cb",
    "recording_id": "d342bcd3-bda3-4050-8c66-60f885e05f2f",
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Tim",
    "release_id": "ba8d0528-07be-3ef8-8cd1-6793f342a96c",
    "release_group_id": "ecae37b3-42f2-396d-a2d6-b614c1c41da3",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Rafael, by request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}