Information about plays

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

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

{
    "id": 3606118,
    "uri": "https://api.kexp.org/v2/plays/3606118/?format=api",
    "airdate": "2026-01-18T19:38:50-08:00",
    "show": 65687,
    "show_uri": "https://api.kexp.org/v2/shows/65687/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock With You",
    "track_id": null,
    "recording_id": "71e09c8e-da9b-42ec-9fea-9a0da5b43472",
    "artist": "Michael Jackson",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "Remixed Records 59",
    "release_id": null,
    "release_group_id": "76ed3b94-8b3d-41fb-9fe7-12ef5a858676",
    "labels": [
        "Remixed Records"
    ],
    "label_ids": [
        "9b1cefa1-aa80-47bd-a57a-38279be50777"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}