Information about plays

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

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

{
    "id": 3591523,
    "uri": "https://api.kexp.org/v2/plays/3591523/?format=api",
    "airdate": "2025-12-15T17:44:41-08:00",
    "show": 65388,
    "show_uri": "https://api.kexp.org/v2/shows/65388/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "By my side",
    "track_id": "fd8ec2fd-e049-4c09-ad15-e713d6441523",
    "recording_id": "28ce36f5-3826-48f1-87fd-e09ca600a9f8",
    "artist": "dexter in the newsagent",
    "artist_ids": [
        "c062f562-dfff-40da-b1e0-c6f31f9f6e8c"
    ],
    "album": "Time Flies",
    "release_id": "abc7a1ad-abc7-4ab9-adb7-1ec2471a9e9b",
    "release_group_id": "f85572f9-b1ff-469a-8699-32676ab2be7e",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}