Information about plays

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

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

{
    "id": 3598884,
    "uri": "https://api.kexp.org/v2/plays/3598884/?format=api",
    "airdate": "2026-01-01T16:12:44-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satisfaction Skank (Fatboy Slim remix)",
    "track_id": null,
    "recording_id": "357c5b3a-6748-487f-9eeb-8b8e33d4a88e",
    "artist": "Fatboy Slim",
    "artist_ids": [
        "34c63966-445c-4613-afe1-4f0e1e53ae9a"
    ],
    "album": "The Untold Remixes of Fatboy Slim",
    "release_id": null,
    "release_group_id": "d36e153f-dbf5-3127-8211-c7f68c615e27",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mashup with the Rolling Stones!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}