Information about plays

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

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

{
    "id": 3635304,
    "uri": "https://api.kexp.org/v2/plays/3635304/?format=api",
    "airdate": "2026-03-29T20:03:10-07:00",
    "show": 66314,
    "show_uri": "https://api.kexp.org/v2/shows/66314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady Of The Evening",
    "track_id": null,
    "recording_id": "e0b63d06-6523-4bef-88c0-3f20039ec50a",
    "artist": "First Class",
    "artist_ids": [
        "10a9293d-310d-4775-9c95-7d2516e7e3b7"
    ],
    "album": "Going First Class",
    "release_id": null,
    "release_group_id": "12f91413-42c0-4bf7-bc62-6f511ba696f9",
    "labels": [
        "All Platinum"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Baltimore soul quartet First Class released \"Lady Of The Evening\" on their 1976 album Going First Class.\n\nFirst Class is comprised of: Fred M. Brown, Harold A. Bell III, Sylvester Redditt, and Tony Yarborough.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}