Information about plays

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

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

{
    "id": 3572791,
    "uri": "https://api.kexp.org/v2/plays/3572791/?format=api",
    "airdate": "2025-11-01T21:11:47-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cold 2 The Touch",
    "track_id": null,
    "recording_id": null,
    "artist": "Angel Du$t",
    "artist_ids": [
        "36c8b01c-cd8b-4ecd-b3fd-9f4f73371d2b"
    ],
    "album": "Cold 2 The Touch",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2026-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cold 2 the Touch is set to release on February 13th, and you can pre-order physical copies from the band's website.\n\nhttps://www.angeldustmoney.com/\nhttps://runforcoverrecords.com/products/angel-du-t-cold-2-the-touch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}