Information about plays

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

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

{
    "id": 3630310,
    "uri": "https://api.kexp.org/v2/plays/3630310/?format=api",
    "airdate": "2026-03-17T19:37:18-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "mesa mesa",
    "track_id": null,
    "recording_id": null,
    "artist": "Yuuf",
    "artist_ids": [
        "1c1dbb2e-266b-45b6-9e72-a7d34725035b"
    ],
    "album": "Mesa Mesa",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Technicolor"
    ],
    "label_ids": [],
    "release_date": "2025-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Located in London, Yuuf naturally blend their diverse musical tastes from around the world to shape the sound of their dreamlike, sun-streaked, rich and organic music.\n\nhttps://yuuf.bandcamp.com/album/mt-sava",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}