Information about plays

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

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

{
    "id": 3572297,
    "uri": "https://api.kexp.org/v2/plays/3572297/?format=api",
    "airdate": "2025-10-31T17:32:47-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "https://coverartarchive.org/release/026382c3-ebee-471d-885d-7aea285621af/39500050325-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/026382c3-ebee-471d-885d-7aea285621af/39500050325-250.jpg",
    "song": "Disco Inferno",
    "track_id": null,
    "recording_id": "74c6d25c-56bc-4820-b650-f161011c3bb4",
    "artist": "The Trammps",
    "artist_ids": [
        "8799413d-7df8-4eb9-8542-af8cea6b0feb"
    ],
    "album": "Disco Nights Volume 5",
    "release_id": null,
    "release_group_id": "8587469e-172e-4def-bce1-a19973fa0bdc",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to John and Melissa !\n\nburning is halloween related... right?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}