Information about plays

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

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

{
    "id": 3598235,
    "uri": "https://api.kexp.org/v2/plays/3598235/?format=api",
    "airdate": "2025-12-31T01:12:26-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "https://ia800708.us.archive.org/0/items/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5-5270052042_thumb500.jpg",
    "thumbnail_uri": "https://ia800708.us.archive.org/0/items/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5-5270052042_thumb250.jpg",
    "song": "New Year’s Day",
    "track_id": "9d5d2b61-cfe9-3133-a11f-11305fa33ab9",
    "recording_id": "3acc1d97-f143-4139-b98c-9dd7ce31dd4e",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Best of 1980–1990",
    "release_id": "59b5a40b-e2fd-3f18-a218-e8c9aae12ab5",
    "release_group_id": "6c301dbd-6ccb-3403-a6c4-6a22240a0297",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"New Year's Day\" was the first single from U2's third album, War, which got them into the mainstream which they were better prepared for than most thanks to years of touring and a band dynamic that worked very well. \"New Year's Day\" was the first U2 song to chart in America, where it reached #53.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}