Information about plays

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

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

{
    "id": 3595270,
    "uri": "https://api.kexp.org/v2/plays/3595270/?format=api",
    "airdate": "2025-12-24T08:01:33-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "https://ia600809.us.archive.org/17/items/mbid-c5eb3f7c-38bc-319a-8cc5-24804f2e26da/mbid-c5eb3f7c-38bc-319a-8cc5-24804f2e26da-5951583935_thumb500.jpg",
    "thumbnail_uri": "https://ia600809.us.archive.org/17/items/mbid-c5eb3f7c-38bc-319a-8cc5-24804f2e26da/mbid-c5eb3f7c-38bc-319a-8cc5-24804f2e26da-5951583935_thumb250.jpg",
    "song": "Rudolph the Red-Nosed Reindeer",
    "track_id": "3f3d4cda-d7af-34b7-ac4c-52bf5bf3e323",
    "recording_id": "aba810fc-13ae-4cca-8a8f-a4713da3eb40",
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "A Motown Christmas",
    "release_id": "c5eb3f7c-38bc-319a-8cc5-24804f2e26da",
    "release_group_id": "2dfe5b60-ad76-378c-a3ad-0c39808659ad",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1992-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"HEY RUDOLPH!!!\"\n\nOriginally written by Johnny Marks based on the 1939 story published by Montgomery Ward! In 1939, Marks' brother-in-law, Robert L. May, created the character Rudolph as an assignment for Montgomery Ward, and Marks decided to adapt the story of Rudolph into a song\n\nLearn more about the song at Time: https://tinyurl.com/2p89yjf6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}