Information about plays

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

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

{
    "id": 3595665,
    "uri": "https://api.kexp.org/v2/plays/3595665/?format=api",
    "airdate": "2025-12-25T04:22:16-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "England's Carol",
    "track_id": null,
    "recording_id": "de65812d-d9c6-4d97-8891-f130ece4d0e0",
    "artist": "The Modern Jazz Quartet",
    "artist_ids": [
        "75472b2f-55ca-47bb-a192-5ac8601350ba"
    ],
    "album": "Plastic Dreams",
    "release_id": null,
    "release_group_id": "62c5b188-3a52-432e-b667-6bed181bf7d9",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}