Information about plays

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

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

{
    "id": 3576325,
    "uri": "https://api.kexp.org/v2/plays/3576325/?format=api",
    "airdate": "2025-11-10T06:36:28-08:00",
    "show": 65071,
    "show_uri": "https://api.kexp.org/v2/shows/65071/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-a5eda906-e730-4bcc-9ff8-af3b8ad8e479/mbid-a5eda906-e730-4bcc-9ff8-af3b8ad8e479-3366397992_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-a5eda906-e730-4bcc-9ff8-af3b8ad8e479/mbid-a5eda906-e730-4bcc-9ff8-af3b8ad8e479-3366397992_thumb250.jpg",
    "song": "Radar Detector",
    "track_id": "473ca601-74f9-3c99-b60f-f9f6c8636924",
    "recording_id": "08d8f4e5-52ac-4c01-b997-0d47a600829c",
    "artist": "Darwin Deez",
    "artist_ids": [
        "9946d737-38d1-4625-94ea-0cf1f8cce8be"
    ],
    "album": "Darwin Deez",
    "release_id": "78076f35-f1d7-40bd-b892-11d1ce2abaef",
    "release_group_id": "a6d2615b-ded8-413e-a9ca-da71bc74d5e4",
    "labels": [
        "Lucky Number"
    ],
    "label_ids": [
        "368777fe-930d-4746-9b7c-e7d506b9f154"
    ],
    "release_date": "2010-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dance along with Darwin Deez in his video for this track:\nhttps://www.youtube.com/watch?v=8pbdLqTh_x4\n\nhttps://darwindeez.bandcamp.com/album/radar-detector-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}