Information about plays

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

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

{
    "id": 3554550,
    "uri": "https://api.kexp.org/v2/plays/3554550/?format=api",
    "airdate": "2025-09-18T09:39:47-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I've Been Tired",
    "track_id": "2ca6193a-1182-4b77-a6f2-3b94f6c4f11d",
    "recording_id": "97b364ae-cf76-47bb-915c-3ae1eb63e60f",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Vamos",
    "release_id": "5cf1db82-6eda-4952-ab93-63210d07b071",
    "release_group_id": "a3920c61-c2d7-4908-b603-40bcdbbead23",
    "labels": [
        "If 6 Was 9 Music"
    ],
    "label_ids": [
        "a04e2770-ca3d-4dd4-bf0e-843367faf270"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nirvana’s Kurt Cobain, talking to Rolling Stone’s David Fricke in 1994 about recording their breakthrough album “Nevermind”: \"I was trying to write the ultimate pop song. I was basically trying to rip off the Pixies. I have to admit it. When I heard the Pixies for the first time, I connected with that band so heavily that I should have been in that band—or at least a Pixies cover band. We used their sense of dynamics, being soft and quiet and then loud and hard.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}