Information about plays

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

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

{
    "id": 3552216,
    "uri": "https://api.kexp.org/v2/plays/3552216/?format=api",
    "airdate": "2025-09-12T19:43:13-07:00",
    "show": 64544,
    "show_uri": "https://api.kexp.org/v2/shows/64544/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful Rain",
    "track_id": null,
    "recording_id": "cf40cef0-be41-4866-805e-be335d388bd6",
    "artist": "The Cavemen",
    "artist_ids": [
        "24683d0f-a3f3-4d32-b113-7d71933237a4"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For My brother Brandon!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}