Information about plays

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

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

{
    "id": 3590991,
    "uri": "https://api.kexp.org/v2/plays/3590991/?format=api",
    "airdate": "2025-12-14T12:18:21-08:00",
    "show": 65377,
    "show_uri": "https://api.kexp.org/v2/shows/65377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Five",
    "track_id": "b6578a16-7963-3a67-9a59-41f5e62ea59e",
    "recording_id": "69db5ee7-2114-4dda-981d-d2aa8cba6f1f",
    "artist": "The Dave Brubeck Quartet",
    "artist_ids": [
        "7bf711e9-4e69-4e08-b6e8-c0cb5805f1e7"
    ],
    "album": "Time Out",
    "release_id": "283e6240-0bad-4af0-8515-44182dea3d24",
    "release_group_id": "035a7881-3e2c-39d2-b110-fe26a4de94e5",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Time Out\" by The Dave Brubeck Quartet was released on this day in 1959!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}