Information about plays

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

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

{
    "id": 3575045,
    "uri": "https://api.kexp.org/v2/plays/3575045/?format=api",
    "airdate": "2025-11-07T08:07:53-08:00",
    "show": 65044,
    "show_uri": "https://api.kexp.org/v2/shows/65044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unseen Power of the Picket Fence",
    "track_id": "206205f0-bba7-3f8f-bcd6-f2cab43ac17d",
    "recording_id": "902e1f37-ab7d-4ff2-9e07-151684082125",
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Crooked Rain, Crooked Rain: L.A.’s Desert Origins",
    "release_id": "5d39227e-afbf-4fa9-8cd2-4247acf16c3d",
    "release_group_id": "4f348977-6f44-39f9-b243-071927ecc6a4",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2004-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Some bands I like to name check,\nAnd one of them is REM...\"\n--\nThe song has amused Pavement fans for years, as Stephen Malkmus sings about the genre-defining alternative rockers who rose to prominence in the 1980s. While he appears to praise the band, Malkmus makes a few factual errors along the way (failing to mention their debut record, Murmur, while charting their musical beginnings) and boldly stating his least favourite song of theirs, ‘Time After Time’.: https://faroutmagazine.co.uk/pavement-the-unseen-power-of-the-picket-fence/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}