Information about plays

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

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

{
    "id": 3632360,
    "uri": "https://api.kexp.org/v2/plays/3632360/?format=api",
    "airdate": "2026-03-22T13:00:02-07:00",
    "show": 66251,
    "show_uri": "https://api.kexp.org/v2/shows/66251/?format=api",
    "image_uri": "https://ia903100.us.archive.org/17/items/mbid-68190b0f-7c96-48bd-8283-702e3fd6524f/mbid-68190b0f-7c96-48bd-8283-702e3fd6524f-21822651645_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-68190b0f-7c96-48bd-8283-702e3fd6524f/mbid-68190b0f-7c96-48bd-8283-702e3fd6524f-21822651645_thumb250.jpg",
    "song": "Motion Sickness",
    "track_id": "35816a59-858e-4a12-b4f6-9715b229a47e",
    "recording_id": "d6d23026-0379-479e-8e40-d7a56ef63015",
    "artist": "Phoebe Bridgers",
    "artist_ids": [
        "96855c21-b832-4366-ba12-0d2330c36a86"
    ],
    "album": "Stranger in the Alps",
    "release_id": "470e335e-e7b8-4b97-a694-b381bfd51e97",
    "release_group_id": "0dac7ff9-b4d1-423e-bf6b-7d194abb0e14",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phoebe Bridgers and SZA collaborated on the 2022 track \"Ghost in the Machine\".\n\nThis song from Phoebe Bridgers' debut album was a scathing indictment of a past relationship (ahem... Ryan Adams...)\n\nhttps://phoebefuckingbridgers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}