Information about plays

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

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

{
    "id": 3593541,
    "uri": "https://api.kexp.org/v2/plays/3593541/?format=api",
    "airdate": "2025-12-20T16:32:38-08:00",
    "show": 65431,
    "show_uri": "https://api.kexp.org/v2/shows/65431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Ice",
    "track_id": "4d351d41-3271-4186-b5fe-8855208fd45c",
    "recording_id": "83858318-4d84-4424-98dc-9ac10d47e78e",
    "artist": "The Wytches",
    "artist_ids": [
        "2cf75c6b-e686-4ba1-818a-7f3ad5f3f398"
    ],
    "album": "Talking Machine",
    "release_id": "eb3993cb-54e4-42c7-902d-f497f1356e15",
    "release_group_id": "80c1a2f1-4417-48d4-8b24-5848ad15e481",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of Troy's favorite songs of 2025!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}