Information about plays

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

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

{
    "id": 3618159,
    "uri": "https://api.kexp.org/v2/plays/3618159/?format=api",
    "airdate": "2026-02-16T05:09:28-08:00",
    "show": 65948,
    "show_uri": "https://api.kexp.org/v2/shows/65948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Days",
    "track_id": "265e8b1c-1989-3b34-9e90-36d7a733f391",
    "recording_id": "c1a8ed17-d769-4fb5-8661-67a1b741a41f",
    "artist": "The Drums",
    "artist_ids": [
        "c3ecef5d-84f3-4942-8c24-0a626343c3f4"
    ],
    "album": "Portamento",
    "release_id": "1faf4495-1239-41b0-8783-ed75da0cc1c1",
    "release_group_id": "0d043584-6e84-4e2a-96b9-28d2a6323f46",
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2011-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Drums, from New York City, were initially formed by Jonathan Pierce and Jacob Graham as Goat Explosion, and later added Adam Kessler and Connor Hanwick. Graham exited the band in 2016. Since then, the band has operated as a solo project of sole remaining member Jonathan Pierce.\n\nWatch a live performance and interview with The Drums in the KEXP studio from 2023: \n\nhttps://www.youtube.com/watch?v=A3KxGhL2pzs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}