Information about plays

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

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

{
    "id": 3575631,
    "uri": "https://api.kexp.org/v2/plays/3575631/?format=api",
    "airdate": "2025-11-08T18:27:56-08:00",
    "show": 65059,
    "show_uri": "https://api.kexp.org/v2/shows/65059/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "RAIN",
    "track_id": null,
    "recording_id": null,
    "artist": "Travis Thompson",
    "artist_ids": [
        "61716fe9-64cd-4c86-bf6c-d272a2b795da"
    ],
    "album": "LIFE IS THE SCARIEST MOVIE",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Very new music from Burien's own Travis Thompson, featuring Seattle's own Oble Reed!\n\nhttps://www.youtube.com/watch?v=6g08-huOCj0",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}