Information about plays

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

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

{
    "id": 3554538,
    "uri": "https://api.kexp.org/v2/plays/3554538/?format=api",
    "airdate": "2025-09-18T09:04:07-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia804605.us.archive.org/2/items/mbid-949c1b3a-db54-4302-90b3-ec8d0f70a45b/mbid-949c1b3a-db54-4302-90b3-ec8d0f70a45b-31068515683_thumb500.jpg",
    "thumbnail_uri": "https://ia804605.us.archive.org/2/items/mbid-949c1b3a-db54-4302-90b3-ec8d0f70a45b/mbid-949c1b3a-db54-4302-90b3-ec8d0f70a45b-31068515683_thumb250.jpg",
    "song": "Oh No",
    "track_id": "52003e52-c2b4-4e99-8742-402b1e8edf53",
    "recording_id": "9a1a9571-a8be-4e3c-a0c0-d1678b1810d1",
    "artist": "Wet Leg",
    "artist_ids": [
        "90744b3e-363a-458e-8da1-e3e392a489c4"
    ],
    "album": "Wet Leg",
    "release_id": "949c1b3a-db54-4302-90b3-ec8d0f70a45b",
    "release_group_id": "d53be2e5-fe7c-4681-85f3-960493aa02b5",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2021-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi Guys,\nWanted to share…. We saw wet leg last night in Central Park summer stage. She asked us to scream. It was about a minute’s worth of screaming in the audience and by God it was the most cathartic experience that was absolutely needed. Can I request some wet leg any song would be great?\nThanks !\nNas\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}