Information about plays

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

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

{
    "id": 3545677,
    "uri": "https://api.kexp.org/v2/plays/3545677/?format=api",
    "airdate": "2025-08-28T00:27:05-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://ia801908.us.archive.org/25/items/mbid-229cd073-5ffc-4dae-9e00-3fd573414379/mbid-229cd073-5ffc-4dae-9e00-3fd573414379-4233681873_thumb500.jpg",
    "thumbnail_uri": "https://ia801908.us.archive.org/25/items/mbid-229cd073-5ffc-4dae-9e00-3fd573414379/mbid-229cd073-5ffc-4dae-9e00-3fd573414379-4233681873_thumb250.jpg",
    "song": "Mirror in the Bathroom",
    "track_id": "c148af91-61c6-346b-813f-99a12d959bf5",
    "recording_id": "0abd2d6a-300b-4810-b24b-0829c4ddeec0",
    "artist": "The Beat",
    "artist_ids": [
        "9727e632-c228-47f8-a7ae-398df94f00c7"
    ],
    "album": "I Just Can't Stop It",
    "release_id": "a7a55a2b-bac7-430a-80d7-527e05b694e9",
    "release_group_id": "114cb3a9-9732-3f59-8a46-73cc65a47d16",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}