Information about plays

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

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

{
    "id": 3656561,
    "uri": "https://api.kexp.org/v2/plays/3656561/?format=api",
    "airdate": "2026-05-18T22:11:18-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/59293b91-7bd0-4e8b-a8ef-3b978ffac8d3/41379634059-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59293b91-7bd0-4e8b-a8ef-3b978ffac8d3/41379634059-250.jpg",
    "song": "Mimes Calling in the Dark",
    "track_id": null,
    "recording_id": null,
    "artist": "Marina Zispin",
    "artist_ids": [
        "94ad4138-9ce5-49f9-a630-a039fe9ea5eb"
    ],
    "album": "Now You See Me, Now You Don’t",
    "release_id": null,
    "release_group_id": "6e675644-745b-4275-b3e7-fa7bff422d2a",
    "labels": [
        "Scenic Route"
    ],
    "label_ids": [
        "d98fdd87-d5c7-46ef-9e5e-8ad123e71540"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Terrific 2025 LP from the pairing of Bianca Scout and Martyn Reid - https://scenicroute.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}