Information about plays

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

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

{
    "id": 3658565,
    "uri": "https://api.kexp.org/v2/plays/3658565/?format=api",
    "airdate": "2026-05-23T16:31:29-07:00",
    "show": 66795,
    "show_uri": "https://api.kexp.org/v2/shows/66795/?format=api",
    "image_uri": "https://dn710001.ca.archive.org/0/items/mbid-b19a8187-2f77-4714-8694-070ccf8351f0/mbid-b19a8187-2f77-4714-8694-070ccf8351f0-31687694434_thumb500.jpg",
    "thumbnail_uri": "https://dn710001.ca.archive.org/0/items/mbid-b19a8187-2f77-4714-8694-070ccf8351f0/mbid-b19a8187-2f77-4714-8694-070ccf8351f0-31687694434_thumb250.jpg",
    "song": "The Last Goodbye",
    "track_id": "bd19ed21-25fc-41fd-bdc3-53b02a97b087",
    "recording_id": "24c24d53-c7b9-47bc-a0c9-6bae83398a85",
    "artist": "ODESZA feat. Bettye LaVette",
    "artist_ids": [
        "af558762-abed-4f46-8324-34fc51f57b2b",
        "2e222fce-02ae-4221-b1c6-3c3242b423b6"
    ],
    "album": "The Last Goodbye",
    "release_id": "b19a8187-2f77-4714-8694-070ccf8351f0",
    "release_group_id": "36c3f7d4-ccb5-43a9-836f-262601d2fde2",
    "labels": [
        "Foreign Family Collective"
    ],
    "label_ids": [
        "f500dd0b-9363-4726-8e30-3b1da1524458"
    ],
    "release_date": "2022-02-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this Live on KEXP performance from ODESZA in 2017! https://www.youtube.com/watch?v=aGVU_1Udhrs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}