Information about plays

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

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

{
    "id": 3554919,
    "uri": "https://api.kexp.org/v2/plays/3554919/?format=api",
    "airdate": "2025-09-19T07:50:15-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "https://coverartarchive.org/release/a04d0aa2-f87f-44ec-baf8-2c49cd443945/20696444835-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a04d0aa2-f87f-44ec-baf8-2c49cd443945/20696444835-250.jpg",
    "song": "Bad Reputation",
    "track_id": null,
    "recording_id": "3cec9f16-085e-458c-ab1c-c6e60bc87874",
    "artist": "Joan Jett",
    "artist_ids": [
        "f376828a-b438-4fda-bb2e-dcd5fbe81f83"
    ],
    "album": "Bad Reputation",
    "release_id": null,
    "release_group_id": "3e882b07-df26-32a4-921c-a4a1f5884d8f",
    "labels": [
        "Liberation Records"
    ],
    "label_ids": [
        "5f6c3120-54c5-4074-9b51-a0b1aa9d1adf"
    ],
    "release_date": "1980-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, John!\nI'm celebrating my last day of vacation on Long Beach, Long Island; heading home tonight...anxious to see Joan Jett and Billy Idol with my daughter ( Mother's Day gift!) tomorrow night. \nWhile watching the sun rise earlier, I shared a morning high with this fabulous surfer who shared that Joan frequents the boardwalk here...seems like a good time to ask, will you please play \"Bad Reputation\" for me?\nThanks, much! Happy Friday!!!~Jen, Seattle\n--\nShe'll be at Climate Pledge Arena in Seattle (with Billy Idol) TOMORROW night, Saturday, September 20th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}