Information about plays

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

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

{
    "id": 3598307,
    "uri": "https://api.kexp.org/v2/plays/3598307/?format=api",
    "airdate": "2025-12-31T05:11:10-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hurricane",
    "track_id": "3c49bc01-21d5-4c6d-930d-56a0e4cbd307",
    "recording_id": "e3197419-2e5d-4692-84c3-0c5a46b08504",
    "artist": "Miki Berenyi Trio",
    "artist_ids": [
        "5473e666-9dba-45bb-a6f1-bfc5f8e3fc5f"
    ],
    "album": "Tripla",
    "release_id": "e649fe91-147b-49fa-a70c-25fe3c1bc3b7",
    "release_group_id": "a8bfd782-7a8e-4012-9b3d-670152677ab5",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mikiberenyitrio.bandcamp.com/album/tripla",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}