Information about plays

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

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

{
    "id": 3584703,
    "uri": "https://api.kexp.org/v2/plays/3584703/?format=api",
    "airdate": "2025-11-29T20:41:02-08:00",
    "show": 65245,
    "show_uri": "https://api.kexp.org/v2/shows/65245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wired",
    "track_id": null,
    "recording_id": null,
    "artist": "Honeydrome",
    "artist_ids": [],
    "album": "Wired",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The debut single from Portland band Honeydrome!\n\nWatch the band play these songs live:\n\nhttps://www.youtube.com/watch?v=ehqShbiKxRg",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}