Information about plays

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

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

{
    "id": 3600398,
    "uri": "https://api.kexp.org/v2/plays/3600398/?format=api",
    "airdate": "2026-01-05T01:20:07-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bloody Oil",
    "track_id": "2e0b57d5-18df-393b-be3a-b4e2ac6e1898",
    "recording_id": "302d2001-5a5e-40bf-a7c6-a65bc5f19231",
    "artist": "Medeski Martin & Wood",
    "artist_ids": [
        "6eed1ed9-ab02-45cd-a306-828bc1b98671"
    ],
    "album": "End of the World Party (Just in Case)",
    "release_id": "01a9c292-cc05-4e8a-8999-dd44f18561d0",
    "release_group_id": "49a2de5c-c0c6-3def-b5fb-d3130359dfed",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2004-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}