Information about plays

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

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

{
    "id": 3577484,
    "uri": "https://api.kexp.org/v2/plays/3577484/?format=api",
    "airdate": "2025-11-13T02:42:48-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Beat Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Makaya McCraven",
    "artist_ids": [
        "59476fae-d0c9-4ebd-b03c-c38b19b30dff"
    ],
    "album": "Off the Record",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OFF THE RECORD compiles Makaya McCraven's four EPs released October 2025 (Techno Logic, The People's Mixtape, Hidden Out!, and PopUp Shop) into a single physical package. intlanthem.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}