Information about plays

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

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

{
    "id": 3532349,
    "uri": "https://api.kexp.org/v2/plays/3532349/?format=api",
    "airdate": "2025-07-27T09:21:02-07:00",
    "show": 64128,
    "show_uri": "https://api.kexp.org/v2/shows/64128/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc6f650e-f9fe-49c5-93a4-3ea62d3f8523/32764690822-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc6f650e-f9fe-49c5-93a4-3ea62d3f8523/32764690822-250.jpg",
    "song": "Summer Breeze",
    "track_id": null,
    "recording_id": "21c65765-f6e4-4cca-93ea-cf4c6e5272fb",
    "artist": "The Main Ingredient",
    "artist_ids": [
        "ee06187e-f6db-46e0-8164-be626127673d"
    ],
    "album": "Euphrates River",
    "release_id": null,
    "release_group_id": "85376e4c-9b96-309e-937f-835ec3382931",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of two Seals & Crofts tunes The Main Ingredient recorded for their sixth album 'Euphrates River.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}