Information about plays

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

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

{
    "id": 3593726,
    "uri": "https://api.kexp.org/v2/plays/3593726/?format=api",
    "airdate": "2025-12-20T23:10:11-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus Is Coming",
    "track_id": null,
    "recording_id": "036a21a5-e789-4b25-91f1-cdb275ccc52e",
    "artist": "Crucial Youth",
    "artist_ids": [
        "8085e54f-d028-42ae-817f-9cd05b6eb7bd"
    ],
    "album": "Singles Going Straight",
    "release_id": null,
    "release_group_id": "915a7d29-199b-389e-8bfb-70e55fe0f3dc",
    "labels": [
        "New Red Archives"
    ],
    "label_ids": [
        "99402334-289d-468a-b209-afea58d976a2"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From San Francisco, CA Read more: https://crucialyouth.bandcamp.com/album/singles-going-straight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}