Information about plays

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

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

{
    "id": 3620699,
    "uri": "https://api.kexp.org/v2/plays/3620699/?format=api",
    "airdate": "2026-02-22T06:10:48-08:00",
    "show": 66000,
    "show_uri": "https://api.kexp.org/v2/shows/66000/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scribbling Transience",
    "track_id": null,
    "recording_id": null,
    "artist": "Sontag Shogun",
    "artist_ids": [
        "6160beca-4623-4b31-999e-431a229883e8"
    ],
    "album": "touchtheplants Presents: Love Letters",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "touchtheplants"
    ],
    "label_ids": [],
    "release_date": "2026-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NYC/Montreal trio Sontag Shogun's contribution to touchtheplants 5th and latest compilation 'Love Letters' that was curated by the artist Snacks? and each artist's track was prompted by the idea to \"create a song inspired by the notion of love letters—whether that be the act of writing, receiving, or reflecting on the power of words between people\" ~ https://touchtheplants.bandcamp.com/album/touchtheplants-presents-love-letters",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}