Information about plays

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

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

{
    "id": 3560539,
    "uri": "https://api.kexp.org/v2/plays/3560539/?format=api",
    "airdate": "2025-10-02T17:44:05-07:00",
    "show": 64727,
    "show_uri": "https://api.kexp.org/v2/shows/64727/?format=api",
    "image_uri": "https://dn710109.ca.archive.org/0/items/mbid-7c74c8b6-58ca-4964-a2fd-13674138d3c9/mbid-7c74c8b6-58ca-4964-a2fd-13674138d3c9-34999500879_thumb500.jpg",
    "thumbnail_uri": "https://dn710109.ca.archive.org/0/items/mbid-7c74c8b6-58ca-4964-a2fd-13674138d3c9/mbid-7c74c8b6-58ca-4964-a2fd-13674138d3c9-34999500879_thumb250.jpg",
    "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 performed Live on KEXP hosted by DJ Chilly in June 2022. Check out the Full Performance here! https://youtu.be/8M3u0Pfg1Ko\n\nLos Bitchos are 4 gals from the underground realms of London, tripping out on Tequila and Cumbia vibes. https://losbitchos.bandcamp.com/album/pah",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}