Information about plays

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

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

{
    "id": 3639433,
    "uri": "https://api.kexp.org/v2/plays/3639433/?format=api",
    "airdate": "2026-04-08T11:01:13-07:00",
    "show": 66399,
    "show_uri": "https://api.kexp.org/v2/shows/66399/?format=api",
    "image_uri": "https://ia600808.us.archive.org/31/items/mbid-23f4c1d1-fd0e-3d56-ad43-4672e462e9fb/mbid-23f4c1d1-fd0e-3d56-ad43-4672e462e9fb-1229658004_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-23f4c1d1-fd0e-3d56-ad43-4672e462e9fb/mbid-23f4c1d1-fd0e-3d56-ad43-4672e462e9fb-1229658004_thumb250.jpg",
    "song": "Two of Us",
    "track_id": "5b77d96f-4c7a-39fa-970c-88aba3c094c7",
    "recording_id": "4576371a-a0d6-4dbf-b3b7-8f1e1b58ec43",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Let It Be",
    "release_id": "79c313a5-0e50-4572-8aa6-fd0d297abd97",
    "release_group_id": "bff544a7-56e0-3ed6-9e0f-3b676cca9111",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1987-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Two of Us\" is the opening track to The Beatles' 1970 album 'Let It Be.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}