Information about plays

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

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

{
    "id": 3602163,
    "uri": "https://api.kexp.org/v2/plays/3602163/?format=api",
    "airdate": "2026-01-09T08:12:52-08:00",
    "show": 65602,
    "show_uri": "https://api.kexp.org/v2/shows/65602/?format=api",
    "image_uri": "https://ia801205.us.archive.org/26/items/mbid-ec37919f-d402-4dc4-8f8b-ef708443cf75/mbid-ec37919f-d402-4dc4-8f8b-ef708443cf75-11291280064_thumb500.jpg",
    "thumbnail_uri": "https://ia601205.us.archive.org/26/items/mbid-ec37919f-d402-4dc4-8f8b-ef708443cf75/mbid-ec37919f-d402-4dc4-8f8b-ef708443cf75-11291280064_thumb250.jpg",
    "song": "Waiting on a Friend",
    "track_id": "317842b4-96bd-4ff4-907b-3abfef800587",
    "recording_id": "41fbb4bc-9a89-4f65-9e55-19cf6298fb8b",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Tattoo You",
    "release_id": "ec37919f-d402-4dc4-8f8b-ef708443cf75",
    "release_group_id": "fdbc4f51-817d-33ab-af9f-4bcc22286932",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss the chapeau on Mick's head as he's \"standing in a doorway,\" waiting for cigarette-smoking Keith.: https://www.youtube.com/watch?v=MKLVmBOOqVU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}