Information about plays

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

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

{
    "id": 3618165,
    "uri": "https://api.kexp.org/v2/plays/3618165/?format=api",
    "airdate": "2026-02-16T05:28:39-08:00",
    "show": 65948,
    "show_uri": "https://api.kexp.org/v2/shows/65948/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-a8d724e0-feca-4ab0-808d-4fb22a7cee9d/mbid-a8d724e0-feca-4ab0-808d-4fb22a7cee9d-43858389682_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-a8d724e0-feca-4ab0-808d-4fb22a7cee9d/mbid-a8d724e0-feca-4ab0-808d-4fb22a7cee9d-43858389682_thumb250.jpg",
    "song": "(The Angels Wanna Wear My) Red Shoes",
    "track_id": "562cd7f6-2d22-3c3f-b302-624af90b45bf",
    "recording_id": "90e9dad7-f3f1-428e-9d7c-014916cb97df",
    "artist": "Elvis Costello",
    "artist_ids": [
        "8a338e06-d182-46f2-bd16-30a09bc840ba"
    ],
    "album": "My Aim Is True",
    "release_id": "88cc1952-cf05-3af8-b576-055a42e6757e",
    "release_group_id": "c7a4740f-2729-3895-8498-08c521886a95",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"(The Angels Wanna Wear My) Red Shoes\" is a song written and recorded by Elvis Costello for his 1977 debut album My Aim Is True. Written by Costello on a train ride to Liverpool in 1976, the song features lyrics, according to Costello, about \"romantic disappointment.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}