Information about plays

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

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

{
    "id": 3597491,
    "uri": "https://api.kexp.org/v2/plays/3597491/?format=api",
    "airdate": "2025-12-29T06:07:42-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Fragile Thing",
    "track_id": null,
    "recording_id": "a9731ca3-2a23-4d3c-b730-35651b03f681",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Songs of a Live World: Troxy London MMXXIV",
    "release_id": null,
    "release_group_id": "c49d1fc7-f0b9-468e-803c-7d3284f16c47",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2024-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perry Bamonte played guitar, six-string bass, and keyboard in this live performance:\n\nhttps://www.youtube.com/watch?v=pLAR6zVoAPc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}