Information about plays

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

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

{
    "id": 3551847,
    "uri": "https://api.kexp.org/v2/plays/3551847/?format=api",
    "airdate": "2025-09-11T21:26:01-07:00",
    "show": 64536,
    "show_uri": "https://api.kexp.org/v2/shows/64536/?format=api",
    "image_uri": "https://coverartarchive.org/release/a109f2c5-aa07-4e37-95b0-965718c5d96d/33008986523-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a109f2c5-aa07-4e37-95b0-965718c5d96d/33008986523-250.jpg",
    "song": "Sni Bong",
    "track_id": null,
    "recording_id": "9609b024-08c5-4902-bf41-1f931757ba20",
    "artist": "Dengue Fever",
    "artist_ids": [
        "e6791155-ec80-4a7a-b108-54481ff73ead"
    ],
    "album": "Escape From Dragon House",
    "release_id": null,
    "release_group_id": "91b00ac9-1795-3a03-ac3d-f2109cfef1fb",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the video from this LA based band https://www.youtube.com/watch?v=E1yLKPyRSiI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}