Information about plays

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

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

{
    "id": 3587936,
    "uri": "https://api.kexp.org/v2/plays/3587936/?format=api",
    "airdate": "2025-12-07T06:32:09-08:00",
    "show": 65312,
    "show_uri": "https://api.kexp.org/v2/shows/65312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mandolins",
    "track_id": null,
    "recording_id": null,
    "artist": "The Paper Bears",
    "artist_ids": [
        "63343383-ba03-4f9f-a0e4-29fdfe2187fb"
    ],
    "album": "New Pond Found: A Pondsound Compilation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pondsound"
    ],
    "label_ids": [],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dallas, Texas-based band The Paper Bears' contribution to an excellent inaugural compilation from Dallas-based label Pondsound Records ~ https://pondsoundrecords.bandcamp.com/album/new-pond-found-a-pondsound-compilation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}