Information about plays

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

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

{
    "id": 3578542,
    "uri": "https://api.kexp.org/v2/plays/3578542/?format=api",
    "airdate": "2025-11-15T15:44:03-08:00",
    "show": 65119,
    "show_uri": "https://api.kexp.org/v2/shows/65119/?format=api",
    "image_uri": "https://ia800708.us.archive.org/24/items/mbid-2ab68abe-3b30-4469-8770-90194d203c63/mbid-2ab68abe-3b30-4469-8770-90194d203c63-23455803069_thumb500.jpg",
    "thumbnail_uri": "https://dn721705.ca.archive.org/0/items/mbid-2ab68abe-3b30-4469-8770-90194d203c63/mbid-2ab68abe-3b30-4469-8770-90194d203c63-23455803069_thumb250.jpg",
    "song": "Salt Eyes",
    "track_id": "46bef750-ac2d-4368-a238-e8a468ef9b86",
    "recording_id": "eac7bb77-bdc2-4e73-bee8-1867345bd95c",
    "artist": "Middle Kids",
    "artist_ids": [
        "2c02eece-9832-4850-9150-b0e269f65d8b"
    ],
    "album": "Salt Eyes",
    "release_id": "2ab68abe-3b30-4469-8770-90194d203c63",
    "release_group_id": "fd5d8437-881d-4992-acdb-5c67756cf900",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2018-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch them LIVE on KEXP (2024): https://www.youtube.com/watch?v=qOpqA-_AAdg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}