Information about plays

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

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

{
    "id": 3539531,
    "uri": "https://api.kexp.org/v2/plays/3539531/?format=api",
    "airdate": "2025-08-13T08:57:07-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://ia600809.us.archive.org/30/items/mbid-026312fe-cec5-3ea8-9408-3ebc665b6985/mbid-026312fe-cec5-3ea8-9408-3ebc665b6985-26159364280_thumb250.jpg",
    "song": "In God’s Country",
    "track_id": "b895df10-c1ad-3d49-b629-60be136636e1",
    "recording_id": "4e148771-1a7b-4d36-90d4-5c1c8dac4f17",
    "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": "The band does not speak highly of this song. At least that is what it says in Wikipedia. The band is wrong. This song is great. Sorry U2 but that is what it is. Boom, that just happened.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}