Information about plays

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

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

{
    "id": 3543173,
    "uri": "https://api.kexp.org/v2/plays/3543173/?format=api",
    "airdate": "2025-08-22T05:07:49-07:00",
    "show": 64353,
    "show_uri": "https://api.kexp.org/v2/shows/64353/?format=api",
    "image_uri": "https://ia903104.us.archive.org/5/items/mbid-b50c0593-bcae-488b-ba06-6104b0ede5d7/mbid-b50c0593-bcae-488b-ba06-6104b0ede5d7-19827798672_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/5/items/mbid-b50c0593-bcae-488b-ba06-6104b0ede5d7/mbid-b50c0593-bcae-488b-ba06-6104b0ede5d7-19827798672_thumb250.jpg",
    "song": "Mirror in the Bathroom",
    "track_id": "a2aad507-1751-4dca-af87-05e9360bb382",
    "recording_id": "0abd2d6a-300b-4810-b24b-0829c4ddeec0",
    "artist": "The Beat",
    "artist_ids": [
        "9727e632-c228-47f8-a7ae-398df94f00c7"
    ],
    "album": "The Beat Goes On",
    "release_id": "b50c0593-bcae-488b-ba06-6104b0ede5d7",
    "release_group_id": "8d70ab97-f724-457f-b359-14a9659772a0",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The classic English Beat song was also featured on the Grosse Point Blank soundtrack. \n--\n \"Mirror in the Bathroom\" is a single by British ska band the Beat released as a single in 1980 from their debut studio album \"I Just Can't Stop It.\" - http://englishbeat.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}