Information about plays

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

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

{
    "id": 3640596,
    "uri": "https://api.kexp.org/v2/plays/3640596/?format=api",
    "airdate": "2026-04-11T05:19:24-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://dn720702.ca.archive.org/0/items/mbid-d072989c-cb34-316f-936e-5f4bf1a5451a/mbid-d072989c-cb34-316f-936e-5f4bf1a5451a-20138430630_thumb500.jpg",
    "thumbnail_uri": "https://dn720702.ca.archive.org/0/items/mbid-d072989c-cb34-316f-936e-5f4bf1a5451a/mbid-d072989c-cb34-316f-936e-5f4bf1a5451a-20138430630_thumb250.jpg",
    "song": "Fast Food",
    "track_id": "9c7828b9-ec21-31d0-8de9-2a1da4e88385",
    "recording_id": "cae6a7bf-1e11-4a08-999f-40c15cbaea57",
    "artist": "Richard Thompson",
    "artist_ids": [
        "ecfeacaf-0399-470f-8207-d1c646569fd0"
    ],
    "album": "Mirror Blue",
    "release_id": "d072989c-cb34-316f-936e-5f4bf1a5451a",
    "release_group_id": "4c0f5423-15b2-3fc3-a31c-8c6b175a537e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}