Information about plays

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

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

{
    "id": 3635374,
    "uri": "https://api.kexp.org/v2/plays/3635374/?format=api",
    "airdate": "2026-03-30T00:31:42-07:00",
    "show": 66316,
    "show_uri": "https://api.kexp.org/v2/shows/66316/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa2e844a-fb73-47c9-8e60-e764c7d2f7dd/39841448516-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa2e844a-fb73-47c9-8e60-e764c7d2f7dd/39841448516-250.jpg",
    "song": "Cartagena (Sylvan Esso Edit)",
    "track_id": null,
    "recording_id": "d701bd7e-d995-4867-9cd9-08b14baf7a87",
    "artist": "Reyna Tropical & Sylvan Esso",
    "artist_ids": [
        "1527780e-ee93-42fe-8736-5adc529235ef",
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "Cartagena (Sylvan Esso Edit)",
    "release_id": null,
    "release_group_id": "8aa16413-fdc3-4d99-acad-655939f6826b",
    "labels": [
        "Psychic Hotline"
    ],
    "label_ids": [
        "2589a508-4fa8-4bbd-a2ac-fef51c7abfc1"
    ],
    "release_date": "2024-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}