Information about plays

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

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

{
    "id": 3570190,
    "uri": "https://api.kexp.org/v2/plays/3570190/?format=api",
    "airdate": "2025-10-26T10:24:49-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/4071d957-1ac3-3f35-9437-c06d364ea8a3/9417504826-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4071d957-1ac3-3f35-9437-c06d364ea8a3/9417504826-250.jpg",
    "song": "She Cracked",
    "track_id": null,
    "recording_id": "7d643f50-e692-4c18-a3b6-741cdcb4ed21",
    "artist": "The Modern Lovers",
    "artist_ids": [
        "535f06f0-7ea2-41a4-a967-743b25558805"
    ],
    "album": "The Modern Lovers",
    "release_id": null,
    "release_group_id": "91e1f88a-f081-3639-9972-0d46b3d3b616",
    "labels": [
        "Home of the Hits"
    ],
    "label_ids": [
        "557eeee5-6dc3-466c-911e-d58db3835294"
    ],
    "release_date": "1976-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in LA and produced by John Cale.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}