Information about plays

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

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

{
    "id": 3604587,
    "uri": "https://api.kexp.org/v2/plays/3604587/?format=api",
    "airdate": "2026-01-15T07:26:45-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Halah",
    "track_id": "0250f677-0f67-4a15-806d-59cdcd18f626",
    "recording_id": "6679e4a0-9721-45ab-9e6f-cad2305fb526",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "She Hangs Brightly",
    "release_id": "d277c19d-71e9-4d70-892b-7a9fb1ff0b78",
    "release_group_id": "328f73a5-37d1-35cc-8538-f880f4f18520",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boom. This just happened. Buckle up, peeps.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}