Information about plays

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

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

{
    "id": 3539501,
    "uri": "https://api.kexp.org/v2/plays/3539501/?format=api",
    "airdate": "2025-08-13T07:03:49-07:00",
    "show": 64277,
    "show_uri": "https://api.kexp.org/v2/shows/64277/?format=api",
    "image_uri": "https://ia800809.us.archive.org/30/items/mbid-026312fe-cec5-3ea8-9408-3ebc665b6985/mbid-026312fe-cec5-3ea8-9408-3ebc665b6985-26159364280_thumb500.jpg",
    "thumbnail_uri": "https://ia800809.us.archive.org/30/items/mbid-026312fe-cec5-3ea8-9408-3ebc665b6985/mbid-026312fe-cec5-3ea8-9408-3ebc665b6985-26159364280_thumb250.jpg",
    "song": "Exit",
    "track_id": "b73a20be-5cf0-3ce0-abc5-d04eb8a47891",
    "recording_id": "2ae8cff8-c2d0-44e5-a487-ac973b6ea9b8",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Joshua Tree",
    "release_id": "026312fe-cec5-3ea8-9408-3ebc665b6985",
    "release_group_id": "6f3e9fa6-be7a-3de8-a2b2-2072ece8a54d",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We continue playing every song off of this amazing album this week.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}