Information about plays

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

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

{
    "id": 3600652,
    "uri": "https://api.kexp.org/v2/plays/3600652/?format=api",
    "airdate": "2026-01-05T16:58:01-08:00",
    "show": 65573,
    "show_uri": "https://api.kexp.org/v2/shows/65573/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bang the Drum All Day (Rosetta Stone mix)",
    "track_id": null,
    "recording_id": "ef0222de-a092-45cd-a00b-1b49bc92d54d",
    "artist": "Todd Rundgren",
    "artist_ids": [
        "1a9a8ca0-ea8e-4e9e-96aa-288155bb2c5d"
    ],
    "album": "Reconstructed",
    "release_id": null,
    "release_group_id": "f9d17d96-efd3-378e-9b03-609be45bab67",
    "labels": [
        "Cleopatra Records"
    ],
    "label_ids": [
        "29d910ca-3210-4ecc-89fb-7f349092ddfc"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}