Information about plays

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

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

{
    "id": 3624958,
    "uri": "https://api.kexp.org/v2/plays/3624958/?format=api",
    "airdate": "2026-03-03T21:38:33-08:00",
    "show": 66084,
    "show_uri": "https://api.kexp.org/v2/shows/66084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything Blooms Around Her",
    "track_id": null,
    "recording_id": "c5424015-e13b-4df8-8933-8f4ae920a229",
    "artist": "Anish Kumar",
    "artist_ids": [
        "191d61e8-d809-457b-8025-196e75cb9ff4"
    ],
    "album": "Hymns of a Flowergirl",
    "release_id": null,
    "release_group_id": "ecad0601-7731-467c-9aca-d9719b92dca1",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK based Anish Kumar pulls influence from multiple cultural touchstones, from Northern soul to classic Bollywood, incorporating elements into his signature tapestry of analogue warmth and rough-edged sampling.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}