Information about plays

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

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

{
    "id": 3617386,
    "uri": "https://api.kexp.org/v2/plays/3617386/?format=api",
    "airdate": "2026-02-14T12:52:34-08:00",
    "show": 65932,
    "show_uri": "https://api.kexp.org/v2/shows/65932/?format=api",
    "image_uri": "https://dn711309.ca.archive.org/0/items/mbid-7c1cca2a-4954-4569-ab58-74f198f29714/mbid-7c1cca2a-4954-4569-ab58-74f198f29714-5808354203_thumb500.jpg",
    "thumbnail_uri": "https://ia801906.us.archive.org/17/items/mbid-7c1cca2a-4954-4569-ab58-74f198f29714/mbid-7c1cca2a-4954-4569-ab58-74f198f29714-5808354203_thumb250.jpg",
    "song": "Just Like Heaven",
    "track_id": "addeb6cf-48ef-31fc-8428-d4f954379788",
    "recording_id": "958b07b6-ecd7-4e12-b7f9-76decdfa5de9",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Greatest Hits",
    "release_id": "7c1cca2a-4954-4569-ab58-74f198f29714",
    "release_group_id": "c79b731e-f6ec-3f65-9a75-ef4ac5b17a26",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Robert Smith, when he wrote this song, he told his bandmates, \"I'll never write something this good again.\"\n---\nWatch a live version: https://www.youtube.com/watch?v=N7aMZRXqOLw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}