Information about plays

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

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

{
    "id": 3561091,
    "uri": "https://api.kexp.org/v2/plays/3561091/?format=api",
    "airdate": "2025-10-04T03:10:32-07:00",
    "show": 64738,
    "show_uri": "https://api.kexp.org/v2/shows/64738/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-dd5693d3-58ef-4583-90a5-4ea15cb1fca0/mbid-dd5693d3-58ef-4583-90a5-4ea15cb1fca0-29335945998_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-dd5693d3-58ef-4583-90a5-4ea15cb1fca0/mbid-dd5693d3-58ef-4583-90a5-4ea15cb1fca0-29335945998_thumb250.jpg",
    "song": "Isn’t Everyone",
    "track_id": "b991b2ec-205e-42b5-988c-0ac58b38a19d",
    "recording_id": "0775c812-7479-4d60-8f04-c70a121c42fc",
    "artist": "HEALTH x Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da",
        "6805e4d5-f550-40fe-b731-05dc8229e74b"
    ],
    "album": "Isn’t Everyone",
    "release_id": "dd5693d3-58ef-4583-90a5-4ea15cb1fca0",
    "release_group_id": "fc450902-fbb4-4778-b616-5174854a4187",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2021-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}