Information about plays

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

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

{
    "id": 3584964,
    "uri": "https://api.kexp.org/v2/plays/3584964/?format=api",
    "airdate": "2025-11-30T10:53:02-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Will the Circle Be Unbroken",
    "track_id": null,
    "recording_id": "b350f50a-a065-4b20-bf72-9a3e664b4762",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Will the Circle Be Unbroken",
    "release_id": null,
    "release_group_id": "9a6163a6-4842-3e6e-a235-148be8558693",
    "labels": [
        "Vee-Jay Records"
    ],
    "label_ids": [
        "b66836a9-4b29-4f25-951e-56e005ff227f"
    ],
    "release_date": "1960-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Staple Singers' version of “Will The Circle Be Unbroken,” a 1907 Christian Hymn.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}