Information about plays

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

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

{
    "id": 3581453,
    "uri": "https://api.kexp.org/v2/plays/3581453/?format=api",
    "airdate": "2025-11-22T13:49:20-08:00",
    "show": 65180,
    "show_uri": "https://api.kexp.org/v2/shows/65180/?format=api",
    "image_uri": "https://ia800207.us.archive.org/15/items/mbid-bdc5249f-e041-33ab-910d-2c26d55bc091/mbid-bdc5249f-e041-33ab-910d-2c26d55bc091-900088355_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/15/items/mbid-bdc5249f-e041-33ab-910d-2c26d55bc091/mbid-bdc5249f-e041-33ab-910d-2c26d55bc091-900088355_thumb250.jpg",
    "song": "While My Guitar Gently Weeps",
    "track_id": "a8a2764f-cc24-3cf6-a3d8-3d525262c4be",
    "recording_id": "526bd613-fddd-4bd6-9137-ab709ac74cab",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "The Beatles",
    "release_id": "bdc5249f-e041-33ab-910d-2c26d55bc091",
    "release_group_id": "055be730-dcad-31bf-b550-45ba9c202aa3",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beatles White Album was released on this day in 1968.\n---\nWritten by George Harrison, \"While My Guitar Gently Weeps,\" the song conveys his dismay at the world's unrealized potential for universal love.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}