Information about plays

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

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

{
    "id": 3635044,
    "uri": "https://api.kexp.org/v2/plays/3635044/?format=api",
    "airdate": "2026-03-29T08:03:33-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "not worth the lie",
    "track_id": null,
    "recording_id": "9896db06-8b2b-4d26-bc32-89535350ff28",
    "artist": "Hand Habits",
    "artist_ids": [
        "a92d48e1-40a9-457d-971c-ddb748d78759"
    ],
    "album": "piano1",
    "release_id": null,
    "release_group_id": "63b43990-a3e7-48e9-9b0a-18562d32474d",
    "labels": [
        "section1"
    ],
    "label_ids": [
        "0fef83ca-925d-4a0a-84a0-bc7a2e5fb477"
    ],
    "release_date": "2024-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "hand habits' contribution to the late 2024 compilation 'piano1' curated by LA-based label section1 that featured new original compositions from Hand Habits, Laraaji, ML Buch, Youth Lagoon, Mark William Lewis, Kelly Moran + more ~ https://section1.bandcamp.com/album/piano1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}