Information about plays

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

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

{
    "id": 3525280,
    "uri": "https://api.kexp.org/v2/plays/3525280/?format=api",
    "airdate": "2025-07-10T19:27:51-07:00",
    "show": 63977,
    "show_uri": "https://api.kexp.org/v2/shows/63977/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-98edc279-80a0-405a-a87f-7aaf7e64a7f0/mbid-98edc279-80a0-405a-a87f-7aaf7e64a7f0-39306500583_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-98edc279-80a0-405a-a87f-7aaf7e64a7f0/mbid-98edc279-80a0-405a-a87f-7aaf7e64a7f0-39306500583_thumb250.jpg",
    "song": "NOW I SEE THE LIGHT",
    "track_id": "fcdf5190-5f93-4485-a849-a1a9dde4158c",
    "recording_id": "532ca07b-950f-4e33-8d62-d92587332650",
    "artist": "toe",
    "artist_ids": [
        "7ea8a523-b33d-4944-ad31-fad25a81d603"
    ],
    "album": "NOW I SEE THE LIGHT",
    "release_id": "98edc279-80a0-405a-a87f-7aaf7e64a7f0",
    "release_group_id": "7a589ae5-a40e-483b-9669-15f23431451a",
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2024-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "toe is composed of Kashikura Takashi on drums, Mino Takaaki on guitar, Yamane Satoshi on bass guitar, and Yamazaki Hirokazu on guitar. The band has played with this lineup since their inception in 2000. This is their first album with lyrics!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}