Information about plays

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

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

{
    "id": 3523894,
    "uri": "https://api.kexp.org/v2/plays/3523894/?format=api",
    "airdate": "2025-07-07T12:34:00-07:00",
    "show": 63948,
    "show_uri": "https://api.kexp.org/v2/shows/63948/?format=api",
    "image_uri": "https://ia801906.us.archive.org/20/items/mbid-bb5ff209-9cef-45d7-97f9-00d68bae1cc7/mbid-bb5ff209-9cef-45d7-97f9-00d68bae1cc7-12576486245_thumb500.jpg",
    "thumbnail_uri": "https://ia601906.us.archive.org/20/items/mbid-bb5ff209-9cef-45d7-97f9-00d68bae1cc7/mbid-bb5ff209-9cef-45d7-97f9-00d68bae1cc7-12576486245_thumb250.jpg",
    "song": "Nothing as It Seems",
    "track_id": "7908c749-d05e-394b-87c5-51cdd44e0458",
    "recording_id": "c0a91ddb-b191-4629-8068-02f09e8784a3",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Binaural",
    "release_id": "bb5ff209-9cef-45d7-97f9-00d68bae1cc7",
    "release_group_id": "5e53fed6-a262-42f5-ae26-58a7b6cae852",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2000-05-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Pearl Jam's drummer Matt Cameron announced today that he'll be leaving the back after 27 years. 'Binaural' was the first Pearl Jam album Cameron played on as an official member. Prior to being in Pearl Jam, Cameron was a member of Soundgarden.\n\nhttps://pitchfork.com/news/matt-cameron-leaves-pearl-jam-after-27-years-as-drummer/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}