Information about plays

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

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

{
    "id": 3586890,
    "uri": "https://api.kexp.org/v2/plays/3586890/?format=api",
    "airdate": "2025-12-04T22:35:25-08:00",
    "show": 65290,
    "show_uri": "https://api.kexp.org/v2/shows/65290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easy Star (Mister Doo Dancehall remix)",
    "track_id": null,
    "recording_id": "67cc0ffa-f96c-4cd8-96f6-5921fabecc99",
    "artist": "Poor Righteous Teachers",
    "artist_ids": [
        "b46cb508-b3be-4f6d-beac-a168127444b1"
    ],
    "album": "Easy Star",
    "release_id": null,
    "release_group_id": "12b7c496-5077-4c68-ad13-fe23be355606",
    "labels": [
        "Profile"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1992-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}