Information about plays

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

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

{
    "id": 3524783,
    "uri": "https://api.kexp.org/v2/plays/3524783/?format=api",
    "airdate": "2025-07-09T15:12:05-07:00",
    "show": 63966,
    "show_uri": "https://api.kexp.org/v2/shows/63966/?format=api",
    "image_uri": "https://ia601209.us.archive.org/12/items/mbid-b307e32b-b4f3-45af-8a41-21b2416a3177/mbid-b307e32b-b4f3-45af-8a41-21b2416a3177-23490734022_thumb500.jpg",
    "thumbnail_uri": "https://ia801209.us.archive.org/12/items/mbid-b307e32b-b4f3-45af-8a41-21b2416a3177/mbid-b307e32b-b4f3-45af-8a41-21b2416a3177-23490734022_thumb250.jpg",
    "song": "Here Comes Sickness",
    "track_id": "74de52ee-cf94-3fd1-ba62-810b59646559",
    "recording_id": "67a54986-c8a3-49eb-9296-5f295d8e3b42",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Superfuzz Bigmuff",
    "release_id": "f32f9cfe-d974-4679-aa20-c71f11c81e79",
    "release_group_id": "c92a05a8-c340-39aa-a912-e2927f2b49a6",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-05-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mark Arm wrote this one for Mudhoney.  \n\n\"Measles..infantile paralysis...diptheria..\"\nWatch the official video: https://www.youtube.com/watch?v=J6h1Rs83VuY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}