Information about plays

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

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

{
    "id": 3616102,
    "uri": "https://api.kexp.org/v2/plays/3616102/?format=api",
    "airdate": "2026-02-11T09:09:42-08:00",
    "show": 65903,
    "show_uri": "https://api.kexp.org/v2/shows/65903/?format=api",
    "image_uri": "https://ia903409.us.archive.org/29/items/mbid-553849ea-0c72-3239-af7a-f59a8e048f0b/mbid-553849ea-0c72-3239-af7a-f59a8e048f0b-2589359162_thumb500.jpg",
    "thumbnail_uri": "https://ia903409.us.archive.org/29/items/mbid-553849ea-0c72-3239-af7a-f59a8e048f0b/mbid-553849ea-0c72-3239-af7a-f59a8e048f0b-2589359162_thumb250.jpg",
    "song": "That Joke Isn’t Funny Anymore",
    "track_id": "0538dea7-087a-3e27-bf72-b31181a3b5c5",
    "recording_id": "686e7534-cab9-4c01-b9f9-b01983da9faf",
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Meat Is Murder",
    "release_id": "553849ea-0c72-3239-af7a-f59a8e048f0b",
    "release_group_id": "0d56a04c-045a-37db-bcc3-6c7099e94f16",
    "labels": [
        "wea"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1993-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1985 (41 years ago), The Smiths released 'Meat is Murder'.\n\nIn French, \"J'en y marre\" (pronounced like Johnny Marr) means \"I'm fed up with it.\" He actually changed his name from John Martin Maher to Johnny Marr around age 14 to avoid confusion with John Maher, the drummer for the Buzzcocks. While the pun is frequently noted, it was not the origin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}