Information about plays

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

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

{
    "id": 3618535,
    "uri": "https://api.kexp.org/v2/plays/3618535/?format=api",
    "airdate": "2026-02-17T02:33:04-08:00",
    "show": 65955,
    "show_uri": "https://api.kexp.org/v2/shows/65955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "Philip George",
    "artist_ids": [
        "ae1b2c50-d349-426d-a772-7628c7c098d6"
    ],
    "album": "Bad Thing",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://constantsound.bandcamp.com/album/philip-george-bad-thing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}