Information about plays

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

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

{
    "id": 3589442,
    "uri": "https://api.kexp.org/v2/plays/3589442/?format=api",
    "airdate": "2025-12-10T18:23:35-08:00",
    "show": 65341,
    "show_uri": "https://api.kexp.org/v2/shows/65341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nice Weather for Ducks",
    "track_id": "4f173108-6c6b-3284-9323-93af8ad93a93",
    "recording_id": "5d141936-25a1-4e90-9217-4405777649eb",
    "artist": "Lemon Jelly",
    "artist_ids": [
        "4cbbf0d6-6c78-4e3d-ab25-91b13603cf7c"
    ],
    "album": "Lost Horizons",
    "release_id": "0f0f1e17-9e51-4398-8404-2d4c96f9d0e0",
    "release_group_id": "9bc9a542-ef68-38ee-a0a5-6189a422ccb7",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Eric! \n\nForecast for Seattle calls for rain and this song 🦆\n\nhttps://youtu.be/hSJcIpX5tos?si=dKVdKlBdyXr9q3DL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}