Information about plays

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

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

{
    "id": 3583477,
    "uri": "https://api.kexp.org/v2/plays/3583477/?format=api",
    "airdate": "2025-11-27T02:12:53-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Step Into The Realm",
    "track_id": null,
    "recording_id": "58f7e2ed-7478-4d81-a40c-fe5c8a215928",
    "artist": "Robert Glasper feat. Black Thought",
    "artist_ids": [
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b",
        "5f39d33c-a167-4a63-9c44-71d27618b712"
    ],
    "album": "Keys To The City Volume One",
    "release_id": null,
    "release_group_id": "c3a16a2e-08f8-49cf-954b-7098b00dbdc2",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Glasper and Thought spin the block on this Roots classic originally from Illadelph Halflife.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}