Information about plays

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

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

{
    "id": 3619237,
    "uri": "https://api.kexp.org/v2/plays/3619237/?format=api",
    "airdate": "2026-02-18T20:28:31-08:00",
    "show": 65969,
    "show_uri": "https://api.kexp.org/v2/shows/65969/?format=api",
    "image_uri": "https://dn710203.ca.archive.org/0/items/mbid-ccc9ced1-8e46-4007-a32f-fd843d553ea0/mbid-ccc9ced1-8e46-4007-a32f-fd843d553ea0-39334991154_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-ccc9ced1-8e46-4007-a32f-fd843d553ea0/mbid-ccc9ced1-8e46-4007-a32f-fd843d553ea0-39334991154_thumb250.jpg",
    "song": "Desolation",
    "track_id": "714f34ba-30cf-4e3f-bbaa-7f7c259b1304",
    "recording_id": "a667a57e-6f32-4c01-90d6-561149a584b4",
    "artist": "Nice Biscuit",
    "artist_ids": [
        "632cda31-18ca-43b5-8c3b-74e970dc5105"
    ],
    "album": "SOS",
    "release_id": "ccc9ced1-8e46-4007-a32f-fd843d553ea0",
    "release_group_id": "a6a5998f-fc6a-4d31-8966-e72fa00d96b1",
    "labels": [
        "The Reverberation Appreciation Society"
    ],
    "label_ids": [
        "90f6c84f-79aa-4517-b24f-d6a404eea648"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"With the beautifully hypnotic and soothing vocals of front women, Billie Star and Grace Cuell, SOS is about finding calm and balance in our chaotic world.\" https://reverberationappreciation.bandcamp.com/album/sos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}