Information about plays

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

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

{
    "id": 3571383,
    "uri": "https://api.kexp.org/v2/plays/3571383/?format=api",
    "airdate": "2025-10-29T10:51:07-07:00",
    "show": 64965,
    "show_uri": "https://api.kexp.org/v2/shows/64965/?format=api",
    "image_uri": "https://dn710106.ca.archive.org/0/items/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f-28587855592_thumb500.jpg",
    "thumbnail_uri": "https://dn710106.ca.archive.org/0/items/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f-28587855592_thumb250.jpg",
    "song": "In Between Days",
    "track_id": "9ee7cdd0-8637-3a3d-80af-ffe0af37962e",
    "recording_id": "3e0f67ab-ee3f-44d7-8d7f-208b152368b2",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": "377e3fbe-fb56-3a14-9814-9cd5d36e339f",
    "release_group_id": "cf5d6187-e43b-3848-ba51-8ec1df3d97e3",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1985-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cure will be on tour in 2026!\nhttps://www.thecure.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}