Information about plays

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

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

{
    "id": 3567953,
    "uri": "https://api.kexp.org/v2/plays/3567953/?format=api",
    "airdate": "2025-10-21T08:01:17-07:00",
    "show": 64894,
    "show_uri": "https://api.kexp.org/v2/shows/64894/?format=api",
    "image_uri": "https://dn710101.ca.archive.org/0/items/mbid-63a094e8-6dcd-45ff-9da9-1cd41f0e04c2/mbid-63a094e8-6dcd-45ff-9da9-1cd41f0e04c2-43304535934_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/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": false,
    "is_request": false,
    "is_live": false,
    "comment": "A dreamy cover from self-described \"Cascadia shoegaze\" group Waves Crashing, out of Olympia, WA.\n\nhttps://wavescrashing.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}