Information about plays

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

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

{
    "id": 3572921,
    "uri": "https://api.kexp.org/v2/plays/3572921/?format=api",
    "airdate": "2025-11-02T03:03:31-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "https://ia903400.us.archive.org/24/items/mbid-6d6cec89-77e0-4808-9f4a-3e2e946ed4e3/mbid-6d6cec89-77e0-4808-9f4a-3e2e946ed4e3-25545654757_thumb500.jpg",
    "thumbnail_uri": "https://ia903400.us.archive.org/24/items/mbid-6d6cec89-77e0-4808-9f4a-3e2e946ed4e3/mbid-6d6cec89-77e0-4808-9f4a-3e2e946ed4e3-25545654757_thumb250.jpg",
    "song": "In the Mouth a Desert",
    "track_id": "e5e23520-0209-381a-9bba-554fd75ccea4",
    "recording_id": "a4d3191a-fa3e-4eab-a6e6-c5ee8778afba",
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Slanted and Enchanted",
    "release_id": "6d6cec89-77e0-4808-9f4a-3e2e946ed4e3",
    "release_group_id": "869f9eac-2a40-3a41-80a3-6bf2297a7cbc",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1992-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This indie classic was ranked #152 by KEXP listeners as part of the top (makes devil horns) 666 albums of all time. https://www.kexp.org/countdowns/kexp-listeners-top-666-top-albums-all-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}