Information about plays

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

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

{
    "id": 3569879,
    "uri": "https://api.kexp.org/v2/plays/3569879/?format=api",
    "airdate": "2025-10-25T18:52:54-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia800505.us.archive.org/1/items/mbid-63a094e8-6dcd-45ff-9da9-1cd41f0e04c2/mbid-63a094e8-6dcd-45ff-9da9-1cd41f0e04c2-43304535934_thumb500.jpg",
    "thumbnail_uri": "https://ia600505.us.archive.org/1/items/mbid-63a094e8-6dcd-45ff-9da9-1cd41f0e04c2/mbid-63a094e8-6dcd-45ff-9da9-1cd41f0e04c2-43304535934_thumb250.jpg",
    "song": "Creep",
    "track_id": "917aac9f-7295-4e51-b87a-8b46b36a439c",
    "recording_id": "6ecd7efa-3e3d-4f1d-bac7-6d4d4f5ebdf5",
    "artist": "Waves Crashing",
    "artist_ids": [
        "92657af8-298e-495b-9df3-455b6efbcc29"
    ],
    "album": "Creep",
    "release_id": "63a094e8-6dcd-45ff-9da9-1cd41f0e04c2",
    "release_group_id": "8b06b4bf-1445-4da1-a01e-26d646cef4a8",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-03",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A dreamy cover of Radiohead's \"Creep\" from self-described \"Cascadia shoegaze\" group Waves Crashing, out of Olympia, WA.\n\nhttps://wavescrashing.bandcamp.com/\n\nWatch the music video for the cover below:\n\nhttps://www.youtube.com/watch?v=n5P745BPBF0",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}