Information about plays

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

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

{
    "id": 3600393,
    "uri": "https://api.kexp.org/v2/plays/3600393/?format=api",
    "airdate": "2026-01-05T00:59:03-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paint the World",
    "track_id": "c86843d0-76b9-4639-a904-5d8e36ba0f9e",
    "recording_id": "f11ca8af-0cd3-4c65-b0a1-ba0ceec44d40",
    "artist": "Robert Glasper feat. Thundercat",
    "artist_ids": [
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b",
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Keys to the City Volume One",
    "release_id": "bd0e90c2-172c-4ad0-9f0a-86fb109c8e46",
    "release_group_id": "c3a16a2e-08f8-49cf-954b-7098b00dbdc2",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}