Information about plays

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

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

{
    "id": 3640533,
    "uri": "https://api.kexp.org/v2/plays/3640533/?format=api",
    "airdate": "2026-04-11T02:13:02-07:00",
    "show": 66420,
    "show_uri": "https://api.kexp.org/v2/shows/66420/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come closer",
    "track_id": null,
    "recording_id": null,
    "artist": "Words and Actions",
    "artist_ids": [
        "40765350-3a13-4d49-a644-3a48388b4d84"
    ],
    "album": "Words and Actions - Demo 2026",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Detriti Records"
    ],
    "label_ids": [
        "12a6aae6-f8db-49d6-bdc0-5df2c9d56c2a"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://detritirecords.bandcamp.com/album/words-and-actions-demo-2026",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}