Information about plays

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

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

{
    "id": 3589501,
    "uri": "https://api.kexp.org/v2/plays/3589501/?format=api",
    "airdate": "2025-12-10T22:19:29-08:00",
    "show": 65343,
    "show_uri": "https://api.kexp.org/v2/shows/65343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BIG MONEY",
    "track_id": "41dc5678-4dc4-4db0-bfdb-e74aa85a6e73",
    "recording_id": "1c5acb51-4e6b-437d-9acb-569c85eea886",
    "artist": "Jon Batiste",
    "artist_ids": [
        "a2a72dba-3a08-43c4-859c-4c7f5fcc9599"
    ],
    "album": "BIG MONEY",
    "release_id": "224a5c64-8c79-4933-bf04-a58b50a315d2",
    "release_group_id": "8819d052-6b15-4e6f-ad4c-bb3dc7609286",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}