Information about plays

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

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

{
    "id": 3635952,
    "uri": "https://api.kexp.org/v2/plays/3635952/?format=api",
    "airdate": "2026-03-31T09:11:24-07:00",
    "show": 66328,
    "show_uri": "https://api.kexp.org/v2/shows/66328/?format=api",
    "image_uri": "https://dn721204.ca.archive.org/0/items/mbid-e0e11ef6-fb7a-4959-bc07-2faf34fc746e/mbid-e0e11ef6-fb7a-4959-bc07-2faf34fc746e-2536834549_thumb500.jpg",
    "thumbnail_uri": "https://dn721204.ca.archive.org/0/items/mbid-e0e11ef6-fb7a-4959-bc07-2faf34fc746e/mbid-e0e11ef6-fb7a-4959-bc07-2faf34fc746e-2536834549_thumb250.jpg",
    "song": "Crimson and Clover",
    "track_id": "7477c67e-49c1-3492-8ae0-772f04e1c62f",
    "recording_id": "fd768ead-2493-4b44-b0ee-cd5fe0097d29",
    "artist": "Joan Jett and the Blackhearts",
    "artist_ids": [
        "46e63d3b-d91b-4791-bb73-e9f638a45ea0"
    ],
    "album": "I Love Rock 'n' Roll",
    "release_id": "e0e11ef6-fb7a-4959-bc07-2faf34fc746e",
    "release_group_id": "5ed75d75-b112-38b9-992b-42f3488d62fb",
    "labels": [
        "Boardwalk Records"
    ],
    "label_ids": [
        "2d857a34-e3dd-4e35-b7d2-9d40911603ec"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joan Jett covers Tommy James and the Shondells' \"Crimson and Clover.\"\n\nThe cover was a natural fit for Jett because her producer and manager, Kenny Laguna, had deep ties to the original. Laguna was a member of Tommy James and the Shondells and played on the original 1968 recording.\n\nJett notably kept the original lyrics intact, including the line \"I don't hardly know her,\" rather than changing it to \"him.\" At the time, this was seen as a bold, subversive move for a mainstream rock artist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}