Information about plays

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

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

{
    "id": 3594922,
    "uri": "https://api.kexp.org/v2/plays/3594922/?format=api",
    "airdate": "2025-12-23T14:11:03-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "https://coverartarchive.org/release/827aa56e-a603-4f07-b657-419bf78f1c6d/6056188312-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/827aa56e-a603-4f07-b657-419bf78f1c6d/6056188312-250.jpg",
    "song": "Christmastime",
    "track_id": null,
    "recording_id": "b4955d41-bed2-4c86-8b54-151f516c901d",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Rarities and B‐Sides",
    "release_id": null,
    "release_group_id": "f2be6219-a35d-3a8a-99ff-70fabb2359d3",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2005-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Nick!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}