Information about plays

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

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

{
    "id": 3636592,
    "uri": "https://api.kexp.org/v2/plays/3636592/?format=api",
    "airdate": "2026-04-01T21:06:32-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Allergic to Flowers",
    "track_id": null,
    "recording_id": "cfbb1a43-b7db-41a5-90d4-ec04729da3ac",
    "artist": "The Jefferson Handkerchief",
    "artist_ids": [
        "4f1f1310-2b11-4df2-8a0f-5136a8b8795a"
    ],
    "album": "I'm Allergic to Flowers / The Little Matador",
    "release_id": null,
    "release_group_id": "c0a5da82-5061-4639-8f7f-cb0fa4d93340",
    "labels": [
        "Apex"
    ],
    "label_ids": [
        "19f26cd6-6a30-49e8-b2b4-46dfd1e3f4d1"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The song was written by Dave Burgess, formerly of the Champs, and is about a guy who wants to be a hippie, but can’t because of his allergy to flowers.\" https://psychedelicized.com/playlist/j/jefferson-handkerchief/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}