Information about plays

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

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

{
    "id": 3582542,
    "uri": "https://api.kexp.org/v2/plays/3582542/?format=api",
    "airdate": "2025-11-24T23:21:23-08:00",
    "show": 65203,
    "show_uri": "https://api.kexp.org/v2/shows/65203/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffce347b-549e-45ee-9f37-1e3dbbf1e89d/28510744387-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffce347b-549e-45ee-9f37-1e3dbbf1e89d/28510744387-250.jpg",
    "song": "Photosphere",
    "track_id": null,
    "recording_id": null,
    "artist": "Nicola Cruz",
    "artist_ids": [
        "913ed87d-3b1e-48b8-a3a1-a0377c959b83"
    ],
    "album": "Cryptic Nature EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cabaret Recordings"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know: the photosphere is a star's outer shell from which light is radiated?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}