Information about plays

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

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

{
    "id": 3608768,
    "uri": "https://api.kexp.org/v2/plays/3608768/?format=api",
    "airdate": "2026-01-25T01:20:57-08:00",
    "show": 65748,
    "show_uri": "https://api.kexp.org/v2/shows/65748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Reply",
    "track_id": null,
    "recording_id": null,
    "artist": "Agriculture",
    "artist_ids": [],
    "album": "Live at KEXP (Live)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Most of the remaining dates on Agriculture's tour are sold out or are close to selling out.  If you are unable to see them, be sure to check out our YouTube channel for footage of this performance.\n\nhttps://youtu.be/G26KMZVUA-8?si=oVtNmwjq9lROcjwD\n\nhttps://www.facebook.com/agriculturemusic\nhttps://agriculturemusic.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}