Information about plays

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

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

{
    "id": 3640583,
    "uri": "https://api.kexp.org/v2/plays/3640583/?format=api",
    "airdate": "2026-04-11T04:48:05-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?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": "I'll Buy",
    "track_id": "e29de780-87f0-3300-8a78-b52703822aa1",
    "recording_id": "5a988ffe-e49b-4bb7-8b25-8cf63a557079",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}