Information about plays

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

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

{
    "id": 3630777,
    "uri": "https://api.kexp.org/v2/plays/3630777/?format=api",
    "airdate": "2026-03-18T22:00:39-07:00",
    "show": 66218,
    "show_uri": "https://api.kexp.org/v2/shows/66218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jack Parsons Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Gwenifer Raymond",
    "artist_ids": [
        "9fc6a2f4-ed51-4cee-a355-2d650a0e2624"
    ],
    "album": "Last Night I Heard The Dog Star Bark",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "We Are Busy Bodies"
    ],
    "label_ids": [
        "e658cace-01ef-4033-a57d-fec8316c1b28"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Lab in SF March 20.\n\nhttps://gweniferraymond.bandcamp.com/album/last-night-i-heard-the-dog-star-bark",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}