Information about plays

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

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

{
    "id": 3540793,
    "uri": "https://api.kexp.org/v2/plays/3540793/?format=api",
    "airdate": "2025-08-16T15:40:43-07:00",
    "show": 64307,
    "show_uri": "https://api.kexp.org/v2/shows/64307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Demolición",
    "track_id": null,
    "recording_id": "a48e1184-6432-4850-a6b9-ae27b41a8367",
    "artist": "Los Saicos",
    "artist_ids": [
        "096e3e94-0faa-41a0-a94e-da54eeac7466"
    ],
    "album": "Demolición / Lonely Star",
    "release_id": null,
    "release_group_id": "66006ceb-4feb-314d-89f3-215117bc0901",
    "labels": [],
    "label_ids": [],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's pronounced \"Psychos.\" \n\n\"Los Saicos is a rock band formed in 1964 in Lima, Peru. Their use of fast tempos, screamed vocals and aggressive riffing has led some publication to retrospectively credit them as pioneering punk rock.\": https://medium.com/the-riff/the-greatest-songs-of-the-1960s-that-no-one-has-ever-heard-6f293c9ae83d\n\nSee the video: https://www.youtube.com/watch?v=haVaaDLwWvI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}