Information about plays

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

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

{
    "id": 3553815,
    "uri": "https://api.kexp.org/v2/plays/3553815/?format=api",
    "airdate": "2025-09-16T15:20:20-07:00",
    "show": 64579,
    "show_uri": "https://api.kexp.org/v2/shows/64579/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e02a92d-4fa6-4475-b95d-f265faa12d05/2341339689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e02a92d-4fa6-4475-b95d-f265faa12d05/2341339689-250.jpg",
    "song": "La Cigarra",
    "track_id": null,
    "recording_id": "1a09ba1d-f699-41c2-afec-3df261447a60",
    "artist": "Linda Ronstadt",
    "artist_ids": [
        "498f2581-be21-4eef-8756-fbb89d79b1c0"
    ],
    "album": "Boleros y rancheras",
    "release_id": null,
    "release_group_id": "cf8ba612-4eee-3f66-8eb9-2e29b96bbe40",
    "labels": [
        "wea"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by listener Tony in Guanjuato, Mx.\n\nFrom American singer Linda Ronstadt's first album done in a traditional Mexican mariachi style, a collection of songs built around those passed down to her by her father.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}