Information about plays

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

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

{
    "id": 3595083,
    "uri": "https://api.kexp.org/v2/plays/3595083/?format=api",
    "airdate": "2025-12-23T21:54:05-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quand J'entends chanté noël (medley)",
    "track_id": null,
    "recording_id": "13c17aaa-5f20-4591-8c07-719425e4e9a8",
    "artist": "Eddy Gustave",
    "artist_ids": [
        "be2d1943-b48b-4759-8ea5-ae97ad43196e"
    ],
    "album": "Mas! A Caribbean Christmas Party",
    "release_id": null,
    "release_group_id": "b42801ed-fc2e-317e-8114-91b982570a68",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guadalupe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}