Information about plays

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

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

{
    "id": 3597104,
    "uri": "https://api.kexp.org/v2/plays/3597104/?format=api",
    "airdate": "2025-12-28T08:32:56-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "treading lightly",
    "track_id": null,
    "recording_id": null,
    "artist": "Tom Jarmey",
    "artist_ids": [
        "fd4922b3-9594-46bd-9390-7f8a6794e9ab"
    ],
    "album": "daybreak",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Intercept"
    ],
    "label_ids": [],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the sophomore album from London-based electronic musician Tom Jarmey that weaves together \"ambient textures, dusty drum breaks and hazy melodies into a deeply emotive listening experience\" ~ https://tomjarmey.bandcamp.com/album/daybreak-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}