Information about plays

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

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

{
    "id": 3543620,
    "uri": "https://api.kexp.org/v2/plays/3543620/?format=api",
    "airdate": "2025-08-23T05:15:09-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia801208.us.archive.org/19/items/mbid-8ce44ea3-fff1-4a12-9e9c-2fee1e736e55/mbid-8ce44ea3-fff1-4a12-9e9c-2fee1e736e55-12479934603_thumb500.jpg",
    "thumbnail_uri": "https://ia801208.us.archive.org/19/items/mbid-8ce44ea3-fff1-4a12-9e9c-2fee1e736e55/mbid-8ce44ea3-fff1-4a12-9e9c-2fee1e736e55-12479934603_thumb250.jpg",
    "song": "Temperance",
    "track_id": "9dd4ee28-ba05-406b-bb40-4552ed8706d0",
    "recording_id": "98572864-f25d-49ec-bcdc-a7b06dd91aec",
    "artist": "Chandos",
    "artist_ids": [
        "361f4699-56f2-4d56-b345-f5740c7f2d0a"
    ],
    "album": "Rats In Your Bed",
    "release_id": "8ce44ea3-fff1-4a12-9e9c-2fee1e736e55",
    "release_group_id": "72e86696-1629-428e-99c9-cf0c3102ee51",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2015-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}