Information about plays

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

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

{
    "id": 3593341,
    "uri": "https://api.kexp.org/v2/plays/3593341/?format=api",
    "airdate": "2025-12-20T04:14:57-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "https://ia801406.us.archive.org/12/items/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed-8995104049_thumb500.jpg",
    "thumbnail_uri": "https://ia601406.us.archive.org/12/items/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed-8995104049_thumb250.jpg",
    "song": "Woman in Chains",
    "track_id": "62d22b24-5bc3-33f1-91c5-65a64a25fec3",
    "recording_id": "a913401f-3a6a-405a-bc41-381e23f4674b",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Tears Roll Down: Greatest Hits 82–92",
    "release_id": "5937da39-4c6a-3f3b-9f96-bc54ebbd23ed",
    "release_group_id": "d65f150a-3b2b-34ca-904c-5bacaddd38a2",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Woman in Chains\" is a song by the English band Tears for Fears, released as the second single from their 1989 album The Seeds of Love. It has been described as a \"feminist anthem\".\n\nFeatured singer Oleta Angela Adams (born May 4, 1953) grew up in Yakima, Washington before moving to Los Angeles to pursue a music career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}