Information about plays

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

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

{
    "id": 3588891,
    "uri": "https://api.kexp.org/v2/plays/3588891/?format=api",
    "airdate": "2025-12-09T11:29:47-08:00",
    "show": 65331,
    "show_uri": "https://api.kexp.org/v2/shows/65331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Tropics",
    "track_id": "3fb2cb32-729a-3d90-8b86-1a84f87b33b3",
    "recording_id": "25b90d83-7f2e-4659-99a1-6853b23a2fbf",
    "artist": "JEFF the Brotherhood",
    "artist_ids": [
        "51b13b20-dc03-4d51-8c6d-f3b0c52476a6"
    ],
    "album": "Heavy Days",
    "release_id": "d733b28a-d70e-4085-957b-aaeabc610839",
    "release_group_id": "ca1ba1d5-11f3-428f-b06c-27bd1c86844b",
    "labels": [
        "Infinity Cat Recordings"
    ],
    "label_ids": [
        "7564b6c0-38d9-4db9-8579-addcb857bae2"
    ],
    "release_date": "2010-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch JEFF the Brotherhood in a live performance in the KEXP studio ten years ago (Cheryl was their host.): https://www.youtube.com/watch?v=xZq8EBvpomM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}