Information about plays

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

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

{
    "id": 3579490,
    "uri": "https://api.kexp.org/v2/plays/3579490/?format=api",
    "airdate": "2025-11-17T18:02:59-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0d22e48-fb16-40b1-9a97-755c0c945eea/7982266681-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0d22e48-fb16-40b1-9a97-755c0c945eea/7982266681-250.jpg",
    "song": "Theme From BUtterfield 8",
    "track_id": null,
    "recording_id": null,
    "artist": "Bronislau Kaper",
    "artist_ids": [
        "cdc82126-9892-4bed-864d-6b36e322507b"
    ],
    "album": "Butterfield 8: Bronislau Kaper at M-G-M Volume 1 (1954-1962)",
    "release_id": null,
    "release_group_id": "63737d6a-fc2e-418e-b8f7-714c6dcaa5e7",
    "labels": [
        "Film Score Monthly"
    ],
    "label_ids": [
        "a7477696-1f0a-4ef0-a35b-9072058c5697"
    ],
    "release_date": "2010-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}