Information about plays

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

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

{
    "id": 3593547,
    "uri": "https://api.kexp.org/v2/plays/3593547/?format=api",
    "airdate": "2025-12-20T16:55:47-08:00",
    "show": 65431,
    "show_uri": "https://api.kexp.org/v2/shows/65431/?format=api",
    "image_uri": "https://ia800807.us.archive.org/22/items/mbid-10e7b97c-909c-4914-93ac-70987314581b/mbid-10e7b97c-909c-4914-93ac-70987314581b-41572662323_thumb500.jpg",
    "thumbnail_uri": "https://ia800807.us.archive.org/22/items/mbid-10e7b97c-909c-4914-93ac-70987314581b/mbid-10e7b97c-909c-4914-93ac-70987314581b-41572662323_thumb250.jpg",
    "song": "Shine",
    "track_id": "efab9eff-1a58-4617-a23d-912960ead8a8",
    "recording_id": "5338b07a-5c19-4e2a-b218-8da210f6e2e1",
    "artist": "Robert Glasper feat. D Smoke & Tiffany Gouché",
    "artist_ids": [
        "9b32eab4-d025-4132-b764-b4ef33bf1138",
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b",
        "5c876205-3899-47fd-a5e9-4897015172f1"
    ],
    "album": "Shine",
    "release_id": "10e7b97c-909c-4914-93ac-70987314581b",
    "release_group_id": "9aa34dbc-8502-49e4-bb08-8418880626d5",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2021-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}