Information about plays

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

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

{
    "id": 3619618,
    "uri": "https://api.kexp.org/v2/plays/3619618/?format=api",
    "airdate": "2026-02-19T18:14:52-08:00",
    "show": 65976,
    "show_uri": "https://api.kexp.org/v2/shows/65976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tequila",
    "track_id": "26b94ac8-cca5-4c0d-8595-54e163e7bd8e",
    "recording_id": "a8bffd35-431e-4065-bf37-5bd8b67d9c67",
    "artist": "Los Bitchos",
    "artist_ids": [
        "685051dc-49ad-496a-acab-57ad1ad1e491"
    ],
    "album": "Pah!",
    "release_id": "7c74c8b6-58ca-4964-a2fd-13674138d3c9",
    "release_group_id": "c52b5aad-8951-4a72-b53c-e5723eba80e7",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2023-02-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Bitchos are four gals from the underground realms of London. Check out their performance Live on KEXP hosted by DJ Chilly in June 2022. https://youtu.be/8M3u0Pfg1Ko",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}